rpms/csound/devel csound-5.03.0-no-gstabs.patch, NONE, 1.1 csound.spec, 1.1, 1.2

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Sep 8 14:59:23 UTC 2006


Author: dcbw

Update of /cvs/extras/rpms/csound/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18314

Modified Files:
	csound.spec 
Added Files:
	csound-5.03.0-no-gstabs.patch 
Log Message:
* Fri Sep  8 2006 Dan Williams <dcbw at redhat.com> 5.03.0-3
- csound-5.03.0-no-gstabs.patch added; produce dwarf2 like everyone else



csound-5.03.0-no-gstabs.patch:

--- NEW FILE csound-5.03.0-no-gstabs.patch ---
--- Csound5.03.0/SConstruct.gstabs	2006-09-08 10:44:49.000000000 -0400
+++ Csound5.03.0/SConstruct	2006-09-08 10:49:21.000000000 -0400
@@ -269,7 +269,7 @@
   if getPlatform() == 'darwin':
     commonEnvironment.Prepend(CCFLAGS = ['-g', '-O2'])
   else:
-    commonEnvironment.Prepend(CCFLAGS = ['-g', '-gstabs', '-O2'])
+    commonEnvironment.Prepend(CCFLAGS = ['-g', '-O2'])
 else:
   commonEnvironment.Prepend(CCFLAGS = ['-O2'])
 if commonEnvironment['useGprof'] == '1':


Index: csound.spec
===================================================================
RCS file: /cvs/extras/rpms/csound/devel/csound.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- csound.spec	5 Sep 2006 18:09:14 -0000	1.1
+++ csound.spec	8 Sep 2006 14:59:23 -0000	1.2
@@ -11,7 +11,7 @@
 Summary:       Csound - sound synthesis language and library
 Name:          csound
 Version:       5.03.0
-Release:       2%{?dist}
+Release:       3%{?dist}
 URL:           http://csound.sourceforge.net/
 License:       LGPL
 Group:         Applications/Multimedia
@@ -39,6 +39,7 @@
 Patch0: csound-5.03.0-uninitialized.patch
 Patch1: csound-5.03.0-printf-redef.patch
 Patch2: csound-5.03.0-enable-fluidsynth.patch
+Patch3: csound-5.03.0-no-gstabs.patch
 
 
 %description
@@ -163,6 +164,7 @@
 %patch0 -p1 -b .uninitialized
 %patch1 -p1 -b .printf-redef
 %patch2 -p1 -b .enable-fluidsynth
+%patch3 -p1 -b .no-gstabs
 tar xf %{SOURCE1}
 
 %build
@@ -362,6 +364,9 @@
 %doc tutorial/*.py
 
 %changelog
+* Fri Sep  8 2006 Dan Williams <dcbw at redhat.com> 5.03.0-3
+- csound-5.03.0-no-gstabs.patch added; produce dwarf2 like everyone else
+
 * Fri Aug 24 2006 Dan Williams <dcbw at redhat.com> 5.03.0-2
 - Kill printf redefinition
 - Remove zero-length ifthen.csd




More information about the fedora-extras-commits mailing list