diff --git a/.gitignore b/.gitignore index 65159b1..0842ccd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /fastimport-0.9.1.tar.gz /fastimport-0.9.2.tar.gz /python-fastimport-0.9.2.tar.gz +/fastimport-0.9.6.tar.gz diff --git a/python-fastimport.spec b/python-fastimport.spec index e953f54..a2e9a55 100644 --- a/python-fastimport.spec +++ b/python-fastimport.spec @@ -2,13 +2,13 @@ %global module_name fastimport Name: python-%{module_name} -Version: 0.9.2 -Release: 8%{?dist} +Version: 0.9.6 +Release: 1%{?dist} Summary: Python parser for fastimport (VCS interchange format) Group: Development/Languages License: GPLv2+ URL: https://launchpad.net/python-fastimport -Source0: http://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/f/%{module_name}/%{module_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools BuildRequires: python-testtools @@ -19,7 +19,7 @@ This is the Python parser that was originally developed for bzr-fastimport, but extracted so it can be used by other projects. %prep -%setup -q +%setup -q -n %{module_name}-%{version} %build %{__python} setup.py build @@ -31,10 +31,15 @@ extracted so it can be used by other projects. PYTHONPATH=$RPM_BUILD_ROOT%{python_sitelib} nosetests %{module_name} %files -%doc AUTHORS COPYING.txt +%license COPYING +%doc AUTHORS NEWS README.md %{python_sitelib}/%{module_name}* %changelog +* Mon Aug 01 2016 Dan Callaghan - 0.9.6-1 +- upstream release 0.9.6 (RHBZ#1361922) + https://github.com/jelmer/python-fastimport/blob/fastimport-0.9.6/NEWS + * Tue Jul 19 2016 Fedora Release Engineering - 0.9.2-8 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 72c9fbb..5a18514 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -68972ad820785ec3247ec7bad0bfa6ea python-fastimport-0.9.2.tar.gz +8e85d4ef7e99793f29b8badee4e82390 fastimport-0.9.6.tar.gz