diff --git a/.gitignore b/.gitignore index 22eb990..c530361 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /pbr-0.7.0.tar.gz /pbr-0.8.0.tar.gz /pbr-0.10.0.tar.gz +/pbr-0.10.7.tar.gz diff --git a/python-pbr.spec b/python-pbr.spec index 0c75815..c635fc6 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -12,7 +12,7 @@ %global do_test 0 Name: python-%{pypi_name} -Version: 0.10.0 +Version: 0.10.7 Release: 1%{?dist} Summary: Python Build Reasonableness @@ -118,6 +118,7 @@ popd %files %doc html README.rst LICENSE +%{_bindir}/pbr %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %{python_sitelib}/%{pypi_name} @@ -129,6 +130,9 @@ popd %endif %changelog +* Mon Dec 29 2014 Alan Pevec - 0.10.7-1 +- update to 0.10.7 + * Tue Nov 25 2014 Matthias Runge - 0.10.0-1 - update to 0.10.0 (rhbz#1191232) diff --git a/sources b/sources index 4e46238..d3c993b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e02dbfb5e49210c381fd4eea00cf7b7 pbr-0.10.0.tar.gz +3f523231e709ad028497d7af557bf2fb pbr-0.10.7.tar.gz