From 241e886797fe7f27c4b9a7f4ebc96ce2ffeaa42c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jun 27 2009 14:45:08 +0000 Subject: - PyKDE-3.16.3 --- 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 654b8b8..0947809 100644 --- a/PyKDE.spec +++ b/PyKDE.spec @@ -13,7 +13,7 @@ BuildRequires: libutempter-devel Summary: Python bindings for KDE3 Name: PyKDE -Version: 3.16.2 +Version: 3.16.3 Release: 1%{?dist} License: GPLv2 @@ -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,18 @@ 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 + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 3.16.2-2 +- Rebuild for Python 2.6 + * Mon Nov 17 2008 Rex Dieter 3.16.2-1 - PyKDE-3.16.2 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