Hello community,

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

Package is "python-qt5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qt5/python-qt5.changes    2014-02-11 
10:45:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-qt5.new/python-qt5.changes       
2014-03-22 09:10:27.000000000 +0100
@@ -1,0 +2,19 @@
+Fri Mar 21 22:36:04 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.1
+  * Full support for Qt v5.2.1.
+  * Properties, signals and slots can now be defined in mixins
+    (i.e. non-QObject classes).
+  * Support for creating QSGGeometry.AttributeSet instances.
+  * Fundamental values may now be given whenever a QJSValue
+    is expected.
+  * Building PyQt5 as static libraries now works.
+  * Support for building without OpenGL.
+- Bump sip BuildRequire to current requirements (4.15.5). Also,
+  that is now minimal requires for devel subpackages
+- Rebase disable-rpaths.diff for this release
+- Disable fix_qreal_check.diff, for now the issue is fixed with
+  Qt >= 5.2
+- Drop checks for ancient releases
+
+-------------------------------------------------------------------
python3-qt5.changes: same change

Old:
----
  PyQt-gpl-5.2.tar.gz

New:
----
  PyQt-gpl-5.2.1.tar.gz

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

Other differences:
------------------
++++++ python-qt5.spec ++++++
--- /var/tmp/diff_new_pack.d97OZ6/_old  2014-03-22 09:10:28.000000000 +0100
+++ /var/tmp/diff_new_pack.d97OZ6/_new  2014-03-22 09:10:28.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-qt5
-Version:        5.2
+Version:        5.2.1
 Release:        0
 Summary:        PyQt - python bindings for Qt 5
 License:        SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
@@ -45,18 +45,11 @@
 BuildRequires:  pkg-config
 #BuildRequires:  phonon-devel
 BuildRequires:  python-devel
-BuildRequires:  python-sip-devel >= 4.15.2
+BuildRequires:  python-sip-devel >= 4.15.5
 %requires_ge    dbus-1-python
 %requires_ge    libqt5-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))")}
-%endif
 
 %description
 PyQt is a set of Python bindings for Trolltech's Qt application
@@ -77,7 +70,7 @@
 Requires:       libqt5-qttools-devel
 Requires:       libqt5-qtx11extras-devel
 Requires:       python-qt5-utils
-Requires:       python-sip-devel
+Requires:       python-sip-devel >= 4.15.5
 Requires:       update-alternatives
 
 %description devel
@@ -106,7 +99,7 @@
 %patch1
 #PATCH-FIX-OPENSUSE: Disable RPATH when building PyQt5.
 %patch2
-%patch3 -p1
+#patch3 -p1
 
 %build
 export CXXFLAGS="%{optflags}"

++++++ python3-qt5.spec ++++++
--- /var/tmp/diff_new_pack.d97OZ6/_old  2014-03-22 09:10:28.000000000 +0100
+++ /var/tmp/diff_new_pack.d97OZ6/_new  2014-03-22 09:10:28.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-qt5
-Version:        5.2
+Version:        5.2.1
 Release:        0
 Summary:        PyQt - python bindings for Qt 5
 License:        SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
@@ -43,15 +43,9 @@
 BuildRequires:  libqt5-qtx11extras-devel
 BuildRequires:  pkg-config
 #BuildRequires:  phonon-devel
-BuildRequires:  python3-devel
-BuildRequires:  python3-sip-devel >= 4.15.2
-
-%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)}
-%else
 BuildRequires:  python3-base
-%endif
+BuildRequires:  python3-devel
+BuildRequires:  python3-sip-devel >= 4.15.5
 Requires:       python(abi) = %{py3_ver}
 %requires_python3_sip_api
 
@@ -74,7 +68,7 @@
 Requires:       libqt5-qttools-devel
 Requires:       libqt5-qtx11extras-devel
 Requires:       python-qt5-utils
-Requires:       python3-sip-devel
+Requires:       python3-sip-devel >= 4.15.5
 Requires:       update-alternatives
 
 %description devel
@@ -93,7 +87,7 @@
 %patch1
 #PATCH-FIX-OPENSUSE: Disable RPATH when building PyQt5.
 %patch2
-%patch3 -p1
+#patch3 -p1
 
 %build
 export CXXFLAGS="%{optflags}"

++++++ PyQt-gpl-5.2.tar.gz -> PyQt-gpl-5.2.1.tar.gz ++++++
++++ 97306 lines of diff (skipped)

++++++ disable-rpaths.diff ++++++
--- /var/tmp/diff_new_pack.d97OZ6/_old  2014-03-22 09:10:29.000000000 +0100
+++ /var/tmp/diff_new_pack.d97OZ6/_new  2014-03-22 09:10:29.000000000 +0100
@@ -1,13 +1,3 @@
---- qpy/QtDesigner/qpydesigner.pro.orig        2013-08-05 20:05:57.691824633 
+0200
-+++ qpy/QtDesigner/qpydesigner.pro     2013-08-05 20:06:37.435148531 +0200
-@@ -20,6 +20,7 @@
- 
- 
- CONFIG      += static plugin warn_on
-+CONFIG      -= rpath_libdirs
- QT          += designer
- TARGET      = qpydesigner
- TEMPLATE    = lib
 --- designer/python.pro-in.orig        2013-08-05 20:06:20.531011203 +0200
 +++ designer/python.pro-in     2013-08-05 20:07:01.011339106 +0200
 @@ -1,4 +1,5 @@

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

Reply via email to