From b3ee31f42950d48759700cd0446d5b3bdaa32032 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Wed, 30 Apr 2014 14:08:38 +0200 Subject: [PATCH] update to 0.8.0 --- .gitignore | 1 + python-pbr.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f9d2fb8..e665cc7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /pbr-0.5.23.tar.gz /pbr-0.6.tar.gz /pbr-0.7.0.tar.gz +/pbr-0.8.0.tar.gz diff --git a/python-pbr.spec b/python-pbr.spec index 709662b..2ab0b1c 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -12,8 +12,8 @@ %global do_test 0 Name: python-%{pypi_name} -Version: 0.7.0 -Release: 2%{?dist} +Version: 0.8.0 +Release: 1%{?dist} Summary: Python Build Reasonableness License: ASL 2.0 @@ -129,6 +129,9 @@ popd %endif %changelog +* Wed Apr 30 2014 Matthias Runge - 0.8.0-1 +- update to 0.8.0 (rhbz#1078761) + * Tue Apr 08 2014 Matthias Runge - 0.7.0-2 - Added python3 subpackage. - slight modification of Ralph Beans proposal diff --git a/sources b/sources index 7536cdb..c902005 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33e71021ae6a35487325f4c4c16d467d pbr-0.7.0.tar.gz +7d85dc6aa47809d97d29901bf0244f6f pbr-0.8.0.tar.gz