[gfal] -Update 1.13.0, synchronised with EMI 2 Update

Devresse adev at fedoraproject.org
Tue Jul 31 13:57:25 UTC 2012


commit 449b0d2331f64fd787e868376244aa6084af65b6
Author: Adrien Devresse <adrien.devresse at cern.ch>
Date:   Tue Jul 31 15:56:59 2012 +0200

    -Update 1.13.0, synchronised with EMI 2 Update

 .gitignore |    1 +
 gfal.spec  |   26 +++++++++++++-------------
 sources    |    2 +-
 3 files changed, 15 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6fefa3..1659f1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gfal-1.12.0.tar.gz
 /gfal-1.12.1.tar.gz
+/gfal-1.13.0.tar.gz
diff --git a/gfal.spec b/gfal.spec
index 6baa291..3a430dc 100644
--- a/gfal.spec
+++ b/gfal.spec
@@ -19,8 +19,8 @@
 }
 
 Name:						gfal
-Version:					1.12.1
-Release:					4%{?dist}
+Version:					1.13.0
+Release:					0%{?dist}
 Summary:					Grid File access library
 Group:						System Environment/Libraries
 License:					ASL 2.0
@@ -29,12 +29,12 @@ URL:						https://svnweb.cern.ch/trac/lcgutil
 Source0:					http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/%{name}/%{name}-%{version}.tar.gz 
 BuildRoot:					%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 #Exclude ppc architecture on epel5, impossible to compile properly with the old gcc version
-
 %if %{defined rhel} && 0%{?rhel} < 6
-ExcludeArch:				ppc
+ ExcludeArch:                           ppc
 %endif
 
 
+
 BuildRequires:				automake
 BuildRequires:				CGSI-gSOAP-devel
 BuildRequires:				dcap-devel
@@ -155,6 +155,9 @@ make %{?_smp_mflags}
 cd %{_builddir}/%{name}-%{version};
 %endif
 
+%check
+%{_builddir}/%{name}-%{version}/src/gfal_unittest
+
 %install
 rm -rf %{buildroot}
 make %{?_smp_mflags} DESTDIR=%{buildroot} install;
@@ -227,15 +230,12 @@ make %{?_smp_mflags} clean
 %{_docdir}/%{name}-%{version}/LICENSE
 
 %changelog
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12.1-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Mon Jun 25 2012 Karsten Hopp <karsten at redhat.com> 1.12.1-3
-- fix includearch ppc
-
-* Mon Jun 25 2012 Karsten Hopp <karsten at redhat.com> 1.12.1-2
-- includearch ppc on dists > rhel6 and all fedora as this is a
-  build requirement for the root package
+* Fri Jul 20 2012 Adrien Devresse <adevress at cern.ch> - 1.13.0-0
+ - correction on timeout management ( SRM operation and connect timeout )
+ - compilation restriction for 32bits ( need to be 64 bits file offset compatible )
+ - unit test execution added to spec file
+ - synchronisation with EMI 2 Update
+ 
 
 * Tue Apr 23 2012 <zsolt.molnar at cern.ch> - 1.12.1-1
  - patch version increased, EMI 2 RC 4 synchronisation
diff --git a/sources b/sources
index bf718a5..29561dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a1cfae1ae1d5f5b9f1cb212e39c1ad3  gfal-1.12.1.tar.gz
+ff5a97c74612bcd549df83e3008abd8e  gfal-1.13.0.tar.gz


More information about the scm-commits mailing list