Hello community, here is the log from the commit of package python-kde4 for openSUSE:Factory checked in at 2012-12-07 14:49:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kde4 (Old) and /work/SRC/openSUSE:Factory/.python-kde4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kde4", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/python-kde4/python-kde4.changes 2012-11-08 07:47:43.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-kde4.new/python-kde4.changes 2012-12-07 14:49:28.000000000 +0100 @@ -1,0 +2,31 @@ +Thu Dec 6 22:33:14 UTC 2012 - [email protected] + +- license update: LGPL-2.1+ and GPL-2.0+ + Contains components licensed under GPL-2.0+ + +------------------------------------------------------------------- +Sun Dec 2 19:52:47 UTC 2012 - [email protected] + +- Update to 4.9.90 + * See http://www.kde.org/announcements/announce-4.10-beta2.php +- Removed patch pykde4-fix-strings.diff due to upstream inclusion + +------------------------------------------------------------------- +Sat Nov 24 14:35:15 UTC 2012 - [email protected] + +- Add patch pykde4-fix-strings.diff to fix string handling in + PyKDE4 (fixed upstream after Beta 1) + +------------------------------------------------------------------- +Sat Nov 24 12:50:34 UTC 2012 - [email protected] + +- Update to 4.9.80 + * See http://www.kde.org/announcements/announce-4.10-beta1.php + +------------------------------------------------------------------- +Sat Nov 17 14:20:05 UTC 2012 - [email protected] + +- Add a -common package for installation in parallel of SIP files +- Adjust description + +------------------------------------------------------------------- @@ -5 +36 @@ - * see http://kde.org/announcements/4.9.3/ for details + * see http://kde.org/announcements/announce-4.9.3.php for details @@ -13 +44 @@ - * see http://kde.org/announcements/4.9.2/ for details + * see http://kde.org/announcements/announce-4.9.2.php for details --- /work/SRC/openSUSE:Factory/python-kde4/python3-kde4.changes 2012-11-08 07:47:43.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-kde4.new/python3-kde4.changes 2012-12-07 14:49:28.000000000 +0100 @@ -2 +2 @@ -Fri Nov 2 16:16:14 UTC 2012 - [email protected] +Sun Dec 2 19:52:47 UTC 2012 - [email protected] @@ -4,4 +4,3 @@ -- update to 4.9.3 - * see http://kde.org/announcements/4.9.3/ for details -- Removed patch fix-for-python.diff, as that the fix is now - upstream +- Update to 4.9.90 + * See http://www.kde.org/announcements/announce-4.10-beta2.php +- Removed patch pykde4-fix-strings.diff due to upstream inclusion @@ -10 +9 @@ -Tue Oct 2 10:18:18 UTC 2012 - [email protected] +Sat Nov 24 14:35:15 UTC 2012 - [email protected] @@ -12 +11,22 @@ -- Create a new package to build for Python 3 +- Add patch pykde4-fix-strings.diff to fix string handling in + PyKDE4 (fixed upstream after Beta 1) + +------------------------------------------------------------------- +Sat Nov 24 12:50:34 UTC 2012 - [email protected] + +- Update to 4.9.80 + * See http://www.kde.org/announcements/announce-4.10-beta1.php + +------------------------------------------------------------------- +Sat Nov 17 14:20:05 UTC 2012 - [email protected] + +- Add a -common package for installation in parallel of SIP files +- Adjust description + +------------------------------------------------------------------- +Fri Nov 2 16:47:45 UTC 2012 - [email protected] + +- Update to 4.9.3 + * see http://kde.org/announcements/announce-4.9.3.php for details +- Removed patch fix-for-python.diff, as that the fix is now + upstream @@ -17,0 +38 @@ + * see http://kde.org/announcements/announce-4.9.2.php for details Old: ---- pykde4-4.9.3.tar.xz New: ---- pre_checkin.sh pykde4-4.9.90.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kde4.spec ++++++ --- /var/tmp/diff_new_pack.kt4XYO/_old 2012-12-07 14:49:29.000000000 +0100 +++ /var/tmp/diff_new_pack.kt4XYO/_new 2012-12-07 14:49:29.000000000 +0100 @@ -17,10 +17,10 @@ Name: python-kde4 -Version: 4.9.3 +Version: 4.9.90 Release: 0 Summary: Python bindings for KDE 4 -License: LGPL-2.1+ +License: LGPL-2.1+ and GPL-2.0+ Group: Development/Libraries/KDE Url: https://projects.kde.org/projects/kde/kdebindings/pykde4 Source0: pykde4-%{version}.tar.xz @@ -39,14 +39,24 @@ %description Python KDE bindings using PyQt4 SIP technology. +%package common +Summary: Common files needed to build additional bindings for PyKDE4 +Group: Development/Libraries/KDE + +%description common +This package contains common files required to build additional bindings for +PyKDE4. It is used with either Python 2 or 3. + %package devel Summary: Development files of python-kde4 Group: Development/Libraries/KDE Requires: %{name} = %{version} +Requires: %{name}-common = %{version} Requires: python-qt4-devel %description devel -This package contains development files for the Python bindings for KDE4. +This package contains development files for the Python bindings for the +KDE Development Platform. %prep %setup -q -n pykde4-%{version} @@ -57,7 +67,7 @@ %install cd build - %make_install + %kde4_makeinstall %fdupes -s %{buildroot}%{_datadir} %post -p /sbin/ldconfig @@ -74,9 +84,12 @@ %{py_sitedir}/PyQt4/uic/widget-plugins %{py_sitedir}/PyQt4/uic/pykdeuic4.* -%files devel +%files common %defattr(-,root,root) %{_datadir}/sip/PyKDE4 + +%files devel +%defattr(-,root,root) %{_kde4_appsdir}/pykde4/examples %changelog ++++++ python3-kde4.spec ++++++ --- /var/tmp/diff_new_pack.kt4XYO/_old 2012-12-07 14:49:29.000000000 +0100 +++ /var/tmp/diff_new_pack.kt4XYO/_new 2012-12-07 14:49:29.000000000 +0100 @@ -17,7 +17,7 @@ Name: python3-kde4 -Version: 4.9.3 +Version: 4.9.90 Release: 0 Summary: Python bindings for KDE 4 License: LGPL-2.1+ @@ -41,6 +41,16 @@ Python KDE bindings using PyQt4 SIP technology. This package includes bindings built for Python 3. +%package devel +Summary: Development files of python-kde4 +Group: Development/Libraries/KDE +Requires: %{name} = %{version} +Requires: python-kde4-common = %{version} + +%description devel +This package contains development files for the Python 3 bindings for the +KDE Development Platform. + %prep %setup -q -n pykde4-%{version} @@ -50,7 +60,7 @@ %install cd build - %make_install + %kde4_makeinstall %fdupes -s %{buildroot}%{_datadir} rm -rf %{buildroot}%{_datadir}/sip/PyKDE4 rm -rf %{buildroot}%{_kde4_appsdir}/pykde4/examples ++++++ pre_checkin.sh ++++++ #!/bin/bash # This script is called automatically during autobuild checkin. version=$(grep '^Version:.*' python-kde4.spec) for change in python3-kde4; do cp -f python-kde4.changes $change.changes sed -i -e "s,Version:.*,$version," ${change}.spec done -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
