rpms/condor/F-9 DetectGCC.patch, NONE, 1.1 condor.spec, 1.14, 1.15 DetectGCC430.patch, 1.2, NONE

Matthew Farrellee matt at fedoraproject.org
Wed Jan 7 18:42:55 UTC 2009


Author: matt

Update of /cvs/pkgs/rpms/condor/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24622

Modified Files:
	condor.spec 
Added Files:
	DetectGCC.patch 
Removed Files:
	DetectGCC430.patch 
Log Message:
updated DetectGCC patch name to be more generic for use across F9 and beyond

DetectGCC.patch:

--- NEW FILE DetectGCC.patch ---
diff -ru condor-7.0.2.orig/src/configure.ac condor-7.0.2/src/configure.ac
--- condor-7.0.2.orig/src/configure.ac	2008-06-11 10:04:54.000000000 -0500
+++ condor-7.0.2/src/configure.ac	2008-06-11 10:04:07.000000000 -0500
@@ -877,6 +877,12 @@
     CompilerMinor="3"
     CompilerPatch="1"
     ;;
+ "4.3.0" )
+    CompilerKind="GCC"
+    CompilerMajor="4"
+    CompilerMinor="3"
+    CompilerPatch="0"
+    ;;
  * )
     if test "x$enable_gcc_version_check" = "xyes"; then
       AC_MSG_RESULT([ERROR])


Index: condor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/condor/F-9/condor.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- condor.spec	7 Jan 2009 18:34:56 -0000	1.14
+++ condor.spec	7 Jan 2009 18:42:25 -0000	1.15
@@ -24,7 +24,7 @@
 Source2: NOTICE.txt
 Patch0: condor_config.generic.patch
 Patch1: stdsoap2.h.patch.patch
-Patch2: DetectGCC430.patch
+Patch2: DetectGCC.patch
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 


--- DetectGCC430.patch DELETED ---




More information about the scm-commits mailing list