diff --git a/gfal2-python.spec b/gfal2-python.spec index 1b0e0ef..be57823 100644 --- a/gfal2-python.spec +++ b/gfal2-python.spec @@ -22,19 +22,19 @@ %endif Name: gfal2-python -Version: 1.5.0 +Version: 1.6.0 Release: 1%{?dist} Summary: Python bindings for gfal 2 Group: Applications/Internet License: ASL 2.0 URL: https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2-python -# svn export http://svn.cern.ch/guest/lcgutil/gfal2-bindings/tags/gfal2-bindings_R_1_5_0 gfal2-python-1.5.0 -# tar czf gfal2-python-1.5.0.tar.gz gfal2-python-1.5.0 +# svn export http://svn.cern.ch/guest/lcgutil/gfal2-bindings/tags/gfal2-bindings_R_1_6_0 gfal2-python-1.6.0 +# tar czf gfal2-python-1.6.0.tar.gz gfal2-python-1.6.0 Source0: %{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: cmake -BuildRequires: gfal2-devel >= 2.4.8 +BuildRequires: gfal2-devel >= 2.7.6 %if 0%{?el5} BuildRequires: boost141-devel %else @@ -43,6 +43,8 @@ BuildRequires: boost-devel BuildRequires: python2-devel BuildRequires: epydoc +Requires: gfal2-core >= 2.7.6 + %description Python bindings for gfal 2.0. GFAL 2.0 offers an a single, simple and portable API @@ -95,9 +97,21 @@ make DESTDIR=%{buildroot} install %{_pkgdocdir}/html/* %changelog +* Fri Nov 07 2014 Alejandro Alvarez - 1.6.0-1 +- Update for release 1.6.0 + +* Sat Aug 16 2014 Fedora Release Engineering - 1.5.0-1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Tue Jul 01 2014 Alejandro Alvarez - 1.5.0-1 - Update for release 1.5.0 +* Sat Jun 07 2014 Fedora Release Engineering - 1.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri May 23 2014 Petr Machata - 1.4.1-2 +- Rebuild for boost 1.55.0 + * Fri Feb 28 2014 Adrien Devresse - 1.4.1-1 - Release 1.4.1 of gfal2 python bindings, see RELEASE-NOTES for details diff --git a/sources b/sources index b4c6d05..666dc1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b9a7219a19f38a2d5dd032f23352c80f gfal2-python-1.5.0.tar.gz +349dcb9ae108ef2af91b5a74f43825ea gfal2-python-1.6.0.tar.gz