diff --git a/audacity.spec b/audacity.spec index 2395d27..e364132 100644 --- a/audacity.spec +++ b/audacity.spec @@ -4,7 +4,7 @@ Name: audacity Version: 2.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Multitrack audio editor Group: Applications/Multimedia License: GPLv2 @@ -26,6 +26,7 @@ Patch2: audacity-1.3.9-libdir.patch # enable startup notification # add categories Sequencer X-Jack AudioVideoEditing for F-12 Studio feature Patch3: audacity-2.0.2-desktop.in.patch +Patch4: audacity-2.0.4-equalization-segfault.patch BuildRequires: alsa-lib-devel BuildRequires: desktop-file-utils @@ -88,6 +89,7 @@ do done %patch3 -b .desktop.old +%patch4 -b .2.0.4-equalization-segfault.patch %build @@ -181,6 +183,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Sep 22 2013 David Timms - 2.0.4-2 +- Add upstream patch to avoid segfault when starting Effects|Equalization + * Sat Sep 14 2013 David Timms - 2.0.4-1 - update to upstream release 2.0.4 - rebase audacity-2.0.1-libmp3lame-default