Hello community,

here is the log from the commit of package python-qt5 for openSUSE:Factory 
checked in at 2014-01-14 15:09:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2013-12-19 
12:51:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-qt5.new/python-qt5.changes       
2014-01-14 15:09:16.000000000 +0100
@@ -1,0 +2,14 @@
+Fri Jan 10 22:11:23 UTC 2014 - lbeltr...@kde.org
+
+- Use %ghost with files generated by update-alternatives 
+
+-------------------------------------------------------------------
+Fri Jan 10 19:48:33 UTC 2014 - lbeltr...@kde.org
+
+- New upstream release 5.2:
+    - Full support for Qt5.2 
+    - Support added for the QtBluetooth, QtPositioning, QtMacExtras,
+      QtWinExtras and QtX11Extras
+- Fix SNAFU in preun scriptlet (missing spaces)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-qt5/python3-qt5.changes   2013-12-19 
12:51:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-qt5.new/python3-qt5.changes      
2014-01-14 15:09:16.000000000 +0100
@@ -1,0 +2,14 @@
+Fri Jan 10 22:11:48 UTC 2014 - lbeltr...@kde.org
+
+- Use %ghost with files generated by update-alternatives 
+
+-------------------------------------------------------------------
+Fri Jan 10 19:49:57 UTC 2014 - lbeltr...@kde.org
+
+- New upstream release 5.2:
+    - Full support for Qt5.2 
+    - Support added for the QtBluetooth, QtPositioning, QtMacExtras,
+      QtWinExtras and QtX11Extras
+- Fix SNAFU in preun scriptlet (missing spaces)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-qt5.spec ++++++
--- /var/tmp/diff_new_pack.5Sr5EZ/_old  2014-01-14 15:09:17.000000000 +0100
+++ /var/tmp/diff_new_pack.5Sr5EZ/_new  2014-01-14 15:09:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-qt5
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-qt5
-Version:        5.1.1
+Version:        5.2
 Release:        0
 Summary:        PyQt - python bindings for Qt 5
 License:        SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
@@ -32,13 +32,13 @@
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  fdupes
 BuildRequires:  gdb
+BuildRequires:  libQt5WebKit5-devel
+BuildRequires:  libQt5WebKitWidgets-devel
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  libqt5-qtdeclarative-devel
 BuildRequires:  libqt5-qtquick1-devel
 BuildRequires:  libqt5-qtsvg-devel
 BuildRequires:  libqt5-qttools-devel
-BuildRequires:  libQt5WebKit5-devel
-BuildRequires:  libQt5WebKitWidgets-devel
 BuildRequires:  libqt5-qtx11extras-devel
 BuildRequires:  pkg-config
 #BuildRequires:  phonon-devel
@@ -66,13 +66,13 @@
 Summary:        PyQt - devel part of python bindings for Qt 5
 Group:          Development/Libraries/Python
 Requires:       %{name} = %{version}
+Requires:       libQt5WebKit5-devel
+Requires:       libQt5WebKitWidgets-devel
 Requires:       libqt5-qtbase-devel
 Requires:       libqt5-qtdeclarative-devel
 Requires:       libqt5-qtquick1-devel
 Requires:       libqt5-qtsvg-devel
 Requires:       libqt5-qttools-devel
-Requires:       libQt5WebKit5-devel
-Requires:       libQt5WebKitWidgets-devel
 Requires:       libqt5-qtx11extras-devel
 Requires:       python-qt5-utils
 Requires:       python-sip-devel
@@ -157,7 +157,7 @@
 
 %preun devel
 
-if ["$1" = 0] ; then
+if [ "$1" = 0 ] ; then
     update-alternatives --remove pyuic5 %{_bindir}/pyuic5-%{py_ver}
     update-alternatives --remove pyrcc5 %{_bindir}/pyrcc5-%{py_ver}
     update-alternatives --remove pylupdate5 %{_bindir}/pylupdate5-%{py_ver}
