diff --git a/gfal2-util.spec b/gfal2-util.spec index 0b536b5..6b75a7c 100644 --- a/gfal2-util.spec +++ b/gfal2-util.spec @@ -3,17 +3,17 @@ %{!?python_version: %global python_version %(%{__python} -c "from sys import version_info; print('%d.%d'% (version_info[0],version_info[1]))")} Name: gfal2-util -Version: 1.3.2 +Version: 1.4.0 Release: 1%{?dist} Summary: GFAL2 utility tools Group: Applications/Internet License: GPLv3 URL: http://dmc.web.cern.ch/ -# git clone https://gitlab.cern.ch/dmc/gfal2-util.git gfal2-util-1.3.2 --depth=1 -# pushd gfal2-util-1.3.2 -# git checkout v1.3.2 +# git clone https://gitlab.cern.ch/dmc/gfal2-util.git gfal2-util-1.4.0 --depth=1 +# pushd gfal2-util-1.4.0 +# git checkout v1.4.0 # popd -# tar czf gfal2-util-1.3.2.tar.gz --exclude-vcs gfal2-util-1.3.2 +# tar czf gfal2-util-1.4.0.tar.gz --exclude-vcs gfal2-util-1.4.0 Source0: %{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -25,10 +25,10 @@ BuildRequires: gfal2-plugin-file Requires: gfal2-python >= 1.8.0 -%if "0%{?python_version}" <= "2.7" +%if %{?fedora}%{!?fedora:0} < 26 BuildRequires: python-argparse Requires: python-argparse -%endif # python < 2.7 +%endif %description gfal2-util is a set of basic utility tools for file @@ -71,6 +71,13 @@ python test/functional/test_all.py %changelog +* Tue Sep 27 2016 Alejandro Alvarez - 1.4.0-1 +- New upstream release +- python-argparse is part of python's stdlib + +* Tue Jul 19 2016 Fedora Release Engineering - 1.3.2-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Tue Mar 08 2016 Alejandro Alvarez - 1.3.2-1 - Update for new upstream 1.3.2 release diff --git a/sources b/sources index f566bd9..a6bbb49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aed8ebffb990b84c0446d8faf1ee794c gfal2-util-1.3.2.tar.gz +9f943dd57a07741e1f2ebc976ddddc41 gfal2-util-1.4.0.tar.gz