Hello community,

here is the log from the commit of package python-qt4 for openSUSE:Factory 
checked in at 2012-07-09 10:03:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qt4 (Old)
 and      /work/SRC/openSUSE:Factory/.python-qt4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qt4", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qt4/python-qt4.changes    2012-06-06 
16:09:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt4.new/python-qt4.changes       
2012-07-09 10:03:59.000000000 +0200
@@ -1,0 +2,21 @@
+Thu Jul  5 09:39:46 UTC 2012 - dmuel...@suse.com
+
+- update to version 4.9.4:
+  * bug fixes
+- require the sip api version it was built against (bnc#768499)
+
+-------------------------------------------------------------------
+Fri Jun 22 03:07:29 UTC 2012 - m...@suse.com
+
+- Update to version 4.9.2
+  * Added support for Qt v4.8.2.
+  * Added support for Qt v5-alpha (QtCore and QtGui only).
+  * Added support for Python v3.3.
+  * bool(QPyNullVariant(...)) now returns False rather than True to mimic the 
behaviour of None.
+  * Exposed the pyqtBoundSignal type object in the QtCore module.
+  * Added the signal attribute to pyqtBoundSignal containing the signature 
that would be returned by SIGNAL().
+  * Added the optional package argument to uic.loadUi() to properly handle 
relative imports.
+  * pyuic4 now supports themed icons.
+  * Added the spreadsheet example from Hans-Peter Jansen.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-qt4/python3-qt4.changes   2012-06-06 
16:09:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt4.new/python3-qt4.changes      
2012-07-09 10:03:59.000000000 +0200
@@ -1,0 +2,21 @@
+Thu Jul  5 09:37:12 UTC 2012 - dmuel...@suse.com
+
+- require the sip version it built against (bnc#768499)
+- Update to version 4.9.4:
+  * bug fixes
+
+-------------------------------------------------------------------
+Fri Jun 22 03:08:34 UTC 2012 - m...@suse.com
+
+- Update to version 4.9.2
+  * Added support for Qt v4.8.2.
+  * Added support for Qt v5-alpha (QtCore and QtGui only).
+  * Added support for Python v3.3.
+  * bool(QPyNullVariant(...)) now returns False rather than True to mimic the 
behaviour of None.
+  * Exposed the pyqtBoundSignal type object in the QtCore module.
+  * Added the signal attribute to pyqtBoundSignal containing the signature 
that would be returned by SIGNAL().
+  * Added the optional package argument to uic.loadUi() to properly handle 
relative imports.
+  * pyuic4 now supports themed icons.
+  * Added the spreadsheet example from Hans-Peter Jansen.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-qt4.spec ++++++
--- /var/tmp/diff_new_pack.Rg77Dl/_old  2012-07-09 10:04:01.000000000 +0200
+++ /var/tmp/diff_new_pack.Rg77Dl/_new  2012-07-09 10:04:01.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-qt4
-Version:        4.9.1
+Version:        4.9.4
 Release:        0
 Summary:        PyQt - python bindings for Qt 4
 License:        SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
@@ -35,13 +35,13 @@
 BuildRequires:  phonon-devel
 BuildRequires:  python-devel
 BuildRequires:  python-sip-devel
-Requires:       dbus-1-python >= %( echo `rpm -q --queryformat '%{VERSION}' 
dbus-1-python`)
-Requires:       libqt4-x11    >= %( echo `rpm -q --queryformat '%{VERSION}' 
libqt4-x11`)
-Requires:       python-sip    >= %( echo `rpm -q --queryformat '%{VERSION}' 
python-sip`)
+%requires_ge    dbus-1-python
+%requires_ge    libqt4-x11
 %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))")}

++++++ python3-qt4.spec ++++++
--- /var/tmp/diff_new_pack.Rg77Dl/_old  2012-07-09 10:04:01.000000000 +0200
+++ /var/tmp/diff_new_pack.Rg77Dl/_new  2012-07-09 10:04:01.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-qt4
-Version:        4.9.1
+Version:        4.9.4
 Release:        0
 Summary:        PyQt - python bindings for Qt 4
 License:        SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
@@ -34,8 +34,8 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  phonon-devel
 BuildRequires:  python3-sip-devel
-Requires:       libqt4-x11
-Requires:       python3-sip
+%requires_ge    dbus-1-python
+%requires_ge    libqt4-x11
 %if 0%{?suse_version} <= 1140
 %{!?python3_sitearch: %global python3_sitearch %(python3 -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %{!?py3_ver: %global py3_ver %(python3 -c "import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)}
@@ -43,6 +43,7 @@
 BuildRequires:  python3-base
 %endif
 Requires:       python(abi) = %{py3_ver}
+%requires_python3_sip_api
 
 %description
 PyQt is a set of Python bindings for Trolltech's Qt application

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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to