Hello community,

here is the log from the commit of package python3-pyside for openSUSE:Factory 
checked in at 2015-11-06 00:04:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyside (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pyside.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pyside"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyside/python3-pyside.changes    
2015-11-02 12:54:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyside.new/python3-pyside.changes       
2015-11-06 00:04:31.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Nov  2 17:10:51 UTC 2015 - [email protected]
+
+- Update to 1.2.4:
+  * PYSIDE-164: Fix possible deadlock on signal connect/emit
+  * New release of pyside-Shiboken
+
+-------------------------------------------------------------------

Old:
----
  pyside-qt4.8+1.2.2.tar.bz2

New:
----
  pyside-1.2.4.tar.gz

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

Other differences:
------------------
++++++ python3-pyside.spec ++++++
--- /var/tmp/diff_new_pack.7VZk7x/_old  2015-11-06 00:04:32.000000000 +0100
+++ /var/tmp/diff_new_pack.7VZk7x/_new  2015-11-06 00:04:32.000000000 +0100
@@ -17,20 +17,17 @@
 
 
 %define tarname   pyside
+%define pyname    PySide
+%define pyver_mod2 %(python3 -c "import sys; 
sys.stdout.write(sys.version[:3].replace('.','')+sys.abiflags)")
 Name:           python3-%{tarname}
-Version:        1.2.2
+Version:        1.2.4
 Release:        0
 %define majorver   %(echo "%{version}" | sed 's/\\.[0-9]*$//')
-%define libprefix lib%{tarname}-%{majorver}
-%define pyname    PySide
-%define pyver_mod2 %(python3 -c "import sys; 
sys.stdout.write(sys.version[:3].replace('.','')+sys.abiflags)")
-%define qtver     4.8
-%define rversion  qt%{qtver}+%{version}
 Summary:        PySide - python bindings for Qt
 License:        LGPL-2.1+
 Group:          Development/Languages/Python
 Url:            http://qt-project.org/wiki/PySide
-Source0:        
http://download.qt-project.org/official_releases/pyside/%{tarname}-%{rversion}.tar.bz2
+Source0:        
https://github.com/PySide/%{pyname}/archive/%{version}/%{tarname}-%{version}.tar.gz
 # PATCH-FIX pyside-fix-include-dir-qtgui [email protected] -- fixes include 
directory for QtGui component.
 # Reported upstream: https://bugreports.qt.io/browse/PYSIDE-283
 Patch0:         pyside-fix-include-dir-qtgui.patch
@@ -39,12 +36,13 @@
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-devel
 BuildRequires:  libQtWebKit-devel
-BuildRequires:  libqt4-devel >= %{qtver}
+BuildRequires:  libqt4-devel >= 4.8
 BuildRequires:  libshiboken-python3-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  phonon-devel
 BuildRequires:  python3-devel
 BuildRequires:  python3-pyside-shiboken
+%define libprefix lib%{tarname}-%{majorver}
 
 %description
 The PySide project provides LGPL-licensed Python bindings for the Qt
@@ -71,7 +69,7 @@
 applications.
 
 %prep
-%setup -q -n %{tarname}-%{rversion}
+%setup -q -n %{pyname}-%{version}
 %patch0 -p1
 
 %build
@@ -85,15 +83,16 @@
 
 %install
 cd build
-%makeinstall DESTDIR=%{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %fdupes %{buildroot}
 
 %post   -p /sbin/ldconfig
+
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc COPYING ChangeLog
+%doc COPYING
 %{_libdir}/%{libprefix}.cpython-%{pyver_mod2}.so.*
 %{python3_sitearch}/%{pyname}-%{majorver}/
 %{python3_sitearch}/%{pyname}/


Reply via email to