From ef68eb3cb67f9a96418b4721d716c7b7b1979b3b Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Jul 15 2015 15:44:24 +0000 Subject: Update to upstream 1.3.0 --- diff --git a/.gitignore b/.gitignore index c4c68eb..4aeab36 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /pbr-0.10.7.tar.gz /pbr-0.10.8.tar.gz /pbr-0.11.0.tar.gz +/pbr-1.3.0.tar.gz diff --git a/python-pbr.spec b/python-pbr.spec index fee3f84..416c0bc 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -5,12 +5,13 @@ %endif %if 0%{?fedora} > 19 -%global do_test 1 +# we don't have the necessary br's, yet +%global do_test 0 %endif Name: python-%{pypi_name} -Version: 0.11.0 -Release: 2%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Python Build Reasonableness License: ASL 2.0 @@ -104,24 +105,28 @@ rm -rf %{buildroot}%{python_sitelib}/pbr/tests %if 0%{?do_test} %check -# we don't have the necessary br's, yet %{__python} setup.py test %endif %files -%doc html README.rst LICENSE +%license LICENSE +%doc html README.rst %{_bindir}/pbr %{python_sitelib}/*.egg-info %{python_sitelib}/%{pypi_name} %if 0%{?with_python3} %files -n python3-pbr -%doc html README.rst LICENSE -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%license LICENSE +%doc html README.rst +%{python3_sitelib}/*.egg-info %{python3_sitelib}/%{pypi_name} %endif %changelog +* Wed Jul 15 2015 Alan Pevec 1.3.0-1 +- Update to upstream 1.3.0 + * Thu Jun 18 2015 Fedora Release Engineering - 0.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index e752901..0a21d67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e69466b4206e350f4f1e1db2e11ab73b pbr-0.11.0.tar.gz +5e54c9e7f083b5259a6e619dfd6525f8 pbr-1.3.0.tar.gz