@@ -173,9 +173,9 @@
 
 %files devel
 %defattr(-,root,root)
-%attr(755,root,root) %{_bindir}/pyuic5
-%attr(755,root,root) %{_bindir}/pylupdate5
-%attr(755,root,root) %{_bindir}/pyrcc5
+%attr(755,root,root) %ghost %{_bindir}/pyuic5
+%attr(755,root,root) %ghost %{_bindir}/pylupdate5
+%attr(755,root,root) %ghost %{_bindir}/pyrcc5
 %{_datadir}/qt5/qsci/
 %{_docdir}/python-qt5-devel
 %{_libqt5_plugindir}/designer/libpyqt5.so

++++++ python3-qt5.spec ++++++
--- /var/tmp/diff_new_pack.5Sr5EZ/_old  2014-01-14 15:09:17.000000000 +0100
+++ /var/tmp/diff_new_pack.5Sr5EZ/_new  2014-01-14 15:09:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-qt5
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python3-qt5
-Version:        5.1.1
+Version:        5.2
 Release:        0
 Summary:        PyQt - python bindings for Qt 5
 License:        SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
@@ -31,13 +31,13 @@
 Patch2:         disable-rpaths.diff
 BuildRequires:  dbus-1-python3-devel
 BuildRequires:  fdupes
+BuildRequires:  libQt5WebKit5-devel
+BuildRequires:  libQt5WebKitWidgets-devel
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  libqt5-qtdeclarative-devel
 BuildRequires:  libqt5-qtquick1-devel
 BuildRequires:  libqt5-qtsvg-devel
 BuildRequires:  libqt5-qttools-devel
-BuildRequires:  libQt5WebKit5-devel
-BuildRequires:  libQt5WebKitWidgets-devel
 BuildRequires:  libqt5-qtx11extras-devel
 BuildRequires:  pkg-config
 #BuildRequires:  phonon-devel
@@ -63,13 +63,13 @@
 Summary:        PyQt - devel part of python bindings for Qt 5
 Group:          Development/Libraries/Python
 Requires:       %{name} = %{version}
+Requires:       libQt5WebKit5-devel
+Requires:       libQt5WebKitWidgets-devel
 Requires:       libqt5-qtbase-devel
 Requires:       libqt5-qtdeclarative-devel
 Requires:       libqt5-qtquick1-devel
 Requires:       libqt5-qtsvg-devel
 Requires:       libqt5-qttools-devel
-Requires:       libQt5WebKit5-devel
-Requires:       libQt5WebKitWidgets-devel
 Requires:       libqt5-qtx11extras-devel
 Requires:       python-qt5-utils
 Requires:       python3-sip-devel
@@ -152,7 +152,7 @@
 
 %preun devel
 
-if ["$1" = 0] ; then
+if [ "$1" = 0 ] ; then
     update-alternatives --remove pyuic5 %{_bindir}/pyuic5-%{py3_ver}
     update-alternatives --remove pyrcc5 %{_bindir}/pyrcc5-%{py3_ver}
     update-alternatives --remove pylupdate5 %{_bindir}/pylupdate5-%{py3_ver}
@@ -167,9 +167,9 @@
 
 %files devel
 %defattr(-,root,root)
-%attr(755,root,root) %{_bindir}/pyuic5
-%attr(755,root,root) %{_bindir}/pylupdate5
-%attr(755,root,root) %{_bindir}/pyrcc5
+%attr(755,root,root) %ghost %{_bindir}/pyuic5
+%attr(755,root,root) %ghost %{_bindir}/pylupdate5
+%attr(755,root,root) %ghost %{_bindir}/pyrcc5
 %{_datadir}/qt5/qsci/
 %{_docdir}/python3-qt5-devel
 %{_libdir}/qt5/plugins/designer/libpy3qt5.so

++++++ PyQt-gpl-5.1.1.tar.gz -> PyQt-gpl-5.2.tar.gz ++++++
++++ 98833 lines of diff (skipped)

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

Reply via email to