Hello community, here is the log from the commit of package libgdata for openSUSE:Factory checked in at 2015-10-06 16:12:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgdata (Old) and /work/SRC/openSUSE:Factory/.libgdata.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgdata" Changes: -------- --- /work/SRC/openSUSE:Factory/libgdata/libgdata.changes 2014-11-18 22:44:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libgdata.new/libgdata.changes 2015-10-06 16:12:38.000000000 +0200 @@ -1,0 +2,101 @@ +Wed Sep 16 07:11:52 UTC 2015 - [email protected] + +- Update to version 0.17.3: + + Major changes: + - More Google Drive improvements + - A few memory leak fixes and improvements in the unit tests + + API changes: + - Soft API break for gdata_service_insert_entry() when creating + Google Drive folders — you must now use + gdata_documents_service_add_entry_to_folder() due to changes + on the server API (see bgo#684920). + - Remove two unused symbols from the export list; these were + never intended to be public API: + . gdata_freebase_result_error_get_type + . gdata_freebase_result_error_quark + + Bugs fixed: bgo#684920, bgo#754821. + + Updated translations. + +------------------------------------------------------------------- +Sun Jul 12 12:56:36 UTC 2015 - [email protected] + +- Update to version 0.17.2: + + Major changes: + - More Google Drive API porting + - Port from v2 to v3 of the Calendar API + - Update and re-enable a lot of unit tests (streams, youtube, + freebase, calendar). + - Add calendar-cli demo + - Port to use installed-tests; this adds + --enable-always-build-tests and --enable-installed-tests + configure options. + - Port to autoconf-archive macros and add an implicit + build-time dependency on autoconf-archive. + - Allow applications to store and restore the refresh token for + a GDataOAuth2Authorizer to avoid re-authenticating on each + startup. + - Bump libuhttpmock dependency to 0.5.0. + + API changes: + - Add gdata_calendar_service_insert_calendar_event(), + gdata_calendar_service_insert_calendar_event_async() + - Deprecate GDataCalendarCalendar:times-cleaned, + gdata_calendar_calendar_get_times_cleaned(), + GDataCalendarCalendar:edited, + gdata_calendar_calendar_get_edited(). + - Deprecate GDataCalendarFeed:timezone, + gdata_calendar_feed_get_timezone(), + GDataCalendarFeed:times-cleaned, + gdata_calendar_feed_get_times_cleaned(). + - Add GDataAccessHandlerIface.get_rules as a virtual method + backing gdata_access_handler_get_rules(). + - Add GDataCalendarAccessRule + - Add GDataDocumentsAccessRule + - Add gdata_oauth2_authorizer_dup_refresh_token(), + gdata_oauth2_authorizer_set_refresh_token() + - Add GDataBatchable.is_supported virtual function + + Bugs fixed: bgo#684920, bgo#664353, bgo#750335, bgo#750480, + bgo#750395, bgo#750746, bgo#751782, bgo#750914. + + Updated translations. +- Also bump version in baselib.conf, that was missed on last + update. + +------------------------------------------------------------------- +Fri Apr 24 19:41:06 UTC 2015 - [email protected] + +- Update to version 0.17.1: + + Correctly increment LT version. +- Changes from version 0.17.0: + + Major changes: + - Port from v2 to v3 of the YouTube API — your client’s + developer key may stop working due to never being configured + for v3; refresh it here: + https://developers.google.com/youtube/registering_an_application + - Port from the Google Docs API to the Google Drive API (v2) — + the same libgdata APIs should continue to work unchanged. + - Both the YouTube and Drive API ports are not thoroughly + tested, and a number of unit tests have been disabled + temporarily; code quality will be ramped up again in + subsequent releases. + - Add support for OAuth 2.0 authorisation. + - Commit to API and ABI stability. + - Add --disable-tests configure flag to skip building tests. + - Various improvements to the unit tests. + - Fix pagination handling in Google Docs. + - Add demo applications for Google Docs and YouTube. + - Various Freebase fixes, including a huge number of new tests + and authentication fixes. + - Various JSON parser fixes. + - Note that the Calendar v2 API has now been withdrawn; there + has not been enough time to port libgdata to version 3 + (ongoing: bgo#664353), but clients can (and should, + regardless) use the CalDAV API provided by Google Calendar. + + API changes: + - Please see /usr/share/doc/packages/libgdata%{_sover}/NEWS. + + Bugs fixed: + - bgo#646285, bgo#657539, bgo#739395, bgo#737799, bgo#739956, + bgo#741345, bgo#737539, bgo#737936, bgo#737540, bgo#737541, + bgo#742472, bgo#742473, bgo#687597, bgo#684920. + + Updated translations. +- Bump soname following upstream changes. + +------------------------------------------------------------------- Old: ---- libgdata-0.16.1.tar.xz New: ---- libgdata-0.17.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgdata.spec ++++++ --- /var/tmp/diff_new_pack.WLtd90/_old 2015-10-06 16:12:39.000000000 +0200 +++ /var/tmp/diff_new_pack.WLtd90/_new 2015-10-06 16:12:39.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libgdata # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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,16 +17,16 @@ # Update baselibs.conf when changing this -%define _sover 19 +%define _sover 22 Name: libgdata -Version: 0.16.1 +Version: 0.17.3 Release: 0 Summary: GLib-based library for accessing online service APIs using the GData protocol License: LGPL-2.1+ Group: Development/Libraries/GNOME Url: http://live.gnome.org/libgdata -Source: http://download.gnome.org/sources/libgdata/0.16/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/libgdata/0.17/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: gobject-introspection-devel BuildRequires: intltool @@ -40,7 +40,7 @@ # installed, so no need to depend on it #BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libsoup-2.4) >= 2.42.0 -BuildRequires: pkgconfig(libuhttpmock-0.0) +BuildRequires: pkgconfig(libuhttpmock-0.0) >= 0.5.0 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(oauth) BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.WLtd90/_old 2015-10-06 16:12:39.000000000 +0200 +++ /var/tmp/diff_new_pack.WLtd90/_new 2015-10-06 16:12:39.000000000 +0200 @@ -1 +1 @@ -libgdata19 +libgdata22 ++++++ libgdata-0.16.1.tar.xz -> libgdata-0.17.3.tar.xz ++++++ ++++ 164629 lines of diff (skipped)
