Hello community,

here is the log from the commit of package python-boto for openSUSE:Factory
checked in at Mon May 30 16:18:45 CEST 2011.



--------
--- python-boto/python-boto.changes     2010-11-03 22:47:59.000000000 +0100
+++ python-boto/python-boto.changes     2011-05-27 14:49:41.000000000 +0200
@@ -1,0 +2,9 @@
+Fri May 27 12:46:19 UTC 2011 - sasc...@suse.de
+
+- Update to 2.0.b4
+- Spec file cleanup:
+  * Cleanup duplicates with fdupes
+  * Fix executable flag for scripts with shebang line
+  * Removed authors from description
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  boto-2.0b3.tar.bz2

New:
----
  boto-2.0b4.tar.gz

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

Other differences:
------------------
++++++ python-boto.spec ++++++
--- /var/tmp/diff_new_pack.LkVnp8/_old  2011-05-30 16:17:13.000000000 +0200
+++ /var/tmp/diff_new_pack.LkVnp8/_new  2011-05-30 16:17:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-boto (Version 2.0)
+# spec file for package python-boto
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,31 @@
 #
 
 
-%define modname boto
 
-Name:           python-%{modname}
-Version:        2.0
+Name:           python-boto
+Version:        2.0b4
 Release:        1
-%define extraver b3
 License:        MIT
 Summary:        Python interface to Amazon Web Services
 Url:            http://code.google.com/p/boto/
 Group:          Development/Libraries/Python
-Source:         %{modname}-%{version}%{extraver}.tar.bz2
-BuildRequires:  python-setuptools
-BuildRequires:  pyxml
+Source:         boto-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
-%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
+BuildRequires:  python-setuptools
+BuildRequires:  python-xml
+%if 0%{?suse_version}
+%py_requires
+%if 0%{?suse_version} > 1010
+BuildRequires:  fdupes
+%endif
+%if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
+%endif
 
 %description
-An integrated interface to current and future infrastructural services offered 
by Amazon Web Services. Currently, this includes:
+An integrated interface to current and future infrastructural services offered
+by Amazon Web Services. Currently, this includes:
 
     * Simple Storage Service (S3)
     * Simple Queue Service (SQS)
@@ -45,25 +49,28 @@
     * SimpleDB
     * CloudFront
 
-Author:
---------
-        Mitch Garnaat <mi...@garnaat.com>
-
 %prep
-%setup -q -n %{modname}-%{version}%{extraver}
+%setup -q -n boto-%{version}
 
 %build
 export CFLAGS="%{optflags}"
-%{__python} setup.py build
+python setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# Fix executable flag for Python scripts with shebang line
+chmod 0755 
%{buildroot}%{python_sitelib}/boto/{pyami/launch_ami,services/result,services/bs,tests/test*,tests/devpay_s3}.py
+%if 0%{?suse_version} > 1010
+%fdupes %{buildroot}
+%endif
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root)
 %doc README
+%{_bindir}/*
+%{python_sitelib}/*
 
 %changelog


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



Remember to have fun...

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

Reply via email to