[python-pyside] Re-enabled phonon bindings

Kalev Lember kalev at fedoraproject.org
Sat Oct 2 15:13:54 UTC 2010


commit ac38cdf5e8a4983b93025cb4d91900b5169c63a2
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Sat Oct 2 18:09:51 2010 +0300

    Re-enabled phonon bindings

 python-pyside.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-pyside.spec b/python-pyside.spec
index c4a3a94..f3049f0 100644
--- a/python-pyside.spec
+++ b/python-pyside.spec
@@ -2,7 +2,7 @@
 
 Name:           python-pyside
 Version:        0.4.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Python bindings for Qt4
 
 Group:          Development/Languages
@@ -18,8 +18,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
 BuildRequires:  generatorrunner-devel
+# phonon bindings build fails with phonon-4.4.3-0.1.20100909.fc15
 # http://bugs.openbossa.org/show_bug.cgi?id=355
-#BuildRequires:  phonon-devel
+BuildRequires:  phonon-devel
 BuildRequires:  python2-devel
 BuildRequires:  qt4-devel
 BuildRequires:  qt4-webkit-devel
@@ -118,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Oct 02 2010 Kalev Lember <kalev at smartlink.ee> - 0.4.1-4
+- Re-enabled phonon bindings
+
 * Wed Sep 29 2010 jkeating - 0.4.1-3
 - Rebuilt for gcc bug 634757
 


More information about the scm-commits mailing list