Hello community,

here is the log from the commit of package python3-pyside for openSUSE:Factory 
checked in at 2016-02-01 19:56:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06 00:04:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyside.new/python3-pyside.changes       
2016-02-01 19:56:45.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Jan 29 12:28:56 UTC 2016 - [email protected]
+
+- Fix macros to work with python 3.5 and simplify them.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-pyside.spec ++++++
--- /var/tmp/diff_new_pack.T4WIB7/_old  2016-02-01 19:56:46.000000000 +0100
+++ /var/tmp/diff_new_pack.T4WIB7/_new  2016-02-01 19:56:46.000000000 +0100
@@ -16,18 +16,14 @@
 #
 
 
-%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}
+Name:           python3-pyside
 Version:        1.2.4
 Release:        0
-%define majorver   %(echo "%{version}" | sed 's/\\.[0-9]*$//')
 Summary:        PySide - python bindings for Qt
 License:        LGPL-2.1+
 Group:          Development/Languages/Python
 Url:            http://qt-project.org/wiki/PySide
-Source0:        
https://github.com/PySide/%{pyname}/archive/%{version}/%{tarname}-%{version}.tar.gz
+Source0:        
https://github.com/PySide/PySide/archive/%{version}/pyside-%{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
@@ -42,7 +38,6 @@
 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
@@ -57,7 +52,7 @@
 Requires:       libqt4-devel
 Requires:       libshiboken-python3-devel
 # cmake can not handle both, python2 and python3 versions at the same time.
-Conflicts:      python-%{tarname}-devel
+Conflicts:      python-pyside-devel
 
 %description devel
 The PySide project provides LGPL-licensed Python bindings for the Qt
@@ -69,7 +64,7 @@
 applications.
 
 %prep
-%setup -q -n %{pyname}-%{version}
+%setup -q -n PySide-%{version}
 %patch0 -p1
 
 %build
@@ -93,16 +88,16 @@
 %files
 %defattr(-,root,root)
 %doc COPYING
-%{_libdir}/%{libprefix}.cpython-%{pyver_mod2}.so.*
-%{python3_sitearch}/%{pyname}-%{majorver}/
-%{python3_sitearch}/%{pyname}/
-%{_datadir}/%{pyname}-%{majorver}/
+%{_libdir}/libpyside-*.so.*
+%{python3_sitearch}/PySide-*/
+%{python3_sitearch}/PySide/
+%{_datadir}/PySide-*/
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/%{pyname}-%{majorver}/
-%{_libdir}/%{libprefix}.cpython-%{pyver_mod2}.so
-%{_libdir}/cmake/%{pyname}-%{version}/
-%{_libdir}/pkgconfig/%{tarname}-%{majorver}.pc
+%{_includedir}/PySide-*/
+%{_libdir}/libpyside-*.so
+%{_libdir}/cmake/PySide-%{version}/
+%{_libdir}/pkgconfig/pyside-*.pc
 
 %changelog


Reply via email to