rpms/globus-xio-popen-driver/F-12 .cvsignore, 1.2, 1.3 globus-xio-popen-driver-mingw.patch, 1.1, 1.2 globus-xio-popen-driver.spec, 1.3, 1.4 import.log, 1.2, 1.3 sources, 1.2, 1.3 globus-xio-popen-driver-wrong-desc.patch, 1.1, NONE

Mattias Ellert ellert at fedoraproject.org
Tue Feb 9 08:24:28 UTC 2010


Author: ellert

Update of /cvs/pkgs/rpms/globus-xio-popen-driver/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17801/F-12

Modified Files:
	.cvsignore globus-xio-popen-driver-mingw.patch 
	globus-xio-popen-driver.spec import.log sources 
Removed Files:
	globus-xio-popen-driver-wrong-desc.patch 
Log Message:
* Sat Jan 23 2010 Mattias Ellert <mattias.ellert at fysast.uu.se> - 0.7-1
- Update to Globus Toolkit 5.0.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/globus-xio-popen-driver/F-12/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	27 Apr 2009 23:01:18 -0000	1.2
+++ .cvsignore	9 Feb 2010 08:24:28 -0000	1.3
@@ -1 +1 @@
-globus_xio_popen_driver-0.2.tar.gz
+globus_xio_popen_driver-0.7.tar.gz

globus-xio-popen-driver-mingw.patch:
 globus_xio_popen_driver.c |    4 ++++
 1 file changed, 4 insertions(+)

Index: globus-xio-popen-driver-mingw.patch
===================================================================
RCS file: /cvs/pkgs/rpms/globus-xio-popen-driver/F-12/globus-xio-popen-driver-mingw.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- globus-xio-popen-driver-mingw.patch	15 Jun 2009 18:44:44 -0000	1.1
+++ globus-xio-popen-driver-mingw.patch	9 Feb 2010 08:24:28 -0000	1.2
@@ -1,7 +1,7 @@
-diff -ur globus_xio_popen_driver-0.2.orig/globus_xio_popen_driver.c globus_xio_popen_driver-0.2/globus_xio_popen_driver.c
---- globus_xio_popen_driver-0.2.orig/globus_xio_popen_driver.c	2008-09-18 08:16:35.000000000 +0200
-+++ globus_xio_popen_driver-0.2/globus_xio_popen_driver.c	2009-05-08 06:42:59.000000000 +0200
-@@ -391,6 +391,9 @@
+diff -ur globus_xio_popen_driver-0.7.orig/globus_xio_popen_driver.c globus_xio_popen_driver-0.7/globus_xio_popen_driver.c
+--- globus_xio_popen_driver-0.7.orig/globus_xio_popen_driver.c	2010-01-07 00:46:52.000000000 +0100
++++ globus_xio_popen_driver-0.7/globus_xio_popen_driver.c	2010-01-23 07:32:50.993534034 +0100
+@@ -531,6 +531,9 @@
      
      GlobusXIOPOpenDebugEnter();
      
@@ -10,8 +10,8 @@ diff -ur globus_xio_popen_driver-0.2.ori
 +#else
      attr = (xio_l_popen_attr_t *) 
          driver_attr ? driver_attr : &xio_l_popen_attr_default;
-     result = globus_l_xio_popen_handle_init(&handle);
-@@ -456,6 +459,7 @@
+ 
+@@ -678,6 +681,7 @@
  error_in_pipe:
      globus_l_xio_popen_handle_destroy(handle);
  error_handle:


Index: globus-xio-popen-driver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/globus-xio-popen-driver/F-12/globus-xio-popen-driver.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- globus-xio-popen-driver.spec	25 Jul 2009 07:46:10 -0000	1.3
+++ globus-xio-popen-driver.spec	9 Feb 2010 08:24:28 -0000	1.4
@@ -6,29 +6,26 @@
 
 Name:		globus-xio-popen-driver
 %global _name %(tr - _ <<< %{name})
-Version:	0.2
-Release:	4%{?dist}
+Version:	0.7
+Release:	1%{?dist}
 Summary:	Globus Toolkit - Globus XIO Pipe Open Driver
 
 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/xio/drivers/popen/source globus_xio_popen_driver-0.2
-#		cp -p gt4.2.1-all-source-installer/source-trees/core/source/GLOBUS_LICENSE globus_xio_popen_driver-0.2
-#		tar -zcf globus_xio_popen_driver-0.2.tar.gz globus_xio_popen_driver-0.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/xio/drivers/popen/source globus_xio_popen_driver-0.7
+#		cp -p gt5.0.0-all-source-installer/source-trees/core/source/GLOBUS_LICENSE globus_xio_popen_driver-0.7
+#		tar -zcf globus_xio_popen_driver-0.7.tar.gz globus_xio_popen_driver-0.7
 Source:		%{_name}-%{version}.tar.gz
 #		Wrong dependency information:
 #		http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6588
 Patch0:		%{name}-wrong-dep.patch
-#		Correct package description:
-#		Already fixed in upstream CVS
-Patch1:		%{name}-wrong-desc.patch
 #		Fixes for mingw compilation:
 #		http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6742
-Patch2:		%{name}-mingw.patch
+Patch1:		%{name}-mingw.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	globus-common
@@ -64,7 +61,6 @@ Globus XIO Pipe Open Driver Development 
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 # Remove files that should be replaced during bootstrap
@@ -138,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sat Jan 23 2010 Mattias Ellert <mattias.ellert at fysast.uu.se> - 0.7-1
+- Update to Globus Toolkit 5.0.0
+
 * Thu Jul 23 2009 Mattias Ellert <mattias.ellert at fysast.uu.se> - 0.2-4
 - Add instruction set architecture (isa) tags
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/globus-xio-popen-driver/F-12/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	15 Jun 2009 18:44:44 -0000	1.2
+++ import.log	9 Feb 2010 08:24:28 -0000	1.3
@@ -1,2 +1,3 @@
 globus-xio-popen-driver-0_2-2_fc9:HEAD:globus-xio-popen-driver-0.2-2.fc9.src.rpm:1240873209
 globus-xio-popen-driver-0_2-3_fc9:HEAD:globus-xio-popen-driver-0.2-3.fc9.src.rpm:1245091464
+globus-xio-popen-driver-0_7-1_fc12:F-12:globus-xio-popen-driver-0.7-1.fc12.src.rpm:1265703853


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/globus-xio-popen-driver/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	27 Apr 2009 23:01:18 -0000	1.2
+++ sources	9 Feb 2010 08:24:28 -0000	1.3
@@ -1 +1 @@
-44cbff33736c042a66e4d09721863ce8  globus_xio_popen_driver-0.2.tar.gz
+bef98715d02dd842405a5758ca0dd9d0  globus_xio_popen_driver-0.7.tar.gz


--- globus-xio-popen-driver-wrong-desc.patch DELETED ---



More information about the scm-commits mailing list