rpms/condor/devel DetectGCC431.patch, 1.2, 1.3 .cvsignore, 1.3, 1.4 condor.spec, 1.7, 1.8 sources, 1.3, 1.4 DetectGCC430.patch, 1.1, NONE

Matthew Farrellee matt at fedoraproject.org
Wed Oct 8 14:14:47 UTC 2008


Author: matt

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

Modified Files:
	.cvsignore condor.spec sources 
Added Files:
	DetectGCC431.patch 
Removed Files:
	DetectGCC430.patch 
Log Message:
Rebased on 7.0.5, security update

DetectGCC431.patch:

Index: DetectGCC431.patch
===================================================================
RCS file: DetectGCC431.patch
diff -N DetectGCC431.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ DetectGCC431.patch	8 Oct 2008 14:14:17 -0000	1.3
@@ -0,0 +1,16 @@
+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="2"
+     CompilerPatch="1"
+     ;;
++ "4.3.1" )
++    CompilerKind="GCC"
++    CompilerMajor="4"
++    CompilerMinor="3"
++    CompilerPatch="1"
++    ;;
+  * )
+     if test "x$enable_gcc_version_check" = "xyes"; then
+       AC_MSG_RESULT([ERROR])


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/condor/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	6 Aug 2008 15:04:10 -0000	1.3
+++ .cvsignore	8 Oct 2008 14:14:17 -0000	1.4
@@ -1 +1 @@
-condor-7.0.4-95033-RH.tar.gz
+condor-7.0.5-105846-RH.tar.gz


Index: condor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/condor/devel/condor.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- condor.spec	6 Aug 2008 16:30:43 -0000	1.7
+++ condor.spec	8 Oct 2008 14:14:17 -0000	1.8
@@ -1,6 +1,6 @@
 Summary: Condor: High Throughput Computing
 Name: condor
-Version: 7.0.4
+Version: 7.0.5
 Release: 1%{?dist}
 License: ASL 2.0
 Group: Applications/System
@@ -16,8 +16,9 @@
 #   06eec3ae274b66d233ad050a047f3c91  condor_src-7.0.0-all-all.tar.gz
 #   b08743cfa2e87adbcda042896e8ef537  condor_src-7.0.2-all-all.tar.gz
 #   5f326ad522b63eacf34c6c563cf46910  condor_src-7.0.4-all-all.tar.gz
+#   73323100c5b2259f3b9c042fa05451e0  condor_src-7.0.5-all-all.tar.gz
 # Note: The md5sum of each generated tarball may be different
-Source0: condor-7.0.4-95033-RH.tar.gz
+Source0: condor-7.0.5-105846-RH.tar.gz
 Source1: generate-tarball.sh
 Patch0: condor_config.generic.patch
 Patch2: GLibCFlag28.patch
@@ -453,6 +454,9 @@
 
 
 %changelog
+* Wed Oct  8 2008  <matt at redhat> - 7.0.5-1
+- Rebased on 7.0.5, security update
+
 * Wed Aug  6 2008  <mfarrellee at redhat> - 7.0.4-1
 - Updated to 7.0.4 source
 - Stopped using condor_configure in install step


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/condor/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	6 Aug 2008 15:04:10 -0000	1.3
+++ sources	8 Oct 2008 14:14:17 -0000	1.4
@@ -1 +1 @@
-a8da36e4ed1ca11ce2aa7dbefd121766  condor-7.0.4-95033-RH.tar.gz
+132e01af31659d71c5f3c5d850f9c3eb  condor-7.0.5-105846-RH.tar.gz


--- DetectGCC430.patch DELETED ---




More information about the scm-commits mailing list