diff --git a/.cvsignore b/.cvsignore index b9a9301..5bbd916 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ PyKDE-3.16.2.tar.bz2 +PyKDE-3.16.3.tar.bz2 diff --git a/PyKDE.spec b/PyKDE.spec index f67ea0d..0947809 100644 --- a/PyKDE.spec +++ b/PyKDE.spec @@ -13,8 +13,8 @@ BuildRequires: libutempter-devel Summary: Python bindings for KDE3 Name: PyKDE -Version: 3.16.2 -Release: 3%{?dist} +Version: 3.16.3 +Release: 1%{?dist} License: GPLv2 URL: http://www.riverbankcomputing.com/software/pykde/intro @@ -25,12 +25,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # http://mats.imk.fraunhofer.de/pipermail/pykde/2006-November/014627.html Patch2: PyKDE-3.16.0-kmimetype.patch +## upstream patches + BuildRequires: python-devel >= 2.3 %global python_ver %(%{__python} -c "import sys ; print sys.version[:3]") %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)") -BuildRequires: sip-devel >= 4.7.9 -BuildRequires: %{PyQt3}-devel >= 3.17.6 +BuildRequires: sip-devel >= 4.8 +BuildRequires: %{PyQt3}-devel >= 3.18 Provides: PyKDE3 = %{version}-%{release} @@ -101,6 +103,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jun 13 2009 Rex Dieter - 3.16.3-1 +- PyKDE-3.16.3 + +* Fri Jun 05 2009 Rex Dieter - 3.16.2-4 +- respin (sip/PyQt) + * Mon Feb 23 2009 Fedora Release Engineering - 3.16.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index d39db86..9c9cb84 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 5f5e13ce3c9ca78f7c214b5399e7b81d PyKDE-3.16.2.tar.bz2 +f313813d8a025ae36a81dc6c4760b713 PyKDE-3.16.3.tar.bz2