rpms/audacity/F-11 .cvsignore, 1.11, 1.12 audacity.desktop, 1.4, 1.5 audacity.spec, 1.79, 1.80 sources, 1.13, 1.14 audacity-1.3.8-gsocket-conflict.patch, 1.1, NONE audacity-1.3.9-labelpopup.patch, 1.1, NONE audacity-1.3.9-labeltrack-crash.patch, 1.1, NONE

Michael Schwendt mschwendt at fedoraproject.org
Wed Dec 9 18:08:58 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/audacity/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17649/F-11

Modified Files:
	.cvsignore audacity.desktop audacity.spec sources 
Removed Files:
	audacity-1.3.8-gsocket-conflict.patch 
	audacity-1.3.9-labelpopup.patch 
	audacity-1.3.9-labeltrack-crash.patch 
Log Message:
* Fri Dec  4 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.10-0.1.beta
- Upgrade to 1.3.10-beta.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/F-11/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	5 Sep 2009 13:25:04 -0000	1.11
+++ .cvsignore	9 Dec 2009 18:08:57 -0000	1.12
@@ -1 +1 @@
-audacity-minsrc-1.3.9.tar.bz2
+audacity-minsrc-1.3.10.tar.bz2


Index: audacity.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/F-11/audacity.desktop,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- audacity.desktop	15 May 2008 20:44:14 -0000	1.4
+++ audacity.desktop	9 Dec 2009 18:08:57 -0000	1.5
@@ -7,5 +7,5 @@ Icon=audacity
 Terminal=false
 Comment=A multitrack audio editor
 MimeType=audio/x-wav;application/ogg;audio/x-aiff;audio/x-aiffc;audio/x-aifc;audio/basic;application/x-audacity-project;
-Categories=AudioVideo;GNOME;
+Categories=AudioVideo;GNOME;Sequencer;X-Jack;AudioVideoEditing;
 StartupWMClass=Audacity


Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/F-11/audacity.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -p -r1.79 -r1.80
--- audacity.spec	23 Sep 2009 20:35:40 -0000	1.79
+++ audacity.spec	9 Dec 2009 18:08:57 -0000	1.80
@@ -1,11 +1,11 @@
 # Compile options:
 # --with mp3          : enable mp3 support
 
-%define tartopdir audacity-src-1.3.9
+%define tartopdir audacity-src-1.3.10
 
 Name: audacity
-Version: 1.3.9
-Release: 0.3.beta%{?dist}
+Version: 1.3.10
+Release: 0.1.beta%{?dist}
 Summary: Multitrack audio editor
 Group: Applications/Multimedia
 License: GPLv2
@@ -17,10 +17,8 @@ Source2: audacity.desktop
 
 Patch1: audacity-1.3.7-libmp3lame-default.patch
 Patch2: audacity-1.3.9-libdir.patch
-Patch3: audacity-1.3.8-gsocket-conflict.patch
-Patch4: audacity-1.3.9-labeltrack-crash.patch
-Patch5: audacity-1.3.9-labelpopup.patch
 Patch6: audacity-1.3.7-vamp-1.3.patch
+Patch7: audacity-1.3.9-getmaxpeak.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: alsa-lib-devel
@@ -69,12 +67,10 @@ do
 done
 grep -q -s __RPM_LIB * -R && exit 1
 
-%patch3 -p1 -b .gsocket-conflict
-%patch4 -p1 -b .labeltrack-crash
-%patch5 -p1 -b .labelpopup
 %if 0%{?fedora} < 11
 %patch6 -p1 -b .vamp-1.3
 %endif
+%patch7 -p1 -b .getmaxpeak
 
 # Substitute occurences of "libmp3lame.so" with "libmp3lame.so.0".
 for i in locale/*.po src/export/ExportMP3.cpp
@@ -150,6 +146,15 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Fri Dec  4 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.10-0.1.beta
+- Upgrade to 1.3.10-beta.
+
+* Fri Dec  4 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.9-0.5.beta
+- Prevent race-condition segfault with Sound Activated Recording (#544125).
+
+* Wed Sep 23 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.3.9-0.4.beta
+- Update desktop file according to F-12 FedoraStudio feature
+
 * Mon Sep 14 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.9-0.3.beta
 - add patch to fix LabelTrack popup
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/F-11/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	5 Sep 2009 13:25:06 -0000	1.13
+++ sources	9 Dec 2009 18:08:57 -0000	1.14
@@ -1 +1 @@
-0f2bc8971c6e2c4d39457c28aea16b5c  audacity-minsrc-1.3.9.tar.bz2
+ffa698188e2e8f48c499268a478c579c  audacity-minsrc-1.3.10.tar.bz2


--- audacity-1.3.8-gsocket-conflict.patch DELETED ---


--- audacity-1.3.9-labelpopup.patch DELETED ---


--- audacity-1.3.9-labeltrack-crash.patch DELETED ---




More information about the scm-commits mailing list