Hello community, here is the log from the commit of package python-boto for openSUSE:Factory checked in at Wed Nov 10 21:18:07 CET 2010. -------- New Changes file: --- /dev/null 2010-07-09 01:59:37.000000000 +0200 +++ python-boto/python-boto.changes 2010-11-03 22:47:59.000000000 +0100 @@ -0,0 +1,28 @@ +------------------------------------------------------------------- +Wed Nov 3 19:47:38 UTC 2010 - alexandre@exatati.com.br + +- Update to 2.0b3; +- Bzip2 source file. + +------------------------------------------------------------------- +Mon Jul 5 19:28:02 UTC 2010 - alexandre@exatati.com.br + +- Update to 1.9b; +- Spec file cleaned with spec-cleaner; +- Building as noarch for openSUSE >= 11.2. + +------------------------------------------------------------------- +Mon Apr 13 11:12:32 ADT 2009 - jfunk@funktronics.ca + +- Update to 1.7a + +------------------------------------------------------------------- +Wed May 7 16:39:57 ADT 2008 - jfunk@opensuse.org + +- Update to 1.2a + +------------------------------------------------------------------- +Sun Sep 2 11:05:37 CEST 2007 - crrodriguez@suse.de + +- first version + calling whatdependson for head-i586 New: ---- boto-2.0b3.tar.bz2 python-boto.changes python-boto.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-boto.spec ++++++ # # spec file for package python-boto (Version 2.0) # # Copyright (c) 2010 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define modname boto Name: python-%{modname} Version: 2.0 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build %{py_requires} %if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} BuildArch: noarch %endif %description 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) * Elastic Compute Cloud (EC2) * Mechanical Turk * SimpleDB * CloudFront Author: -------- Mitch Garnaat <mitch@garnaat.com> %prep %setup -q -n %{modname}-%{version}%{extraver} %build export CFLAGS="%{optflags}" %{__python} setup.py build %install %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES %clean %{__rm} -rf %{buildroot} %files -f INSTALLED_FILES %defattr(-,root,root) %doc README %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org