rpms/audacity/devel audacity-1.3.9-libdir.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 audacity.spec, 1.81, 1.82 sources, 1.13, 1.14 audacity-1.3.8-audiodevdefaults.patch, 1.1, NONE audacity-1.3.8-libdir.patch, 1.1, NONE

Michael Schwendt mschwendt at fedoraproject.org
Sat Sep 5 08:56:56 UTC 2009


Author: mschwendt

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

Modified Files:
	.cvsignore audacity.spec sources 
Added Files:
	audacity-1.3.9-libdir.patch 
Removed Files:
	audacity-1.3.8-audiodevdefaults.patch 
	audacity-1.3.8-libdir.patch 
Log Message:
* Thu Sep  3 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.9-0.1.beta
- upgrade to 1.3.9-beta
- upstream's changes in the device prefs code make the audiodevdefaults
  patch unnecessary afaic see


audacity-1.3.9-libdir.patch:
 LoadLadspa.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE audacity-1.3.9-libdir.patch ---
diff -Nur audacity-src-1.3.9-orig/src/effects/ladspa/LoadLadspa.cpp audacity-src-1.3.9/src/effects/ladspa/LoadLadspa.cpp
--- audacity-src-1.3.9-orig/src/effects/ladspa/LoadLadspa.cpp	2009-08-31 12:45:40.000000000 +0200
+++ audacity-src-1.3.9/src/effects/ladspa/LoadLadspa.cpp	2009-09-03 12:01:49.823505468 +0200
@@ -286,7 +286,7 @@
 
    #ifdef __WXGTK__
    wxGetApp().AddUniquePathToPathList(wxT(INSTALL_PREFIX) wxT("/ladspa"), pathList);
-   wxGetApp().AddUniquePathToPathList(wxT("/usr/local/lib/ladspa"), pathList);
+   wxGetApp().AddUniquePathToPathList(wxT("/usr/local/__RPM_LIB__/ladspa"), pathList);
    wxGetApp().AddUniquePathToPathList(wxT(LIBDIR) wxT("/ladspa"), pathList);
    #endif
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	20 Jul 2009 19:55:15 -0000	1.11
+++ .cvsignore	5 Sep 2009 08:56:54 -0000	1.12
@@ -1 +1 @@
-audacity-minsrc-1.3.8.tar.bz2
+audacity-minsrc-1.3.9.tar.bz2


Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -p -r1.81 -r1.82
--- audacity.spec	24 Jul 2009 17:32:13 -0000	1.81
+++ audacity.spec	5 Sep 2009 08:56:55 -0000	1.82
@@ -1,11 +1,11 @@
 # Compile options:
 # --with mp3          : enable mp3 support
 
-%define tartopdir audacity-src-1.3.8
+%define tartopdir audacity-src-1.3.9
 
 Name: audacity
-Version: 1.3.8
-Release: 0.3.beta%{?dist}
+Version: 1.3.9
+Release: 0.1.beta%{?dist}
 Summary: Multitrack audio editor
 Group: Applications/Multimedia
 License: GPLv2
@@ -16,10 +16,9 @@ Source1: audacity.png
 Source2: audacity.desktop
 
 Patch1: audacity-1.3.7-libmp3lame-default.patch
-Patch2: audacity-1.3.8-libdir.patch
+Patch2: audacity-1.3.9-libdir.patch
 Patch3: audacity-1.3.8-gsocket-conflict.patch
 Patch6: audacity-1.3.7-vamp-1.3.patch
-Patch7: audacity-1.3.8-audiodevdefaults.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: alsa-lib-devel
@@ -72,7 +71,6 @@ grep -q -s __RPM_LIB * -R && exit 1
 %if 0%{?fedora} < 11
 %patch6 -p1 -b .vamp-1.3
 %endif
-%patch7 -p1 -b .audiodevdefaults
 
 # Substitute occurences of "libmp3lame.so" with "libmp3lame.so.0".
 for i in locale/*.po src/export/ExportMP3.cpp
@@ -148,6 +146,11 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Thu Sep  3 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.9-0.1.beta
+- upgrade to 1.3.9-beta
+- upstream's changes in the device prefs code make the audiodevdefaults
+  patch unnecessary afaic see
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.8-0.3.beta
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	20 Jul 2009 19:55:16 -0000	1.13
+++ sources	5 Sep 2009 08:56:55 -0000	1.14
@@ -1 +1 @@
-88b3c68663a06f146fe822b91608e8f1  audacity-minsrc-1.3.8.tar.bz2
+0f2bc8971c6e2c4d39457c28aea16b5c  audacity-minsrc-1.3.9.tar.bz2


--- audacity-1.3.8-audiodevdefaults.patch DELETED ---


--- audacity-1.3.8-libdir.patch DELETED ---




More information about the fedora-extras-commits mailing list