Hello community,

here is the log from the commit of package python-qt4 for openSUSE:Factory 
checked in at 2013-07-12 20:56:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2013-04-16 
06:55:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt4.new/python-qt4.changes       
2013-07-12 20:56:20.000000000 +0200
@@ -1,0 +2,16 @@
+Thu Jun 27 02:46:28 UTC 2013 - [email protected]
+
+- Update to 4.10.2
+  * Bug fixes.
+- Update to 4.10.1
+  * Added support for QtCore.pyqtSetPickleProtocol() and
+    QtCore.pyqtPickleProtocol() to set and get the protocol used to pickle
+    Python objects when serialising them for Qt.
+  * Added support for the --resource-suffix option to pyuic4.
+  * Added a new build system (configure-ng.py) which will be compatible with
+    SIP v5 and will eventually support cross-compilation.
+  * Added support for Qt v5.0.2.
+  * Bug fixes.
+- remove disable-rpaths.diff
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-qt4/python3-qt4.changes   2013-04-16 
06:55:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt4.new/python3-qt4.changes      
2013-07-12 20:56:20.000000000 +0200
@@ -1,0 +2,15 @@
+Thu Jun 27 02:48:46 UTC 2013 - [email protected]
+
+- Update to 4.10.2
+  * Bug fixes.
+- Update to 4.10.1
+  * Added support for QtCore.pyqtSetPickleProtocol() and
+    QtCore.pyqtPickleProtocol() to set and get the protocol used to pickle
+    Python objects when serialising them for Qt.
+  * Added support for the --resource-suffix option to pyuic4.
+  * Added a new build system (configure-ng.py) which will be compatible with
+    SIP v5 and will eventually support cross-compilation.
+  * Added support for Qt v5.0.2.
+  * Bug fixes. 
+
+-------------------------------------------------------------------

Old:
----
  PyQt-x11-gpl-4.10.tar.gz
  disable-rpaths.diff

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

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

Other differences:
------------------
++++++ python-qt4.spec ++++++
--- /var/tmp/diff_new_pack.ErKhUE/_old  2013-07-12 20:56:22.000000000 +0200
+++ /var/tmp/diff_new_pack.ErKhUE/_new  2013-07-12 20:56:22.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-qt4
-Version:        4.10
+Version:        4.10.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
@@ -26,15 +26,14 @@
 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
-Patch2:         disable-rpaths.diff
-Patch3:         build-compare.diff
+Patch2:         build-compare.diff
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  fdupes
 BuildRequires:  libQtWebKit-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  phonon-devel
 BuildRequires:  python-devel
-BuildRequires:  python-sip-devel >= 4.14.4
+BuildRequires:  python-sip-devel >= 4.14.7
 %requires_ge    dbus-1-python
 %requires_ge    libqt4-x11
 %if 0%{?sles_version} == 10
@@ -87,7 +86,6 @@
 %setup -q -n PyQt-x11-gpl-%{rversion}
 %patch0 -p1
 %patch2
-%patch3
 
 %build
 export CXXFLAGS="%{optflags}"
@@ -120,7 +118,7 @@
 %{_bindir}/pyuic4
 %{_datadir}/qt4/qsci/
 %{_docdir}/python-qt4-devel
-%{_libdir}/qt4/plugins/designer/libpythonplugin.so
+%{_libdir}/qt4/plugins/designer/libpyqt4.so
 %{python_sitearch}/PyQt4/pyqtconfig.py
 
 %files utils

++++++ python3-qt4.spec ++++++
--- /var/tmp/diff_new_pack.ErKhUE/_old  2013-07-12 20:56:22.000000000 +0200
+++ /var/tmp/diff_new_pack.ErKhUE/_new  2013-07-12 20:56:22.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-qt4
-Version:        4.10
+Version:        4.10.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
@@ -26,14 +26,13 @@
 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:         disable-rpaths.diff
-Patch3:         build-compare.diff
+Patch2:         build-compare.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  libQtWebKit-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  phonon-devel
-BuildRequires:  python3-sip-devel >= 4.14.4
+BuildRequires:  python3-sip-devel >= 4.14.7
 %requires_ge    dbus-1-python
 %requires_ge    libqt4-x11
 Requires:       python(abi) = %{py3_ver}
@@ -70,7 +69,6 @@
 %setup -q -n PyQt-x11-gpl-%{rversion}
 %patch0 -p1
 %patch2
-%patch3
 
 %build
 export CXXFLAGS="%{optflags}"
@@ -86,7 +84,7 @@
 rm -rf %{buildroot}%{_datadir}/sip/PyQt4
 mv %{buildroot}%{_bindir}/pyuic4 %{buildroot}%{_bindir}/py3uic4
 mv %{buildroot}%{_datadir}/qt4/qsci/api/python 
%{buildroot}%{_datadir}/qt4/qsci/api/python3
-mv %{buildroot}%{_libdir}/qt4/plugins/designer/libpythonplugin.so 
%{buildroot}%{_libdir}/qt4/plugins/designer/libpython3plugin.so
+mv %{buildroot}%{_libdir}/qt4/plugins/designer/libpyqt4.so 
%{buildroot}%{_libdir}/qt4/plugins/designer/libpy3qt4.so
 sed -i 's/The "doc" directory/The "doc" directory of package %{name}-devel/' 
README
 DOCDIR=%{buildroot}%{_docdir}/%{name}-devel
 mkdir -p $DOCDIR
@@ -108,7 +106,7 @@
 %{_bindir}/py3uic4
 %{_datadir}/qt4/qsci/
 %{_docdir}/python3-qt4-devel
-%{_libdir}/qt4/plugins/designer/libpython3plugin.so
+%{_libdir}/qt4/plugins/designer/libpy3qt4.so
 %{python3_sitearch}/PyQt4/pyqtconfig.py
 
 %changelog

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

++++++ build-compare.diff ++++++
--- /var/tmp/diff_new_pack.ErKhUE/_old  2013-07-12 20:56:22.000000000 +0200
+++ /var/tmp/diff_new_pack.ErKhUE/_new  2013-07-12 20:56:22.000000000 +0200
@@ -1,8 +1,8 @@
 Index: pyuic/uic/__init__.py
 ===================================================================
 --- pyuic/uic/__init__.py.orig 2011-01-23 11:08:28.000000000 +0100
-+++ pyuic/uic/__init__.py      2011-02-11 11:31:07.576439595 +0100
-@@ -47,8 +47,7 @@ _header = """# -*- coding: utf-8 -*-
++++ pyuic/uic/__init__.py      2013-07-09 23:40:52.000000000 -0400
+@@ -47,8 +47,7 @@
  
  # Form implementation generated from reading ui file '%s'
  #
@@ -12,12 +12,12 @@
  #
  # WARNING! All changes made in this file will be lost!
  
-@@ -165,7 +164,7 @@ def compileUi(uifile, pyfile, execute=Fa
+@@ -170,7 +169,7 @@
  
      indenter.indentwidth = indent
  
 -    pyfile.write(_header % (uifname, ctime(), PYQT_VERSION_STR))
 +    pyfile.write(_header % (uifname, PYQT_VERSION_STR))
  
-     winfo = compiler.UICompiler().compileUi(uifile, pyfile, from_imports)
+     winfo = compiler.UICompiler().compileUi(uifile, pyfile, from_imports, 
resource_suffix)
  

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

Reply via email to