diff --git a/gfal2.spec b/gfal2.spec index 8ab0a14..aaee74c 100644 --- a/gfal2.spec +++ b/gfal2.spec @@ -4,20 +4,21 @@ %bcond_with tests Name: gfal2 -Version: 2.17.3 +Version: 2.18.0 Release: 1%{?dist} Summary: Grid file access library 2.0 +Group: Applications/Internet License: ASL 2.0 URL: http://dmc.web.cern.ch/projects/gfal-2/home -# git clone --depth=1 --branch master https://gitlab.cern.ch/dmc/gfal2.git gfal2-2.14.1 -# pushd gfal2-2.15.1 -# git checkout v2.15.1 +# git clone --depth=1 --branch master https://gitlab.cern.ch/dmc/gfal2.git gfal2-2.16.0 +# pushd gfal2-2.16.0 +# git checkout v2.16.0 # popd -# tar czf gfal2-2.15.1.tar.gz --exclude-vcs gfal2-2.15.1 +# tar czf gfal2-2.16.0.tar.gz --exclude-vcs gfal2-2.16.0 Source0: %{name}-%{version}.tar.gz +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) #main lib dependencies -BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: doxygen BuildRequires: json-c-devel @@ -42,7 +43,7 @@ BuildRequires: libuuid-devel %endif #file plugin dependencies BuildRequires: zlib-devel -%if (0%{?fedora} && (0%{?fedora} <= 30)) || (0%{?rhel} && (0%{?rhel} <= 7)) +%if %{?fedora}%{!?fedora:0} <= 30 || %{?rhel}%{!?rhel:0} <= 7 #lfc plugin dependencies BuildRequires: lfc-devel #rfio plugin dependencies @@ -55,9 +56,9 @@ BuildRequires: dcap-devel #gridftp plugin dependencies BuildRequires: globus-gass-copy-devel #http plugin dependencies -BuildRequires: davix-devel >= 0.6.8 +BuildRequires: davix-devel >= 0.7.6 #xrootd plugin dependencies -BuildRequires: xrootd-client-devel >= 1:4.1.1 +BuildRequires: xrootd-client-devel >= 1:4.11.0 # sftp plugin dependencies BuildRequires: libssh2-devel #tests dependencies @@ -67,6 +68,7 @@ Obsoletes: %{name}-core < %{version}-%{release} Provides: %{name}-core = %{version}-%{release} Obsoletes: %{name}-transfer < %{version}-%{release} Provides: %{name}-transfer = %{version}-%{release} +Obsoletes: gfal2-plugin-xrootd-debuginfo %description GFAL 2.0 offers an a single and simple POSIX-like API @@ -76,6 +78,7 @@ of the %{name} installed plugins. %package devel Summary: Development files of %{name} +Group: Applications/Internet Requires: %{name}%{?_isa} = %{version}-%{release} Requires: glib2-devel%{?_isa} Requires: libattr-devel%{?_isa} @@ -86,6 +89,7 @@ development files for %{name} %package doc Summary: Documentation for %{name} +Group: Documentation %if 0%{?fedora} > 10 || 0%{?rhel}>5 BuildArch: noarch %endif @@ -96,6 +100,7 @@ Documentation, Doxygen and examples of %{name}. %package plugin-file Summary: Provides file support for %{name} +Group: Applications/Internet Requires: %{name}%{?_isa} = %{version}-%{release} %description plugin-file @@ -103,9 +108,10 @@ Provides the file support (file://) for %{name}. The file plugin provides local file operations, as copying from local to remote or the other way around. -%if (0%{?fedora} && (0%{?fedora} <= 30)) || (0%{?rhel} && (0%{?rhel} <= 7)) +%if %{?fedora}%{!?fedora:0} <= 30 || %{?rhel}%{!?rhel:0} <= 7 %package plugin-lfc Summary: Provides the lfc support for %{name} +Group: Applications/Internet Requires: %{name}%{?_isa} = %{version}-%{release} %description plugin-lfc @@ -116,6 +122,7 @@ for the LFC catalog. %package plugin-rfio Summary: Provides the rfio support for %{name} +Group: Applications/Internet Requires: %{name}%{?_isa} = %{version}-%{release} Requires: dpm-libs%{?_isa} @@ -128,6 +135,7 @@ and on the Castor storage systems. %package plugin-dcap Summary: Provides the support access for %{name} +Group: Applications/Internet Requires: %{name}%{?_isa} = %{version}-%{release} Requires: dcap-tunnel-gsi%{?_isa} @@ -139,6 +147,7 @@ URLs, the dcap protocol is used on the DCACHE storage system %package plugin-srm Summary: Provides the srm access for %{name} +Group: Applications/Internet Requires: %{name}%{?_isa} = %{version}-%{release} Requires: srm-ifce >= 1.23.1 @@ -150,6 +159,7 @@ the third party transfer support on the SRM URLs. %package plugin-gridftp Summary: Provides the gridftp support for %{name} +Group: Applications/Internet Requires: %{name}%{?_isa} = %{version}-%{release} %description plugin-gridftp @@ -160,17 +170,18 @@ the third party transfer support on the GSIFTP URLs. %package plugin-http Summary: Provides the HTTP/DAV support for %{name} +Group: Applications/Internet Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: davix-libs >= 0.6.8 +Requires: davix-libs >= 0.7.6 %description plugin-http Provides the HTTP (http[s]://) and WevDAV (dav[s]://) support for %{name}. -this plugin is able to do third-party copy with WebDAV if the storage -supports it. +this plugin is able to do third-party copy with WebDAV if the storage supports it. %package plugin-xrootd Summary: Provide xrootd support for GFAL2 +Group: Applications/Internet Requires: %{name}%{?_isa} = %{version}-%{release} %description plugin-xrootd @@ -181,16 +192,18 @@ xrootd protocol (root://). %package plugin-sftp Summary: Provide sftp support for GFAL2 +Group: Applications/Internet Requires: %{name}%{?_isa} = %{version}-%{release} %description plugin-sftp The Grid File Access Library, GFAL2, provides a simple POSIX-like API for file -operations in grid and cloud environments. Plug-ins are available to allow +perations in grid and cloud environments. Plug-ins are available to allow access via a variety of protocols. This package contains a plugin for the sftp protocol (sftp://). %package plugin-mock Summary: Provides a Mock dummy protocol for %{name} +Group: Applications/Internet Requires: %{name}%{?_isa} = %{version}-%{release} %description plugin-mock @@ -199,11 +212,12 @@ Provides a dummy mock:// protocol for %{name}. %package all Summary: Meta package for GFAL 2.0 install +Group: Applications/Internet Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-plugin-file%{?_isa} = %{version}-%{release} -%if (0%{?fedora} && (0%{?fedora} <= 30)) || (0%{?rhel} && (0%{?rhel} <= 7)) -Requires: %{name}-plugin-rfio%{?_isa} = %{version}-%{release} +%if %{?fedora}%{!?fedora:0} <= 30 || %{?rhel}%{!?rhel:0} <= 7 Requires: %{name}-plugin-lfc%{?_isa} = %{version}-%{release} +Requires: %{name}-plugin-rfio%{?_isa} = %{version}-%{release} %endif Requires: %{name}-plugin-dcap%{?_isa} = %{version}-%{release} Requires: %{name}-plugin-srm%{?_isa} = %{version}-%{release} @@ -219,6 +233,7 @@ with all the protocol plugins. %if %{?_with_tests:1}%{!?_with_tests:0} %package tests Summary: gfal2 tests +Group: Applications/Internet Requires: gfal2-all%{?_isa} = %{version}-%{release} Requires: gfal2-plugin-mock%{?_isa} = %{version}-%{release} @@ -249,7 +264,7 @@ export CC=/usr/bin/gcc44 export CXX=/usr/bin/g++44 %endif -%if (0%{?fedora} && (0%{?fedora} <= 30)) || (0%{?rhel} && (0%{?rhel} <= 7)) +%if %{?fedora}%{!?fedora:0} <= 30 || %{?rhel}%{!?rhel:0} <= 7 %cmake \ -DDOC_INSTALL_DIR=%{_pkgdocdir} \ -DUNIT_TESTS=TRUE \ @@ -261,11 +276,12 @@ export CXX=/usr/bin/g++44 -DDOC_INSTALL_DIR=%{_pkgdocdir} \ -DUNIT_TESTS=TRUE \ -DPLUGIN_MOCK=TRUE \ - -DPLUGIN_LFC=FALSE \ -DPLUGIN_RFIO=FALSE \ + -DPLUGIN_LFC=FALSE \ -DFUNCTIONAL_TESTS=%{?with_tests:ON}%{?!with_tests:OFF} \ . %endif + make %{?_smp_mflags} make doc @@ -283,7 +299,9 @@ rm -rf %{buildroot} make DESTDIR=%{buildroot} install -%ldconfig_scriptlets +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig %files %{_bindir}/gfal2_version @@ -317,7 +335,8 @@ make DESTDIR=%{buildroot} install %files plugin-file %{_libdir}/%{name}-plugins/libgfal_plugin_file.so* %{_pkgdocdir}/README_PLUGIN_FILE -%if (0%{?fedora} && (0%{?fedora} <= 30)) || (0%{?rhel} && (0%{?rhel} <= 7)) + +%if %{?fedora}%{!?fedora:0} <= 30 || %{?rhel}%{!?rhel:0} <= 7 %files plugin-lfc %{_libdir}/%{name}-plugins/libgfal_plugin_lfc.so* %{_pkgdocdir}/README_PLUGIN_LFC @@ -374,87 +393,37 @@ make DESTDIR=%{buildroot} install %changelog -* Fri May 15 2020 Michal Simon - 2.17.3-1 -- Upgrade to upstream release 2.17.3 - -* Tue Apr 21 2020 Björn Esser - 2.17.2-2 -- Rebuild (json-c) - -* Tue Feb 25 2020 Michal Simon - 2.17.2-1 -- Upgrade to upstream release 2.17.2 - -* Tue Jan 28 2020 Fedora Release Engineering - 2.17.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Dec 13 2019 Georgios Bitzes - 2.17.1-1 -- Upgraded to upstream release 2.17.1 - -* Mon Oct 28 2019 Andrea Manzi - 2.17.0-1 -- Upgraded to upstream release 2.17.0 +* Fri Jun 05 2020 Mihai Patrascoiu - 2.18.0-1 +- New upstream release +- Compatibility ensured with XRootD v5 +- CDMI QoS interface implemented in HTTP plugin -* Mon Sep 02 2019 Andrea Manzi - 2.16.3-3 -- stop builing LFC and RFIO plugins in Rawhide and F31 +* Thu May 07 2020 Mihai Patrascoiu - 2.17.3-1 +- New upstream release -* Thu Jul 25 2019 Fedora Release Engineering - 2.16.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild +* Tue Jan 28 2020 Michal Simon - 2.17.2-1 +- New upstream release -* Tue Jun 18 2019 Andrea Manzi - 2.16.3-1 -- Upgraded to upstream release 2.16.3 +* Thu Nov 07 2019 Andrea Manzi - 2.17.1-1 +- New upstream release -* Thu Jan 31 2019 Fedora Release Engineering - 2.16.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild +* Tue Oct 22 2019 Andrea Manzi - 2.17.0-1 +- New upstream release -* Thu Nov 01 2018 Andrea Manzi - 2.16.1-1 -- Upgraded to upstream release 2.16.1 +* Wed Sep 18 2019 Andrea Manzi - 2.16.4-2 +- New upstream release -* Fri Jul 13 2018 Fedora Release Engineering - 2.15.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild +* Fri May 17 2019 Andrea Manzi - 2.16.3-1 +- New upstream release -* Fri Jul 06 2018 Andrea Manzi - 2.15.5-2 -- Upgraded to upstream release 2.15.5-2 +* Mon Sep 24 2018 Andrea Manzi - 2.16.0-1 +- New upstream release * Thu Apr 05 2018 Andrea Manzi - 2.15.4-1 -- Upgraded to upstream release 2.15.4 - -* Tue Mar 27 2018 Björn Esser - 2.15.3-2 -- Rebuilt for libjson-c.so.4 (json-c v0.13.1) on fc28 +- New upstream release * Mon Mar 12 2018 Andrea Manzi - 2.15.3-1 -- Upgraded to upstream release 2.15.3 - -* Tue Mar 06 2018 Björn Esser - 2.15.2-2 -- Rebuilt for libjson-c.so.4 (json-c v0.13.1) - -* Mon Feb 12 2018 Andrea Manzi - 2.15.2-1 -- Upgraded to upstream release 2.15.2 - -* Wed Feb 07 2018 Fedora Release Engineering - 2.15.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Feb 01 2018 Andrea Manzi - 2.15.1-1 -- Upgraded to upstream release 2.15.1 - -* Sun Dec 10 2017 Björn Esser - 2.14.2-4 -- Rebuilt for libjson-c.so.3 - -* Wed Aug 02 2017 Fedora Release Engineering - 2.14.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Sun Jul 30 2017 Florian Weimer - 2.14.2-2 -- Rebuild with binutils fix for ppc64le (#1475636) - -* Thu Jul 27 2017 Alejandro Alvarez Ayllon - 2.14.2-1 -- Upgraded to upstream release 2.14.2 - -* Wed Jul 26 2017 Alejandro Alvarez Ayllon - 2.14.1-1 -- Upgraded to upstream release 2.14.1 - -* Mon May 29 2017 Alejandro Alvarez Ayllon - 2.13.4-1 -- Upgraded to upstream release 2.13.4 -- Fix Fedora rpm checks - -* Mon Apr 03 2017 Alejandro Alvarez Ayllon - 2.13.3-1 -- Upgraded to upstream release 2.13.3 +- New upstream release * Mon Feb 20 2017 Alejandro Alvarez Ayllon - 2.13.1-1 - Upgraded to upstream release 2.13.1 @@ -471,9 +440,18 @@ make DESTDIR=%{buildroot} install * Thu Nov 10 2016 Alejandro Alvarez Ayllon - 2.12.3-1 - Upgraded to upstream release 2.12.3 +* Wed Oct 26 2016 Richard Shaw - 2.12.2-2.el7.1 +- Rebuild to fix soname dependency on aarch64. + +* Thu Sep 29 2016 Richard Shaw - 2.12.2-2 +- Rebuild for pugixml with c++11 support required by mkvtoonix. + * Thu Sep 22 2016 Alejandro Alvarez Ayllon - 2.12.2-1 - Upgraded to upstream release 2.12.2 +* Wed Jul 20 2016 Richard Shaw - 2.11.1-2 +- Rebuild for new pugixml. + * Tue Apr 19 2016 Alejandro Alvarez Ayllon - 2.11.1-1 - Upgraded to upstream release 2.11.1 @@ -507,7 +485,7 @@ make DESTDIR=%{buildroot} install * Mon Dec 15 2014 Alejandro Alvarez Ayllon - 2.7.8-3 - Applied patch moving buffer to heap to avoid SIGSEGV when the stack size is limited -* Tue Dec 02 2014 Alejandro Alvarez Ayllon - 2.7.8-2 +* Mon Dec 02 2014 Alejandro Alvarez Ayllon - 2.7.8-2 - Patched a bug in a call to gfal2_set_error * Mon Nov 17 2014 Alejandro Alvarez Ayllon - 2.7.8-1 @@ -537,140 +515,137 @@ make DESTDIR=%{buildroot} install * Mon Jul 28 2014 Alejandro Alvarez Ayllon - 2.6.8-1 - Release 2.6.8 of GFAL2 -* Sat Jun 07 2014 Fedora Release Engineering - 2.5.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - * Thu Mar 13 2014 Alejandro Alvarez - 2.5.5-2 -- Backported patch that fixes segfault on the SRM plugin when + - Backported patch that fixes segfault on the SRM plugin when listing empty directories * Wed Feb 26 2014 Adrien Devresse - 2.5.5-1 -- Release 2.5.5 of GFAL2 + - Release 2.5.5 of GFAL2 * Thu Dec 05 2013 Alejandro Alvarez - 2.4.8-1 -- Release 2.4.8 of GFAL2 + - Release 2.4.8 of GFAL2 * Mon Dec 02 2013 Alejandro Alvarez - 2.4.7-1 -- Release 2.4.7 of GFAL2 + - Release 2.4.7 of GFAL2 * Thu Nov 07 2013 Alejandro Alvarez - 2.4.6-1 -- Release 2.4.6 of GFAL 2 + - Release 2.4.6 of GFAL 2 * Wed Oct 23 2013 Alejandro Alvarez - 2.4.5-3 -- Release 2.4.5 of GFAL 2 + - Release 2.4.5 of GFAL 2 * Tue Jul 02 2013 Adrien Devresse - 2.3.0-0 -- Release 2.3.0 of GFAL 2.0 + - Release 2.3.0 of GFAL 2.0 * Tue Apr 30 2013 Adrien Devresse - 2.2.1-0 -- export transfer plugin API ( needed for xrootd plugin ) + - export transfer plugin API ( needed for xrootd plugin ) * Mon Apr 29 2013 Michail Salichos - 2.2.0-5 -- make all gridftp ops async to avoid stalling processes + - make all gridftp ops async to avoid stalling processes * Fri Apr 26 2013 Michail Salichos - 2.2.0-4 -- replace gass stat with gridftp stat + - replace gass stat with gridftp stat * Mon Apr 22 2013 Michail Salichos - 2.2.0-3 -- change gridftp error string pattern to satisfy Griffin + - change gridftp error string pattern to satisfy Griffin * Wed Apr 10 2013 Michail Salichos - 2.2.0-2 -- display turls in verbose mode, needed by fts3 + - display turls in verbose mode, needed by fts3 * Mon Mar 25 2013 Michail Salichos - 2.2.0-1 -- fix memory leaks in bringonline SRM op + - fix memory leaks in bringonline SRM op * Wed Mar 20 2013 Adrien Devresse - 2.2.0-0 -- fix thread safety issue with gsiftp plugin -- add the bring online API -- support for the http plugin by default -- remove executable stack need -- remove openMP dependency -- add synchronous cancellation API -- add gsiftp performance marker timeout -- support for srm session reuse -- reduce memory footprint + - fix thread safety issue with gsiftp plugin + - add the bring online API + - support for the http plugin by default + - remove executable stack need + - remove openMP dependency + - add synchronous cancellation API + - add gsiftp performance marker timeout + - support for srm session reuse + - reduce memory footprint * Fri Feb 22 2013 Adrien Devresse - 2.1.6-0 -- FTS 3.0 EMI 3 update -- minor fix on the cancel logic -- change the performance marker auto-cancel threading model -- change the performance marker default timeout value + - FTS 3.0 EMI 3 update + - minor fix on the cancel logic + - change the performance marker auto-cancel threading model + - change the performance marker default timeout value * Mon Feb 11 2013 Adrien Devresse - 2.1.5-0 -- FTS 3.0 EMI 3 release sync -- include event hooks support -- include cancel logic support -- include performance marker auto-cancel for gsiftp -- include checksum timeout support for gsiftp -- include srm session re-use support + - FTS 3.0 EMI 3 release sync + - include event hooks support + - include cancel logic support + - include performance marker auto-cancel for gsiftp + - include checksum timeout support for gsiftp + - include srm session re-use support * Thu Jan 10 2013 Adrien Devresse - 2.1.1-0 -- fix a minor memory issue with the gfal_transfer stack -- fix a wrong error report problem with srm third party copy + - fix a minor memory issue with the gfal_transfer stack + - fix a wrong error report problem with srm third party copy * Wed Dec 05 2012 Adrien Devresse - 2.1.0-2 -- fix an issue this surl to turl resolution for SRM third party copy + - fix an issue this surl to turl resolution for SRM third party copy * Fri Nov 30 2012 Adrien Devresse - 2.1.0-0 -- One-globus session system for gsiftp plugin ( FTS 3.0 need ) -- correct a major issue with the gass attribute system in gsiftp plugin -- change the lfc set/get env var for a one compatible with set/get opt -- add set/nb streams option for gsiftp -- add the mkdir rec function for SRM transfer -- correct an issue with opendir and srm_ls ( ENOTDIR error silent ) -- correct a memory leak in the cache system -- correct timeout support for gsiftp transfer -- implement tcp buffer size support for gsiftp layer -- apply a correction on the SRM over-write logic, related to a BeStMan errcode problem on File Not Found with srmRm ( EOS ) -- apply a fix on the transfer gsiftp timeout ( protection against multiple cancel ) -- fix for SRM filesize problem ( defined to 0, workaround ) related to globus 426 error bad filesize -- secure the callback system for globus gass timeout -- base implementation of the http plugin -- improve reliability of the bdii resolution -- add a fallback mechanism in case of bdii bad resolution -- correct several race conditions in the bdii layer -- add thread safe support for set/get variables in liblfc -- correct a deadlock problem with globus and gisftp plugin -- implement the mkdir_rec logic for general purpose -- implement the parent folder creation logic with gridftp -- add support for lfc://host/path URL style for the lfc plugin -- switch off_t to 64bits size by default ( _FILE_OFFSET_BITS=64) -- provide a "nobdii" like option -- provide the choice of turl protocol resolution for srm plugin + - One-globus session system for gsiftp plugin ( FTS 3.0 need ) + - correct a major issue with the gass attribute system in gsiftp plugin + - change the lfc set/get env var for a one compatible with set/get opt + - add set/nb streams option for gsiftp + - add the mkdir rec function for SRM transfer + - correct an issue with opendir and srm_ls ( ENOTDIR error silent ) + - correct a memory leak in the cache system + - correct timeout support for gsiftp transfer + - implement tcp buffer size support for gsiftp layer + - apply a correction on the SRM over-write logic, related to a BeStMan errcode problem on File Not Found with srmRm ( EOS ) + - apply a fix on the transfer gsiftp timeout ( protection against multiple cancel ) + - fix for SRM filesize problem ( defined to 0, workaround ) related to globus 426 error bad filesize + - secure the callback system for globus gass timeout + - base implementation of the http plugin + - improve reliability of the bdii resolution + - add a fallback mechanism in case of bdii bad resolution + - correct several race conditions in the bdii layer + - add thread safe support for set/get variables in liblfc + - correct a deadlock problem with globus and gisftp plugin + - implement the mkdir_rec logic for general purpose + - implement the parent folder creation logic with gridftp + - add support for lfc://host/path URL style for the lfc plugin + - switch off_t to 64bits size by default ( _FILE_OFFSET_BITS=64) + - provide a "nobdii" like option + - provide the choice of turl protocol resolution for srm plugin * Fri Jul 20 2012 Adrien Devresse - 2.0.0-1 -- Official initial release candidate of gfal 2.0 -- Transfer API is official -- gridftp support for performance marker, checksum -- gridftp support for gridftpv2, dcau param -- SRM support for spacetoken in transfer -- SRM abort auto-management -- parallel operations in transfers -- file protocol dedicated in a plugin -- configuration file support -- srm timeout support -- general purpose checksum operation support -- POSIX operation support for gridftp -- cleaner plugin API -- new documentation -- I hope that you will enjoy gfal 2.0 :) + - Official initial release candidate of gfal 2.0 + - Transfer API is official + - gridftp support for performance marker, checksum + - gridftp support for gridftpv2, dcau param + - SRM support for spacetoken in transfer + - SRM abort auto-management + - parallel operations in transfers + - file protocol dedicated in a plugin + - configuration file support + - srm timeout support + - general purpose checksum operation support + - POSIX operation support for gridftp + - cleaner plugin API + - new documentation + - I hope that you will enjoy gfal 2.0 :) * Sat Jun 23 2012 Adrien Devresse - 2.0.0-0.10.2012062323snap -- Snapshot of the 0.10 version for testing + - Snapshot of the 0.10 version for testing * Fri Jun 15 2012 Adrien Devresse - 2.0.0-0.9.2012061511snap -- Snapshot of the 0.9 version for testing + - Snapshot of the 0.9 version for testing * Fri May 04 2012 Adrien Devresse - 2.0.0-0.8.2012052812snap -- Snapshot of the 0.8 version for testing. + - Snapshot of the 0.8 version for testing. * Fri May 04 2012 Adrien Devresse - 2.0.0-0.7.2012050413snap -- Improve gridftp plugin with severals other calls -- Correct dcap/rfio/srm bugs related to error report -- big work on the documentation + - Improve gridftp plugin with severals other calls + - Correct dcap/rfio/srm bugs related to error report + - big work on the documentation * Mon Dec 12 2011 Adrien Devresse - 2.0.0-0.6.2012041515snap -- Initial gfal 2.0 preview release + - Initial gfal 2.0 preview release diff --git a/sources b/sources index 564e2ba..19a6e5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gfal2-2.17.3.tar.gz) = aea2acfbf68b8c94da78c50cb6efab26a38367408499f11174eb2b97c1d6233eb4df953ebc6eeedbb03fccf28c758438ef6d22bedae8c99c1ba178181bbedb47 +SHA512 (gfal2-2.18.0.tar.gz) = bc377cd3b1b49a98ffedc41d6e1492f68cf435a03824f2e770b0298809e229173dd241554942c5278c091ca8621694fd8674e39e3d037367833255eb9490bde1