rpms/globus-gram-client/F-11 globus-gram-client-typo.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 globus-gram-client.spec, 1.1, 1.2 import.log, 1.1, 1.2 sources, 1.2, 1.3 globus-gram-client-doxygen.patch, 1.1, NONE

Mattias Ellert ellert at fedoraproject.org
Tue Feb 9 09:20:36 UTC 2010


Author: ellert

Update of /cvs/pkgs/rpms/globus-gram-client/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7543/F-11

Modified Files:
	.cvsignore globus-gram-client.spec import.log sources 
Added Files:
	globus-gram-client-typo.patch 
Removed Files:
	globus-gram-client-doxygen.patch 
Log Message:
* Sat Jan 23 2010 Mattias Ellert <mattias.ellert at fysast.uu.se> - 9.1-1
- Update to Globus Toolkit 5.0.0


globus-gram-client-typo.patch:
 resource_manager_contact.dox |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE globus-gram-client-typo.patch ---
diff -ur globus_gram_client-9.1.orig/resource_manager_contact.dox globus_gram_client-9.1/resource_manager_contact.dox
--- globus_gram_client-9.1.orig/resource_manager_contact.dox	2002-01-22 16:43:23.000000000 +0100
+++ globus_gram_client-9.1/resource_manager_contact.dox	2010-01-23 16:48:58.429281330 +0100
@@ -33,6 +33,6 @@
 - host:/service:subject
 - host:port/service:subject
 
-Note: Any of the above forms may be preceeded by an optional
+Note: Any of the above forms may be preceded by an optional
 "<b>https</b><b>://</b>".
 */


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/globus-gram-client/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	19 Oct 2009 18:10:05 -0000	1.2
+++ .cvsignore	9 Feb 2010 09:20:35 -0000	1.3
@@ -1,2 +1,2 @@
 epstopdf-2.9.5gw
-globus_gram_client-7.2.tar.gz
+globus_gram_client-9.1.tar.gz


Index: globus-gram-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/globus-gram-client/F-11/globus-gram-client.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- globus-gram-client.spec	19 Oct 2009 18:10:05 -0000	1.1
+++ globus-gram-client.spec	9 Feb 2010 09:20:35 -0000	1.2
@@ -6,7 +6,7 @@
 
 Name:		globus-gram-client
 %global _name %(tr - _ <<< %{name})
-Version:	7.2
+Version:	9.1
 Release:	1%{?dist}
 Summary:	Globus Toolkit - GRAM Client Library
 
@@ -14,28 +14,29 @@ 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/gram/client/source globus_gram_client-7.2
-#		cp -p gt4.2.1-all-source-installer/source-trees/core/source/GLOBUS_LICENSE globus_gram_client-7.2
-#		tar -zcf globus_gram_client-7.2.tar.gz globus_gram_client-7.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/gram/client/source globus_gram_client-9.1
+#		cp -p gt5.0.0-all-source-installer/source-trees/core/source/GLOBUS_LICENSE globus_gram_client-9.1
+#		tar -zcf globus_gram_client-9.1.tar.gz globus_gram_client-9.1
 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
 Source9:	epstopdf-2.9.5gw
-#		Fix some doxygen warnings:
-#		http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6828
-Patch0:		%{name}-doxygen.patch
+#		Fix manpage typo:
+#		http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6953
+Patch0:		%{name}-typo.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	globus-common
 BuildRequires:	grid-packaging-tools
-BuildRequires:	globus-gram-protocol-devel%{?_isa} >= 6
+BuildRequires:	globus-gram-protocol-devel%{?_isa} >= 9
 BuildRequires:	globus-common-devel%{?_isa} >= 3
 BuildRequires:	globus-rsl-devel%{?_isa} >= 3
 BuildRequires:	globus-io-devel%{?_isa} >= 3
 BuildRequires:	globus-core%{?_isa} >= 4
 BuildRequires:	globus-gram-protocol-doc >= 3
+BuildRequires:	globus-common-doc
 BuildRequires:	doxygen
 BuildRequires:	graphviz
 %if "%{?rhel}" == "5"
@@ -52,7 +53,7 @@ BuildRequires:	tetex-latex
 Summary:	Globus Toolkit - GRAM Client Library Development Files
 Group:		Development/Libraries
 Requires:	%{name}%{?_isa} = %{version}-%{release}
-Requires:	globus-gram-protocol-devel%{?_isa} >= 6
+Requires:	globus-gram-protocol-devel%{?_isa} >= 9
 Requires:	globus-common-devel%{?_isa} >= 3
 Requires:	globus-rsl-devel%{?_isa} >= 3
 Requires:	globus-io-devel%{?_isa} >= 3
@@ -197,5 +198,8 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_docdir}/%{name}-%{version}/html
 
 %changelog
+* Sat Jan 23 2010 Mattias Ellert <mattias.ellert at fysast.uu.se> - 9.1-1
+- Update to Globus Toolkit 5.0.0
+
 * Tue Jul 28 2009 Mattias Ellert <mattias.ellert at fysast.uu.se> - 7.2-1
 - Autogenerated


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/globus-gram-client/F-11/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	19 Oct 2009 18:10:05 -0000	1.1
+++ import.log	9 Feb 2010 09:20:35 -0000	1.2
@@ -1 +1,2 @@
 globus-gram-client-7_2-1_fc11:F-11:globus-gram-client-7.2-1.fc11.src.rpm:1255975774
+globus-gram-client-9_1-1_fc12:F-11:globus-gram-client-9.1-1.fc12.src.rpm:1265707221


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/globus-gram-client/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	19 Oct 2009 18:10:05 -0000	1.2
+++ sources	9 Feb 2010 09:20:35 -0000	1.3
@@ -1,2 +1,2 @@
 44ec158f5ca5f60310cca74a3aaaea2b  epstopdf-2.9.5gw
-d40c311a8f878124f95602d8ab074658  globus_gram_client-7.2.tar.gz
+44be15b596006c2a4c74b0a59754461b  globus_gram_client-9.1.tar.gz


--- globus-gram-client-doxygen.patch DELETED ---



More information about the scm-commits mailing list