[globus-xio-gsi-driver/el5: 7/7] Update to Globus Toolkit 5.2.5

Mattias Ellert ellert at fedoraproject.org
Thu Nov 7 09:16:11 UTC 2013


commit 41dcf348fe7a38792dd59691c475eacdc01ddb86
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Thu Nov 7 10:15:28 2013 +0100

    Update to Globus Toolkit 5.2.5
    
    - Remove obsolete workaround for broken RHEL 5 epstopdf

 .gitignore                 |    1 -
 globus-xio-gsi-driver.spec |   26 +++++++-------------------
 sources                    |    3 +--
 3 files changed, 8 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 943fe53..f6a3a77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/epstopdf-2.9.5gw
 /*.tar.gz
diff --git a/globus-xio-gsi-driver.spec b/globus-xio-gsi-driver.spec
index bacbf16..46eea29 100644
--- a/globus-xio-gsi-driver.spec
+++ b/globus-xio-gsi-driver.spec
@@ -8,19 +8,16 @@
 
 Name:		globus-xio-gsi-driver
 %global _name %(tr - _ <<< %{name})
-Version:	2.3
-Release:	7%{?dist}
+Version:	2.4
+Release:	1%{?dist}
 Summary:	Globus Toolkit - Globus XIO GSI Driver
 
 Group:		System Environment/Libraries
 License:	ASL 2.0
 URL:		http://www.globus.org/
-Source:		http://www.globus.org/ftppub/gt5/5.2/5.2.1/packages/src/%{_name}-%{version}.tar.gz
+Source:		http://www.globus.org/ftppub/gt5/5.2/5.2.5/packages/src/%{_name}-%{version}.tar.gz
 #		README file
 Source8:	GLOBUS-XIO
-#		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
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	globus-common%{?_isa} >= 14
@@ -105,16 +102,7 @@ Globus XIO GSI Driver Documentation Files
 %prep
 %setup -q -n %{_name}-%{version}
 
-%if "%{rhel}" == "5"
-mkdir bin
-install %{SOURCE9} bin/epstopdf
-%endif
-
 %build
-%if "%{rhel}" == "5"
-export PATH=$PWD/bin:$PATH
-%endif
-
 # Remove files that should be replaced during bootstrap
 rm -f doxygen/Doxyfile*
 rm -f doxygen/Makefile.am
@@ -135,10 +123,6 @@ sed 's!CC -shared !CC \${wl}--as-needed -shared !g' -i libtool
 make %{?_smp_mflags}
 
 %install
-%if "%{rhel}" == "5"
-export PATH=$PWD/bin:$PATH
-%endif
-
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
@@ -189,6 +173,10 @@ rm -rf %{buildroot}
 %dir %{_pkgdocdir}/html
 
 %changelog
+* Thu Nov 07 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.4-1
+- Update to Globus Toolkit 5.2.5
+- Remove obsolete workaround for broken RHEL 5 epstopdf
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 17981ca..ff1acd2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-44ec158f5ca5f60310cca74a3aaaea2b  epstopdf-2.9.5gw
-1a837da0b4202064cf227c031e05af1a  globus_xio_gsi_driver-2.3.tar.gz
+a4e15513cbf5a64b978de14d5545f04b  globus_xio_gsi_driver-2.4.tar.gz


More information about the scm-commits mailing list