Hello community,

here is the log from the commit of package python-qt4 for openSUSE:Factory 
checked in at 2014-10-14 13:24:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qt4 (Old)
 and      /work/SRC/openSUSE:Factory/.python-qt4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qt4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qt4/python-qt4.changes    2014-09-23 
17:16:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt4.new/python-qt4.changes       
2014-10-14 13:24:46.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Oct 11 17:42:17 UTC 2014 - [email protected]
+
+- Update to 4.11.2
+  - This is a bug-fix only release. 
+  - run spec-cleaner
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-qt4/python3-qt4.changes   2014-08-01 
14:34:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt4.new/python3-qt4.changes      
2014-10-14 13:24:46.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Oct 11 17:42:17 UTC 2014 - [email protected]
+
+- Update to 4.11.2  - This is a bug-fix only release. 
+  - run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  PyQt-x11-gpl-4.11.1.tar.gz

New:
----
  PyQt-x11-gpl-4.11.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-qt4.spec ++++++
--- /var/tmp/diff_new_pack.xVmikm/_old  2014-10-14 13:24:47.000000000 +0200
+++ /var/tmp/diff_new_pack.xVmikm/_new  2014-10-14 13:24:47.000000000 +0200
@@ -16,13 +16,13 @@
 #
 
 
+%define rversion %{version}
 Name:           python-qt4
-Version:        4.11.1
+Version:        4.11.2
 Release:        0
 Summary:        PyQt - python bindings for Qt 4
 License:        SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
 Group:          Development/Libraries/Python
-%define rversion %{version}
 Url:            http://www.riverbankcomputing.com/software/pyqt/intro
 Source0:        
http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-%{rversion}/PyQt-x11-gpl-%{rversion}.tar.gz
 Patch0:         link-python.diff
@@ -38,11 +38,11 @@
 BuildRequires:  python-sip-devel >= 4.16
 %requires_ge    dbus-1-python
 %requires_ge    libqt4-x11
+%py_requires
+%{requires_python_sip_api}
 %if 0%{?sles_version} == 10
 Requires:       python-elementtree
 %endif
-%py_requires
-%requires_python_sip_api
 %if 0%{?suse_version} <= 1110
 %{!?python_sitelib:  %global python_sitelib  %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
@@ -106,9 +106,6 @@
  # create hardlinks for duplicate files
 %fdupes -s $DOCDIR
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc README

++++++ python3-qt4.spec ++++++
--- /var/tmp/diff_new_pack.xVmikm/_old  2014-10-14 13:24:47.000000000 +0200
+++ /var/tmp/diff_new_pack.xVmikm/_new  2014-10-14 13:24:47.000000000 +0200
@@ -16,20 +16,19 @@
 #
 
 
+%define rversion %{version}
 Name:           python3-qt4
-Version:        4.11.1
+Version:        4.11.2
 Release:        0
 Summary:        PyQt - python bindings for Qt 4
 License:        SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
 Group:          Development/Libraries/Python
-%define rversion %{version}
 Url:            http://www.riverbankcomputing.com/software/pyqt/intro
 Source0:        
http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-%{rversion}/PyQt-x11-gpl-%{rversion}.tar.gz
 Patch0:         link-python3.diff
 Patch2:         build-compare.diff
 # PATCH-FIX-UPSTREAM: Fix .pro files not being generated by configure.py
 Patch3:         pyqt4_add_pro_files.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  dbus-1-python3-devel
 BuildRequires:  fdupes
@@ -37,11 +36,12 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  phonon-devel
 BuildRequires:  python3-sip-devel >= 4.16
+Requires:       python(abi) = %{py3_ver}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %requires_ge    dbus-1-python
 %requires_ge    dbus-1-python3
 %requires_ge    libqt4-x11
-Requires:       python(abi) = %{py3_ver}
-%requires_python3_sip_api
+%{requires_python3_sip_api}
 
 %description
 PyQt is a set of Python bindings for Trolltech's Qt application
@@ -79,7 +79,7 @@
 %build
 export CXXFLAGS="%{optflags}"
 export CFLAGS="%{optflags}"
-python3 configure-ng.py --confirm-license --qsci-api -u -s 
/usr/include/dbus-1.0
+python3 configure-ng.py --confirm-license --qsci-api -u -s 
%{_includedir}/dbus-1.0
 
 make %{?_smp_mflags}
 
@@ -98,9 +98,6 @@
  # create hardlinks for duplicate files
 %fdupes -s $DOCDIR
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc README

++++++ PyQt-x11-gpl-4.11.1.tar.gz -> PyQt-x11-gpl-4.11.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-qt4/PyQt-x11-gpl-4.11.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-qt4.new/PyQt-x11-gpl-4.11.2.tar.gz differ: 
char 5, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to