[globus-gsi-cert-utils/el5: 7/7] Update to Globus Toolkit 5.2.5

Mattias Ellert ellert at fedoraproject.org
Wed Nov 6 22:38:09 UTC 2013


commit aee7d894d6ec66b22506bd81a894432bb9daaed8
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Wed Nov 6 23:37:27 2013 +0100

    Update to Globus Toolkit 5.2.5
    
    - Drop patches globus-gsi-cert-utils-ac.patch and
      globus-gsi-cert-utils-doxygen.patch (accepted upstream)
    - Remove obsolete workaround for broken RHEL 5 epstopdf

 .gitignore                          |    1 -
 globus-gsi-cert-utils-ac.patch      |   12 ------------
 globus-gsi-cert-utils-doxygen.patch |   12 ------------
 globus-gsi-cert-utils.spec          |   32 +++++++++-----------------------
 sources                             |    3 +--
 5 files changed, 10 insertions(+), 50 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-gsi-cert-utils.spec b/globus-gsi-cert-utils.spec
index 9e8beb3..0fda24c 100644
--- a/globus-gsi-cert-utils.spec
+++ b/globus-gsi-cert-utils.spec
@@ -8,21 +8,16 @@
 
 Name:		globus-gsi-cert-utils
 %global _name %(tr - _ <<< %{name})
-Version:	8.3
-Release:	7%{?dist}
+Version:	8.6
+Release:	1%{?dist}
 Summary:	Globus Toolkit - Globus GSI Cert Utils Library
 
 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-GSIC
-#		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
-Patch0:		%{name}-ac.patch
-Patch1:		%{name}-doxygen.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	globus-gsi-proxy-ssl%{?_isa} >= 4
@@ -121,19 +116,8 @@ Globus GSI Cert Utils Library Documentation Files
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch0 -p1
-%patch1 -p1
-
-%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
@@ -154,10 +138,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}
 
@@ -210,6 +190,12 @@ rm -rf %{buildroot}
 %dir %{_pkgdocdir}/html
 
 %changelog
+* Wed Nov 06 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 8.6-1
+- Update to Globus Toolkit 5.2.5
+- Drop patches globus-gsi-cert-utils-ac.patch and
+  globus-gsi-cert-utils-doxygen.patch (accepted upstream)
+- Remove obsolete workaround for broken RHEL 5 epstopdf
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8.3-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 8849eea..e5ed9c9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-44ec158f5ca5f60310cca74a3aaaea2b  epstopdf-2.9.5gw
-b2e619b261ef8b2a5b84d2aebacfa564  globus_gsi_cert_utils-8.3.tar.gz
+09cabe2cbce4c4e2f4f995ce1345bc7a  globus_gsi_cert_utils-8.6.tar.gz


More information about the scm-commits mailing list