Hello community,

here is the log from the commit of package python-glanceclient for 
openSUSE:Factory checked in at 2014-03-09 18:47:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-glanceclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-glanceclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-glanceclient"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-glanceclient/python-glanceclient.changes  
2014-01-23 15:54:08.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-glanceclient.new/python-glanceclient.changes 
    2014-03-09 18:47:08.000000000 +0100
@@ -1,0 +2,17 @@
+Fri Feb 14 10:48:44 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+- Only require argparse on SLE
+
+-------------------------------------------------------------------
+Thu Feb 13 09:44:09 UTC 2014 - dmuel...@suse.com
+
+- remove dependency on d2to1 
+
+-------------------------------------------------------------------
+Wed Jan 29 09:12:36 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-glanceclient.spec ++++++
--- /var/tmp/diff_new_pack.4559Uu/_old  2014-03-09 18:47:08.000000000 +0100
+++ /var/tmp/diff_new_pack.4559Uu/_new  2014-03-09 18:47:08.000000000 +0100
@@ -25,7 +25,7 @@
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            http://launchpad.net/python-glanceclient
-Source:         python-glanceclient-0.11.0.tar.gz
+Source:         
http://tarballs.openstack.org/python-glanceclient/python-glanceclient-0.11.0.tar.gz
 Source2:        openstack-glance.sh
 Patch0:         0001-SSL-Handle-wildcards-in-Subject-Alternative-Names.patch
 BuildRequires:  openstack-suse-macros
@@ -33,24 +33,21 @@
 # Documentation build requirements:
 BuildRequires:  python-PrettyTable
 BuildRequires:  python-Sphinx
-BuildRequires:  python-d2to1
 BuildRequires:  python-iso8601
 BuildRequires:  python-keystoneclient
 BuildRequires:  python-pbr
 BuildRequires:  python-pyOpenSSL
 BuildRequires:  python-warlock
 Requires:       python >= 2.6.8
-Requires:       python-argparse
 # /usr/bin/glance uses pkg_resources, thus:
 Requires:       python-PrettyTable >= 0.6
-Requires:       python-d2to1 >= 0.2.10
 Requires:       python-keystoneclient >= 0.3.0
 Requires:       python-pbr >= 0.5.21
 Requires:       python-pyOpenSSL
 Requires:       python-warlock >= 1.0.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
@@ -81,7 +78,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-glanceclient-0.11.0
+%setup -q -n python-glanceclient-%{version}
 %patch0 -p1
 %openstack_cleanup_prep
 # Our package versioning scheme is different (but we provide the correct 
thing) thus:

++++++ _service ++++++
--- /var/tmp/diff_new_pack.4559Uu/_old  2014-03-09 18:47:08.000000000 +0100
+++ /var/tmp/diff_new_pack.4559Uu/_new  2014-03-09 18:47:08.000000000 +0100
@@ -1,7 +1,11 @@
 <services>
-  <service name="git_tarballs" mode="disabled">
-    <param 
name="url">http://tarballs.openstack.org/python-glanceclient/python-glanceclient-0.11.0.tar.gz</param>
-    <param name="email">opensuse-cl...@opensuse.org</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-glanceclient</param>
+  </service>
+  <service name="refresh_patches" mode="disabled">
+    <param name="changesgenerate">enable</param>
   </service>
 </services>

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to