rpms/audacity/devel audacity-1.3.7-repeat.patch, NONE, 1.1.2.1 audacity.spec, 1.58.2.14, 1.58.2.15

Michael Schwendt mschwendt at fedoraproject.org
Thu Feb 19 16:09:06 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/audacity/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2996

Modified Files:
      Tag: audacity-1_3_6-test
	audacity.spec 
Added Files:
      Tag: audacity-1_3_6-test
	audacity-1.3.7-repeat.patch 
Log Message:
* Thu Feb 19 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.7-0.2.beta
- fix crash in Effect > Repeat...


audacity-1.3.7-repeat.patch:

--- NEW FILE audacity-1.3.7-repeat.patch ---
diff -Nur audacity-src-1.3.7-orig/src/effects/Repeat.cpp audacity-src-1.3.7/src/effects/Repeat.cpp
--- audacity-src-1.3.7-orig/src/effects/Repeat.cpp	2009-01-27 21:50:58.000000000 +0100
+++ audacity-src-1.3.7/src/effects/Repeat.cpp	2009-02-19 15:18:42.000000000 +0100
@@ -192,7 +192,7 @@
 void RepeatDialog::PopulateOrExchange(ShuttleGui & S)
 {
    wxTextValidator vld(wxFILTER_INCLUDE_CHAR_LIST);
-   vld.SetIncludes(wxArrayString(12, numbers));
+   vld.SetIncludes(wxArrayString(10, numbers));
 
    S.StartHorizontalLay(wxCENTER, false);
    {


Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.58.2.14
retrieving revision 1.58.2.15
diff -u -r1.58.2.14 -r1.58.2.15
--- audacity.spec	2 Feb 2009 18:51:59 -0000	1.58.2.14
+++ audacity.spec	19 Feb 2009 16:08:35 -0000	1.58.2.15
@@ -5,7 +5,7 @@
 
 Name: audacity
 Version: 1.3.7
-Release: 0.1.beta%{?dist}
+Release: 0.2.beta%{?dist}
 Summary: Multitrack audio editor
 Group: Applications/Multimedia
 License: GPLv2
@@ -19,6 +19,7 @@
 Patch2: audacity-1.3.7-libdir.patch
 Patch3: audacity-1.3.6-flac-import.patch
 Patch4: audacity-1.3.7-portaudio-non-mmap-alsa.patch
+Patch5: audacity-1.3.7-repeat.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: alsa-lib-devel
@@ -68,6 +69,7 @@
 
 %patch3 -p1 -b .dumb-flac-import
 %patch4 -p1 -b .pa-non-mmap-alsa
+%patch5 -p1 -b .repeat
 
 # Substitute occurences of "libmp3lame.so" with "libmp3lame.so.0".
 for i in locale/*.po src/export/ExportMP3.cpp
@@ -139,6 +141,9 @@
 
 
 %changelog
+* Thu Feb 19 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.7-0.2.beta
+- fix crash in Effect > Repeat...
+
 * Mon Feb  2 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.7-0.1.beta
 - update to 1.3.7-beta
 - rediff portaudio-non-mmap-alsa.patch




More information about the fedora-extras-commits mailing list