[soundconverter] Patch GNOME Audio Profile preferences crash (lp 911759).

Michael Schwendt mschwendt at fedoraproject.org
Wed Jan 4 14:13:57 UTC 2012


commit 8e3731e2c113cb1651ed50ce0b5c6c3ff9af1b5b
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Wed Jan 4 15:13:53 2012 +0100

    Patch GNOME Audio Profile preferences crash (lp 911759).

 soundconverter.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/soundconverter.spec b/soundconverter.spec
index 12bcebf..5dd78f1 100644
--- a/soundconverter.spec
+++ b/soundconverter.spec
@@ -11,6 +11,9 @@ URL:            http://soundconverter.org
 Source0:        http://launchpad.net/soundconverter/trunk/%{tar_ver}/+download/soundconverter-%{tar_ver}.tar.xz
 BuildArch:      noarch
 
+# lp 911759
+Patch0:         soundconverter-2.0-rc4-gstmodel.patch
+
 BuildRequires:  desktop-file-utils
 BuildRequires:  intltool gettext
 BuildRequires:  pygtk2
@@ -48,6 +51,7 @@ writes anything the GStreamer library can.
 
 %prep
 %setup -q -n %{name}-%{tar_ver}
+%patch0 -p1 -b .model-crash
 
 
 %build
@@ -98,6 +102,7 @@ update-desktop-database &> /dev/null ||:
 
 %changelog
 * Wed Jan  4 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0-0.1.rc4
+- Patch GNOME Audio Profile preferences crash (lp 911759).
 - Explicitly install to libdir=/usr/lib since this is still a noarch package.
 - Upgrade to 2.0-rc4 and drop merged/obsolete patches.
 


More information about the scm-commits mailing list