rpms/audacity/devel audacity-1.3.5-gcc43.patch, NONE, 1.1 audacity.spec, 1.55, 1.56 audacity-1.3.4-gcc43.patch, 1.2, NONE

Michael Schwendt mschwendt at fedoraproject.org
Thu Aug 28 16:35:31 UTC 2008


Author: mschwendt

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

Modified Files:
	audacity.spec 
Added Files:
	audacity-1.3.5-gcc43.patch 
Removed Files:
	audacity-1.3.4-gcc43.patch 
Log Message:
* Thu Aug 28 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.5-0.6.beta
- rediff some patches for Fedora fuzz=0 pedantry


audacity-1.3.5-gcc43.patch:

--- NEW FILE audacity-1.3.5-gcc43.patch ---
diff -Nur audacity-src-1.3.5-beta-orig/lib-src/libvamp/vamp-sdk/hostext/PluginLoader.cpp audacity-src-1.3.5-beta/lib-src/libvamp/vamp-sdk/hostext/PluginLoader.cpp
--- audacity-src-1.3.5-beta-orig/lib-src/libvamp/vamp-sdk/hostext/PluginLoader.cpp	2008-05-07 23:19:58.000000000 +0200
+++ audacity-src-1.3.5-beta/lib-src/libvamp/vamp-sdk/hostext/PluginLoader.cpp	2008-08-28 18:31:49.000000000 +0200
@@ -42,6 +42,7 @@
 
 #include <fstream>
 #include <cctype> // tolower
+#include <cstring>
 
 #include <cstring>
 
diff -Nur audacity-src-1.3.5-beta-orig/lib-src/libvamp/vamp-sdk/PluginAdapter.cpp audacity-src-1.3.5-beta/lib-src/libvamp/vamp-sdk/PluginAdapter.cpp
--- audacity-src-1.3.5-beta-orig/lib-src/libvamp/vamp-sdk/PluginAdapter.cpp	2008-05-07 23:19:58.000000000 +0200
+++ audacity-src-1.3.5-beta/lib-src/libvamp/vamp-sdk/PluginAdapter.cpp	2008-08-28 18:31:49.000000000 +0200
@@ -39,6 +39,10 @@
 #include <cstring>
 #include <cstdlib>
 
+#include <cstdlib>
+#include <cstring>
+using namespace std;
+
 //#define DEBUG_PLUGIN_ADAPTER 1
 
 namespace Vamp {
diff -Nur audacity-src-1.3.5-beta-orig/lib-src/libvamp/vamp-sdk/PluginHostAdapter.cpp audacity-src-1.3.5-beta/lib-src/libvamp/vamp-sdk/PluginHostAdapter.cpp
--- audacity-src-1.3.5-beta-orig/lib-src/libvamp/vamp-sdk/PluginHostAdapter.cpp	2008-05-07 23:19:58.000000000 +0200
+++ audacity-src-1.3.5-beta/lib-src/libvamp/vamp-sdk/PluginHostAdapter.cpp	2008-08-28 18:31:49.000000000 +0200
@@ -37,6 +37,9 @@
 #include "PluginHostAdapter.h"
 #include <cstdlib>
 
+#include <cstdlib>
+
+
 namespace Vamp
 {
 
@@ -64,7 +67,7 @@
     std::vector<std::string> path;
     std::string envPath;
 
-    char *cpath = getenv("VAMP_PATH");
+    char *cpath = std::getenv("VAMP_PATH");
     if (cpath) envPath = cpath;
 
 #ifdef _WIN32
@@ -81,7 +84,7 @@
 
     if (envPath == "") {
         envPath = DEFAULT_VAMP_PATH;
-        char *chome = getenv("HOME");
+        char *chome = std::getenv("HOME");
         if (chome) {
             std::string home(chome);
             std::string::size_type f;


Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- audacity.spec	8 Jun 2008 20:32:51 -0000	1.55
+++ audacity.spec	28 Aug 2008 16:35:00 -0000	1.56
@@ -5,7 +5,7 @@
 
 Name: audacity
 Version: 1.3.5
-Release: 0.5.beta%{?dist}
+Release: 0.6.beta%{?dist}
 Summary: Multitrack audio editor
 Group: Applications/Multimedia
 License: GPLv2
@@ -17,7 +17,7 @@
 
 Patch1: audacity-1.3.4-libmp3lame-default.patch
 Patch2: audacity-1.3.4-libdir.patch
-Patch3: audacity-1.3.4-gcc43.patch
+Patch3: audacity-1.3.5-gcc43.patch
 Patch4: audacity-1.3.5-fr.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -133,6 +133,9 @@
 
 
 %changelog
+* Thu Aug 28 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.5-0.6.beta
+- rediff some patches for Fedora fuzz=0 pedantry
+
 * Sun Jun  8 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.5-0.5.beta
 - fix bad fr.po that makes Fichier>Open dialog too wide
 


--- audacity-1.3.4-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list