Hello community,

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

Package is "python-cloudfiles", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cloudfiles/python-cloudfiles.changes      
2012-02-28 14:15:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-cloudfiles.new/python-cloudfiles.changes 
2012-04-12 09:47:20.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Apr  4 08:18:35 UTC 2012 - [email protected]
+
+- Update to version 1.7.10:
+  * Various bug fixes.
+- No need for --skip-build in %install section, distribute is smart enough
+- Removed obsolete SUSE version checks
+- New runtime requirement: httplib2
+
+-------------------------------------------------------------------

Old:
----
  python-cloudfiles-1.7.9.3.tar.gz

New:
----
  python-cloudfiles-1.7.10.tar.gz

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

Other differences:
------------------
++++++ python-cloudfiles.spec ++++++
--- /var/tmp/diff_new_pack.JDSXWY/_old  2012-04-12 09:47:21.000000000 +0200
+++ /var/tmp/diff_new_pack.JDSXWY/_new  2012-04-12 09:47:21.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-cloudfiles
-Version:        1.7.9.3
+Version:        1.7.10
 Release:        0
 Url:            https://github.com/rackspace/python-cloudfiles
 Summary:        Bindings for Rackspace CloudFiles API
@@ -25,20 +25,17 @@
 Group:          Development/Libraries/Python
 Source0:        
http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  python-devel
-BuildRequires:  python-nose
 BuildRequires:  python-distribute
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1010
-BuildRequires:  fdupes
-%endif
-%if 0%{?suse_version} >= 1120
+BuildRequires:  python-httplib2
+BuildRequires:  python-nose
+Requires:       python-httplib2
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:      noarch
 %endif
-%endif
-%{!?python_sitelib:  %global python_sitelib  %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 %description
 Python language bindings for Rackspace CloudFiles API.
@@ -47,21 +44,15 @@
 %setup -q
 
 %build
-export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot} --skip-build
-%if 0%{?suse_version} > 1010
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %fdupes %{buildroot}
-%endif
 
 %check
 nosetests
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING docs

++++++ python-cloudfiles-1.7.9.3.tar.gz -> python-cloudfiles-1.7.10.tar.gz 
++++++
++++ 3162 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to