[audacity/f12/master] add patch to avoid hang if the play at speed slider is set below 0.09x fixes rhbz#637347

David Timms dtimms at fedoraproject.org
Mon Oct 4 12:59:04 UTC 2010


commit 4609cc8c271640a2d3051ded8ab3f376ef78d12d
Author: David Timms <iinet.net.au at dtimms>
Date:   Mon Oct 4 23:56:50 2010 +1100

    add patch to avoid hang if the play at speed slider is set below 0.09x
        fixes rhbz#637347

 audacity.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/audacity.spec b/audacity.spec
index 1b6990a..f0e5636 100644
--- a/audacity.spec
+++ b/audacity.spec
@@ -4,7 +4,7 @@
 Name: audacity
 
 Version: 1.3.12
-Release: 0.4.beta%{?dist}
+Release: 0.8.beta%{?dist}
 Summary: Multitrack audio editor
 Group: Applications/Multimedia
 License: GPLv2
@@ -24,6 +24,7 @@ Patch2: audacity-1.3.9-libdir.patch
 # add categories Sequencer X-Jack AudioVideoEditing for F-12 Studio feature
 Patch3: audacity-1.3.10-desktop.patch
 Patch6: audacity-1.3.7-vamp-1.3.patch
+Patch7: audacity-1.3.12-fix-minimum-playspeed.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: alsa-lib-devel
@@ -73,9 +74,8 @@ done
 grep -q -s __RPM_LIB * -R && exit 1
 
 %patch3 -p1 -b .old-desktop-file
-%if 0%{?fedora} < 11
-%patch6 -p1 -b .vamp-1.3
-%endif
+
+%patch7 -p1 -b .fix-minimum-playspeed
 
 # Substitute occurences of "libmp3lame.so" with "libmp3lame.so.0".
 for i in locale/*.po src/export/ExportMP3.cpp
@@ -152,6 +152,10 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Mon Oct  4 2010 David Timms <iinet.net.au at dtimms> - 1.3.12-0.8.beta
+- fix hang when play at speed with ratio less than 0.09 is used (#637347)
+- del stale patch for older vamp plugin
+
 * Mon Jun 28 2010 David Timms <iinet.net.au at dtimms> - 1.3.12-0.4.beta
 - mods to ease diffs between builds for fedora and full
 


More information about the scm-commits mailing list