rpms/globus-gsi-sysconfig/EL-5 globus-gsi-sysconfig-doxygen.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 globus-gsi-sysconfig.spec, 1.3, 1.4 import.log, 1.2, 1.3 sources, 1.2, 1.3

Mattias Ellert ellert at fedoraproject.org
Tue Feb 9 07:46:30 UTC 2010


Author: ellert

Update of /cvs/pkgs/rpms/globus-gsi-sysconfig/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3381/EL-5

Modified Files:
	.cvsignore globus-gsi-sysconfig.spec import.log sources 
Added Files:
	globus-gsi-sysconfig-doxygen.patch 
Log Message:
* Fri Jan 22 2010 Mattias Ellert <mattias.ellert at fysast.uu.se> - 3.0-1
- Update to Globus Toolkit 5.0.0


globus-gsi-sysconfig-doxygen.patch:
 globus_gsi_system_config.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE globus-gsi-sysconfig-doxygen.patch ---
diff -ur globus_gsi_sysconfig-3.0.orig/library/globus_gsi_system_config.c globus_gsi_sysconfig-3.0/library/globus_gsi_system_config.c
--- globus_gsi_sysconfig-3.0.orig/library/globus_gsi_system_config.c	2008-09-15 18:39:33.000000000 +0200
+++ globus_gsi_sysconfig-3.0/library/globus_gsi_system_config.c	2010-01-22 08:59:37.446279151 +0100
@@ -1540,7 +1540,7 @@
  * trusted certificates will be searched for in that directory.  This
  * variable allows the end user to specify the location of trusted
  * certificates.
- * <li> <b>"x509_cert_dir" registry key</b> - If
+ * <li> <b>x509_cert_dir registry key</b> - If
  * this registry key is set on windows, the directory it points to should
  * contain the trusted certificates.  The path to the registry key is
  * software\\Globus\\GSI
@@ -1548,7 +1548,7 @@
  * directory exists, and the previous methods of determining the trusted
  * certs directory failed, this directory will be used.  
  * <li> <b>Host Trusted Cert Dir</b> - This location is intended
- * to be independant of the globus installation ($GLOBUS_LOCATION), and 
+ * to be independent of the globus installation ($GLOBUS_LOCATION), and 
  * is generally only writeable by the host system administrator.  
  * <li> <b>Globus Install Trusted Cert Dir</b> - this
  * is $GLOBUS_LOCATION\\share\\certificates.  
@@ -5036,7 +5036,7 @@
  * directory exists, and the previous methods of determining the trusted
  * certs directory failed, this directory will be used.  
  * <li> <b>/etc/grid-security/certificates</b> - This location is intended
- * to be independant of the globus installation ($GLOBUS_LOCATION), and 
+ * to be independent of the globus installation ($GLOBUS_LOCATION), and 
  * is generally only writeable by the host system administrator.  
  * <li> <b>$GLOBUS_LOCATION/share/certificates</b>
  * </ol>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/globus-gsi-sysconfig/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	30 Apr 2009 07:22:53 -0000	1.2
+++ .cvsignore	9 Feb 2010 07:46:30 -0000	1.3
@@ -1,2 +1,2 @@
 epstopdf-2.9.5gw
-globus_gsi_sysconfig-2.2.tar.gz
+globus_gsi_sysconfig-3.0.tar.gz


Index: globus-gsi-sysconfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/globus-gsi-sysconfig/EL-5/globus-gsi-sysconfig.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- globus-gsi-sysconfig.spec	25 Jul 2009 07:35:12 -0000	1.3
+++ globus-gsi-sysconfig.spec	9 Feb 2010 07:46:30 -0000	1.4
@@ -6,19 +6,19 @@
 
 Name:		globus-gsi-sysconfig
 %global _name %(tr - _ <<< %{name})
