diff --git a/.gitignore b/.gitignore index 65029f7..a976192 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /pbr-0.5.8.tar.gz /pbr-0.5.10.tar.gz /pbr-0.5.11.tar.gz +/pbr-0.5.14.tar.gz diff --git a/python-pbr.spec b/python-pbr.spec index e99ac16..2b2cbc2 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -1,8 +1,8 @@ %global pypi_name pbr Name: python-%{pypi_name} -Version: 0.5.11 -Release: 2%{?dist} +Version: 0.5.14 +Release: 1%{?dist} Summary: Python Build Reasonableness License: ASL 2.0 @@ -79,6 +79,9 @@ rm -rf html/.{doctrees,buildinfo} %{python_sitelib}/%{pypi_name} %changelog +* Tue Jun 11 2013 Matthias Runge - 0.5.14-1 +- update to 0.5.14 (rhbz#971736) + * Fri May 31 2013 Matthias Runge - 0.5.11-2 - remove requirement setuptools_git - fix docs build under rhel diff --git a/sources b/sources index 73e33f3..c5685ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56717ac59c8d4528742ab3f61a35fe6b pbr-0.5.11.tar.gz +b1462a461437b51286115bd5ab02b22b pbr-0.5.14.tar.gz