Hello community, here is the log from the commit of package python-gdata for openSUSE:Factory checked in at 2014-01-30 15:11:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gdata (Old) and /work/SRC/openSUSE:Factory/.python-gdata.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gdata" Changes: -------- --- /work/SRC/openSUSE:Factory/python-gdata/python-gdata.changes 2013-10-25 11:16:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-gdata.new/python-gdata.changes 2014-01-30 15:11:36.000000000 +0100 @@ -1,0 +2,22 @@ +Sat Jan 25 02:48:26 UTC 2014 - [email protected] + +- Update to 2.0.18: + * Numerous changes, see REALEASE_NOTES.txt. Major changes below. + * Fixing identifier_exists attribute for product items. + * Fixing multipack attribute. + * Various changes related to products. + * Various changes related to OAuth. + * Added support for various feeds in Content API. +- Changes from 2.0.17 also numers, major ones listed here: + * Fixing behavior in atom.http_core.Uri._get_query_string for query + parameters with no parameter value. + * Fixed batch function issues in content api for shopping client. + * Fixing bug in recent change to the Email Settings API client library. + * Fix issues 590/591: Contact's gender XML element was wrong. + * Fixing issue 587. Wrong URL used for batch ACL changes. + * Various changes related to OAuth. + * Added various sample code. +- Update source URL. +- Fix more EOL and exec permissions issues in %prep. + +------------------------------------------------------------------- Old: ---- gdata-2.0.16.tar.gz New: ---- gdata-2.0.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gdata.spec ++++++ --- /var/tmp/diff_new_pack.mdR89M/_old 2014-01-30 15:11:37.000000000 +0100 +++ /var/tmp/diff_new_pack.mdR89M/_new 2014-01-30 15:11:37.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-gdata # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,13 +17,13 @@ Name: python-gdata -Version: 2.0.16 +Version: 2.0.18 Release: 0 Url: http://code.google.com/p/gdata-python-client Summary: Python library to access data through Google Data APIs License: Apache-2.0 Group: Development/Libraries/Python -Source: http://gdata-python-client.googlecode.com/files/gdata-%{version}.tar.gz +Source: https://gdata-python-client.googlecode.com/files/gdata-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools @@ -44,8 +44,9 @@ %prep %setup -q -n gdata-%{version} -find samples/oauth src/gdata -type f -name "*.py" -exec sed -i 's|\r||' {} \; # Fix wrong EOL encoding +find samples/oauth src/gdata samples/apps/marketplace_sample -type f -name "*.py" -exec sed -i 's|\r||' {} \; # Fix wrong EOL encoding find samples -type f -name "*.py" -exec chmod 0644 {} \; # Remove executable perms on samples +find samples/apps/marketplace_sample -type f \( -name "*.c" -o -name "*.txt" \) -exec chmod 0644 {} \; # Remove executable perms on samples # Remove unnecessary Python shebangs find . -type f -exec sed -i -r '1s|^#! *(.+)/python(.*)$||' {} \; find . -type f -exec sed -i -r '1s|^#! */usr/bin/env +python.*$||' {} \; ++++++ gdata-2.0.16.tar.gz -> gdata-2.0.18.tar.gz ++++++ ++++ 77576 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