-Version:	2.2
-Release:	3%{?dist}
+Version:	3.0
+Release:	1%{?dist}
 Summary:	Globus Toolkit - Globus GSI System Config Library
 
 Group:		System Environment/Libraries
 License:	ASL 2.0
 URL:		http://www.globus.org/
 #		Source is extracted from the globus toolkit installer:
-#		wget -N http://www-unix.globus.org/ftppub/gt4/4.2.1/installers/src/gt4.2.1-all-source-installer.tar.bz2
-#		tar -jxf gt4.2.1-all-source-installer.tar.bz2
-#		mv gt4.2.1-all-source-installer/source-trees/gsi/sysconfig/source globus_gsi_sysconfig-2.2
-#		cp -p gt4.2.1-all-source-installer/source-trees/core/source/GLOBUS_LICENSE globus_gsi_sysconfig-2.2
-#		tar -zcf globus_gsi_sysconfig-2.2.tar.gz globus_gsi_sysconfig-2.2
+#		wget -N http://www-unix.globus.org/ftppub/gt5/5.0/5.0.0/installers/src/gt5.0.0-all-source-installer.tar.bz2
+#		tar -jxf gt5.0.0-all-source-installer.tar.bz2
+#		mv gt5.0.0-all-source-installer/source-trees/gsi/sysconfig/source globus_gsi_sysconfig-3.0
+#		cp -p gt5.0.0-all-source-installer/source-trees/core/source/GLOBUS_LICENSE globus_gsi_sysconfig-3.0
+#		tar -zcf globus_gsi_sysconfig-3.0.tar.gz globus_gsi_sysconfig-3.0
 Source:		%{_name}-%{version}.tar.gz
 #		This is a workaround for the broken epstopdf script in RHEL5
 #		See: https://bugzilla.redhat.com/show_bug.cgi?id=450388
@@ -26,6 +26,9 @@ Source9:	epstopdf-2.9.5gw
 #		Fixes for mingw compilation:
 #		http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6742
 Patch0:		%{name}-mingw.patch
+#		Fix doxygen errors:
+#		http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6918
+Patch1:		%{name}-doxygen.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	globus-openssl%{?_isa} >= 1
@@ -95,6 +98,7 @@ Globus GSI System Config Library Documen
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %if "%{rhel}" == "5"
 mkdir bin
@@ -196,6 +200,12 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_docdir}/%{name}-%{version}/html
 
 %changelog
+* Fri Jan 22 2010 Mattias Ellert <mattias.ellert at fysast.uu.se> - 3.0-1
+- Update to Globus Toolkit 5.0.0
+
+* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 2.2-4
+- rebuilt with new openssl
+
 * Thu Jul 23 2009 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.2-3
 - Add instruction set architecture (isa) tags
 - Make doc subpackage noarch


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/globus-gsi-sysconfig/EL-5/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	15 Jun 2009 16:50:13 -0000	1.2
+++ import.log	9 Feb 2010 07:46:30 -0000	1.3
@@ -1,2 +1,3 @@
 globus-gsi-sysconfig-2_2-1_fc9:EL-5:globus-gsi-sysconfig-2.2-1.fc9.src.rpm:1241076144
 globus-gsi-sysconfig-2_2-2_fc9:EL-5:globus-gsi-sysconfig-2.2-2.fc9.src.rpm:1245084594
+globus-gsi-sysconfig-3_0-1_fc12:EL-5:globus-gsi-sysconfig-3.0-1.fc12.src.rpm:1265701575


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/globus-gsi-sysconfig/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	30 Apr 2009 07:22:53 -0000	1.2
+++ sources	9 Feb 2010 07:46:30 -0000	1.3
@@ -1,2 +1,2 @@
 44ec158f5ca5f60310cca74a3aaaea2b  epstopdf-2.9.5gw
-07ef38c3e0c1ec9716963bfa458bf120  globus_gsi_sysconfig-2.2.tar.gz
+3b67371b7fb298659274d67036af034d  globus_gsi_sysconfig-3.0.tar.gz



More information about the scm-commits mailing list