From 99dc455853cba8c09f03ed9df70d72eee9c5f5b39f9663a9cd29868b1948df13 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 16 Sep 2013 10:47:24 +0000 Subject: [PATCH] Accepting request 197425 from Cloud:OpenStack:Factory - update to 1.2.0.a4 OBS-URL: https://build.opensuse.org/request/show/197425 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=4 --- _service | 3 +-- oslo.config-1.2.0a4.tar.gz | 3 +++ oslo.config-master.tar.gz | 3 --- python-oslo.config.changes | 5 +++++ python-oslo.config.spec | 7 ++++--- 5 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 oslo.config-1.2.0a4.tar.gz delete mode 100644 oslo.config-master.tar.gz diff --git a/_service b/_service index 80dc798..4351e8e 100644 --- a/_service +++ b/_service @@ -1,8 +1,7 @@ - http://tarballs.openstack.org/oslo.config/oslo.config-master.tar.gz + http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a4.tar.gz opensuse-cloud@opensuse.org - .*-([^-]+)\.g[a-zA-Z0-9]{7} True diff --git a/oslo.config-1.2.0a4.tar.gz b/oslo.config-1.2.0a4.tar.gz new file mode 100644 index 0000000..45e81e9 --- /dev/null +++ b/oslo.config-1.2.0a4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bba9da376ce8e69a6f02d1efc579720c7e35f04eba3fd84e77525caddf2a1d7 +size 72398 diff --git a/oslo.config-master.tar.gz b/oslo.config-master.tar.gz deleted file mode 100644 index 03295e5..0000000 --- a/oslo.config-master.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:259f8312b0f0f14ddc8ea714a7305becc3019359863449bd47c7e2dc10652cb4 -size 84801 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index bf203fd..7bcfe39 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 2 11:15:31 UTC 2013 - dmueller@suse.com + +- update to 1.2.0.a4 + ------------------------------------------------------------------- Thu Jul 18 10:08:32 CEST 2013 - berendt@b1-systems.de diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 38cc5d9..3232eaf 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -19,13 +19,13 @@ %define component oslo Name: python-oslo.config -Version: 1.2.0a3 +Version: 1.2.0a4 Release: 0 Url: https://launchpad.net/oslo/ Summary: OpenStack configuration API License: Apache-2.0 Group: Development/Languages/Python -Source: oslo.config-master.tar.gz +Source: oslo.config-1.2.0a4.tar.gz Source99: rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes @@ -85,8 +85,9 @@ Requires: python-testtools >= 0.9.29 This package contains testsuite files for %{name}. %prep -%setup -q -n oslo.config-1.2.0a3 +%setup -q -n oslo.config-1.2.0a4 +# https://bugs.launchpad.net/oslo/+bug/1200984 %if "%version" < "1.2.0a3" echo "need versioning fix first" exit 1