[srm-ifce] - release 1.14.0, EMI 2 Update

Devresse adev at fedoraproject.org
Tue Dec 4 12:35:58 UTC 2012


commit 1699ea793e33d743257191b74c4cdf6a780785b4
Author: Adrien Devresse <adrien.devresse at cern.ch>
Date:   Tue Dec 4 13:33:49 2012 +0100

    - release 1.14.0, EMI 2 Update

 .gitignore    |    1 +
 sources       |    2 +-
 srm-ifce.spec |   13 ++++++++++++-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b68f8e..a5fbed3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /srm-ifce-1.12.2.tar.gz
 /srm-ifce-1.12.3.tar.gz
 /srm-ifce-1.13.0.tar.gz
+/srm-ifce-1.14.0.tar.gz
diff --git a/sources b/sources
index cce6f8a..2c65020 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-834697e03808f2a46e17475ce300ddc0  srm-ifce-1.13.0.tar.gz
+4e96d6e362feeba93ab6da141362d672  srm-ifce-1.14.0.tar.gz
diff --git a/srm-ifce.spec b/srm-ifce.spec
index 6d7a5b9..6f69098 100644
--- a/srm-ifce.spec
+++ b/srm-ifce.spec
@@ -1,5 +1,5 @@
 Name:		srm-ifce
-Version:	1.13.0
+Version:	1.14.0
 Release:	0%{?dist}
 Summary:	SRM client side library
 Group:		Applications/Internet
@@ -11,6 +11,7 @@ BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	cmake
 BuildRequires:	CGSI-gSOAP-devel
+BuildRequires:	glib2-devel
 BuildRequires:	globus-ftp-client-devel
 BuildRequires:	globus-gss-assist-devel
 
@@ -24,6 +25,7 @@ distributed storage systems.
 Summary:	SRM client side headers and development files
 Group:		Development/Libraries
 Requires:	%{name}%{?_isa} = %{version}-%{release}
+Requires:	glib2-devel
 Requires:	pkgconfig
 
 %description devel
@@ -65,6 +67,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/%{name}-%{version}/RELEASE-NOTES
 
 %changelog
+* Thu Nov 29 2012 Adrien Devresse <adevress at cern.ch> - 1.14.0-0
+- correct misleading namespace in PrepareToGetRequestStatus
+- correct a timeout issue related to exponential backoff system in put/get
+- improve reliability of the exponential backoff wait system
+- big big code cleaning
+- re-factory of the context system with backward compatibility
+- fix the srm timeout issue
+- fix the srm put done issue for long transfer
+
 * Fri Jul 20 2012 Adrien Devresse <adevress at cern.ch> - 1.13.0-0
  - Synchronise with EMI 2 Update 13
  - introduction of operation timeout


More information about the scm-commits mailing list