rpms/sound-juicer/devel sound-juicer.spec,1.81,1.82

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Thu Sep 20 15:11:43 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/sound-juicer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20340

Modified Files:
	sound-juicer.spec 
Log Message:
* Thu Sep 20 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.0-2
- Fix crasher when editing profiles and the profile gets unref'ed
  (#278861)



Index: sound-juicer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sound-juicer/devel/sound-juicer.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- sound-juicer.spec	17 Sep 2007 15:47:33 -0000	1.81
+++ sound-juicer.spec	20 Sep 2007 15:11:10 -0000	1.82
@@ -13,7 +13,7 @@
 Name:		sound-juicer
 Summary:	Clean and lean CD ripper
 Version:	2.20.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 Source:		http://download.gnome.org/sources/sound-juicer/2.20/%{name}-%{version}.tar.bz2
@@ -22,6 +22,8 @@
 Requires:	cdparanoia
 Requires:	nautilus-cd-burner >= %{nautilus_cd_burner_version}
 
+Patch1:		sound-juicer-2.20.0-profile-editing.patch
+
 Requires(pre): GConf2 >= %{gconf_version}
 Requires(post): GConf2 >= %{gconf_version}
 Requires(preun): GConf2 >= %{gconf_version}
@@ -53,6 +55,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .no-profile-crash
 
 %build
 # work around a gstreamer problem where it 
@@ -117,6 +120,10 @@
 %{_mandir}/man1/*
 
 %changelog
+* Thu Sep 20 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.0-2
+- Fix crasher when editing profiles and the profile gets unref'ed
+  (#278861)
+
 * Mon Sep 17 2007 Matthias Clasen <mclasen at redhat.com> - 2.20.0-1
 - Update to 2.20.0
 




More information about the fedora-extras-commits mailing list