diff --git a/.gitignore b/.gitignore index 45c8c38..35e4db8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /pbr-0.5.17.tar.gz /pbr-0.5.19.tar.gz /pbr-0.5.21.tar.gz +/pbr-0.5.23.tar.gz diff --git a/python-pbr.spec b/python-pbr.spec index 3964794..6cdcb13 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -1,8 +1,8 @@ %global pypi_name pbr Name: python-%{pypi_name} -Version: 0.5.21 -Release: 2%{?dist} +Version: 0.5.23 +Release: 1%{?dist} Summary: Python Build Reasonableness License: ASL 2.0 @@ -81,6 +81,9 @@ rm -rf html/.{doctrees,buildinfo} %{python_sitelib}/%{pypi_name} %changelog +* Fri Nov 01 2013 Matthias Runge - 0.5.23-1 +- update to 0.5.23 (rhbz#1023926) + * Tue Aug 13 2013 Matthias Runge - 0.5.21-2 - add requirement python-pip (rhbz#996192) - remove requirements.txt diff --git a/sources b/sources index bd5067b..54853e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1dafd1ef666b9bce4d880170ddc39387 pbr-0.5.21.tar.gz +dde40a1c2fefcd901c7c9ee9223ef955 pbr-0.5.23.tar.gz