Hello community,
here is the log from the commit of package python-cinderclient for
openSUSE:Factory checked in at 2014-03-09 18:44:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cinderclient (Old)
and /work/SRC/openSUSE:Factory/.python-cinderclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cinderclient"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes
2014-01-23 15:53:55.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes
2014-03-09 18:44:17.000000000 +0100
@@ -1,0 +2,12 @@
+Fri Feb 14 10:50:57 UTC 2014 - [email protected]
+
+- Replace git_tarballs source service with download_files and set_version
+ + Use upstream URL as source (enables verification)
+- Only require argparse on SLE
+
+-------------------------------------------------------------------
+Wed Jan 29 09:12:35 UTC 2014 - [email protected]
+
+- Add refresh_patches source service
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cinderclient.spec ++++++
--- /var/tmp/diff_new_pack.q9DeN6/_old 2014-03-09 18:44:18.000000000 +0100
+++ /var/tmp/diff_new_pack.q9DeN6/_new 2014-03-09 18:44:18.000000000 +0100
@@ -25,7 +25,7 @@
License: Apache-2.0
Group: Development/Languages/Python
Url: http://launchpad.net/python-cinderclient
-Source: python-cinderclient-1.0.7.tar.gz
+Source:
http://tarballs.openstack.org/python-cinderclient/python-cinderclient-1.0.7.tar.gz
BuildRequires: openstack-suse-macros
BuildRequires: python-base
BuildRequires: python-pbr
@@ -36,13 +36,13 @@
Requires: python >= 2.6.8
Requires: python-Babel >= 1.3
Requires: python-PrettyTable >= 0.6
-Requires: python-argparse
Requires: python-pbr >= 0.5.21
Requires: python-requests >= 1.1
Requires: python-simplejson >= 2.0.9
Requires: python-six >= 1.4.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+Requires: python-argparse
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
@@ -83,7 +83,7 @@
This package contains testsuite files for %{name}.
%prep
-%setup -q -n python-cinderclient-1.0.7
+%setup -q -n python-cinderclient-%{version}
%openstack_cleanup_prep
echo %{version} > cinderclient/versioninfo
++++++ _service ++++++
--- /var/tmp/diff_new_pack.q9DeN6/_old 2014-03-09 18:44:18.000000000 +0100
+++ /var/tmp/diff_new_pack.q9DeN6/_new 2014-03-09 18:44:18.000000000 +0100
@@ -1,7 +1,11 @@
<services>
- <service name="git_tarballs" mode="disabled">
- <param
name="url">http://tarballs.openstack.org/python-cinderclient/python-cinderclient-1.0.7.tar.gz</param>
- <param name="email">[email protected]</param>
- <param name="plain-version">True</param>
+ <service mode="disabled" name="download_files">
+ <param name="changesgenerate">enable</param>
+ </service>
+ <service mode="disabled" name="set_version">
+ <param name="basename">python-cinderclient</param>
+ </service>
+ <service name="refresh_patches" mode="disabled">
+ <param name="changesgenerate">enable</param>
</service>
</services>
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]