[python-pyside] Update to 1.0.8

Kalev Lember kalev at fedoraproject.org
Fri Oct 21 17:55:07 UTC 2011


commit 2d933877c02855cb296302d3acce0d95b0b47bc2
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Oct 21 20:53:29 2011 +0300

    Update to 1.0.8
    
    ... and dropped the Qt 4.8 patch that was merged upstream.

 pyside-qt4.8.patch |   11 -----------
 python-pyside.spec |    9 +++++----
 sources            |    2 +-
 3 files changed, 6 insertions(+), 16 deletions(-)
---
diff --git a/python-pyside.spec b/python-pyside.spec
index 6c0fe55..e4fd274 100644
--- a/python-pyside.spec
+++ b/python-pyside.spec
@@ -1,7 +1,7 @@
 %global runtests 1
 
 Name:           python-pyside
-Version:        1.0.6
+Version:        1.0.8
 Release:        1%{?dist}
 Summary:        Python bindings for Qt4
 
@@ -9,8 +9,6 @@ Group:          Development/Languages
 License:        LGPLv2
 URL:            http://www.pyside.org
 Source0:        http://www.pyside.org/files/pyside-qt4.7+%{version}.tar.bz2
-# http://bugs.pyside.org/show_bug.cgi?id=957
-Patch0:         pyside-qt4.8.patch
 
 BuildRequires:  cmake
 BuildRequires:  generatorrunner-devel
@@ -52,7 +50,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q -n pyside-qt4.7+%{version}
-%patch0 -p1 -b .qt4.8
 
 # Fix up unit tests to use lrelease-qt4
 sed -i -e "s/lrelease /lrelease-qt4 /" tests/QtCore/translation_test.py
@@ -107,6 +104,10 @@ popd
 
 
 %changelog
+* Fri Oct 21 2011 Kalev Lember <kalevlember at gmail.com> - 1.0.8-1
+- Update to 1.0.8
+- Dropped the Qt 4.8 patch that was merged upstream
+
 * Thu Aug 25 2011 Kalev Lember <kalevlember at gmail.com> - 1.0.6-1
 - Update to 1.0.6
 - Added a patch for building with Qt 4.8
diff --git a/sources b/sources
index 0b02fcc..62e96f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f502c1f2ff14de5f456c77a8d7a77d3  pyside-qt4.7+1.0.6.tar.bz2
+131cc4d5c56b3b20bc99362f68f3f29d  pyside-qt4.7+1.0.8.tar.bz2


More information about the scm-commits mailing list