Hello community,

here is the log from the commit of package python-pyside for openSUSE:Factory 
checked in at 2015-11-02 12:55:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyside (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyside.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyside"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyside/python-pyside.changes      
2014-05-15 19:16:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyside.new/python-pyside.changes 
2015-11-02 12:55:12.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Oct 27 12:08:37 UTC 2015 - r...@fthiessen.de
+
+- Update to 1.2.4:
+  * PYSIDE-164: Fix possible deadlock on signal connect/emit
+  * New release of pyside-Shiboken
+- Dropped empty doc package
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-pyside.spec ++++++
--- /var/tmp/diff_new_pack.gbcMhA/_old  2015-11-02 12:55:12.000000000 +0100
+++ /var/tmp/diff_new_pack.gbcMhA/_new  2015-11-02 12:55:12.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyside
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,21 +20,19 @@
 Name:             python-%{tarname}
 %define libprefix lib%{tarname}
 %define pyname    PySide
-Version:          1.2.2
+Version:        1.2.4
 Release:          0
-%define qtver     4.8
-%define rversion  qt%{qtver}+%{version}
+%define major_version %(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:          
http://download.qt-project.org/official_releases/pyside/%{tarname}-%{rversion}.tar.bz2
+Source0:        
https://github.com/PySide/%{pyname}/archive/%{version}/%{tarname}-%{version}.tar.gz
 BuildRequires:    cmake
 BuildRequires:    fdupes
 BuildRequires:    gcc-c++
-BuildRequires:    graphviz-devel
 BuildRequires:    libQtWebKit-devel
-BuildRequires:    libqt4-devel >= %{qtver}
+BuildRequires:  libqt4-devel >= 4.5
 BuildRequires:    libshiboken-devel
 BuildRequires:    libxslt-devel
 BuildRequires:    phonon-devel
@@ -63,28 +61,13 @@
 This package contains all the developer tools you need to create your own PyQt
 applications.
 
-%package doc
-Summary:          PySide - python bindings for Qt
-Group:            Development/Languages/Python
-
-%description doc
-The PySide project provides LGPL-licensed Python bindings for the Qt
-cross-platform application and UI framework. PySide Qt bindings allow both free
-open source and proprietary software development and ultimately aim to support
-all of the platforms as Qt itself.
-
-This package contains all the documentation.
-
 %prep
-%setup -q -n %{tarname}-%{rversion}
+%setup -q -n %{pyname}-%{version}
 
 %build
-mkdir build
-pushd build
-cmake .. \
+%cmake .. \
   -DBUILD_TESTS=FALSE \
-  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-  -DLIB_SUFFIX=$(echo %{_lib} | cut -b4-) \
+  -DCMAKE_BUILD_TYPE=RelWithDebInfo \
   -DQT_PHONON_INCLUDE_DIR=%{_includedir}/phonon
 make %{?_smp_mflags}
 ctest -R qtcore || true
@@ -93,13 +76,14 @@
 pushd build
 %makeinstall DESTDIR=%{buildroot}
 %fdupes %{buildroot}
+popd
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc COPYING ChangeLog
+%doc COPYING
 %{_libdir}/%{libprefix}-python%{py_ver}.so.*
 %{py_sitedir}/%{pyname}/
 %{_datadir}/%{pyname}/
@@ -111,8 +95,4 @@
 %{_libdir}/cmake/*
 %{_libdir}/pkgconfig/%{tarname}.pc
 
-%files doc
-%defattr(-,root,root)
-%doc COPYING ChangeLog
-
 %changelog


Reply via email to