commit libgdata for openSUSE:Factory
Hello community, here is the log from the commit of package libgdata for openSUSE:Factory checked in at Thu May 5 12:19:43 CEST 2011. -------- --- GNOME/libgdata/libgdata.changes 2011-02-24 13:13:04.000000000 +0100 +++ /mounts/work_src_done/STABLE/libgdata/libgdata.changes 2011-03-03 12:15:49.000000000 +0100 @@ -1,0 +2,80 @@ +Thu Mar 3 12:11:18 CET 2011 - vuntz@opensuse.org + +- Also update baselibs.conf after library version change. +- Change BuildRequires to pkgconfig() ones: + + old ones: glib2-devel, libsoup-devel. + + pkgconfig() ones: gio-2.0, libsoup-2.4, libsoup-gnome-2.4, + libxml-2.0. +- Add pkgconfig(gdk-pixbuf-2.0) BuildRequires, which enables + optional features. + +------------------------------------------------------------------- +Thu Feb 24 14:51:38 UTC 2011 - fcrozat@novell.com + +- Update to version 0.8.0: + + Major changes: + - Added async counterparts to all remaining blocking methods + - Added various cancellation tests to the test suite + - Many fixes and improvements for cancellation of various + operations + - Fixed many race conditions in authentication and + cancellation of operations + - Removed the separate youtube-user property for YouTube + authentication + - Fixed attribute escaping across all of libgdata + - Removed some deprecated PicasaWeb properties (file clients + and positions) + - Switched to stream-based downloading for all download + operations + - Tidied up (i.e. broke) the Documents service API a lot + - Fixed several minor and major memory leaks + - Ensured that batch operations' callbacks are always called, + even if the entire batch operation errors out + - Bumped our gdk-pixbuf dependency to 2.14 + - Fixed all the XML comparison tests in light of an invalid + assumption we made about hash table ordering being broken + - Added GeoRSS support to YouTube videos + - Overhauled download and upload streams, fixing many race + conditions and deadlocks and adding some test cases + - Added support for flushing GDataUploadStream instances + + Bugs fixed: bgo#607620, bgo#635959, bgo#635736, bgo#634033, + bgo#635335, bgo#631033, bgo#633363, bgo#594814, bgo#637036, + bgo#579885. + + Updated translations. +- Changes from version 0.7.0: + + Major changes: + - Improved and updated introspection support and annotations + for gobject-introspection >= 0.9.7 + - Added support for service localisation + using gdata_service_set_locale() + - Added support for listing video categories from YouTube + - Tidied up object comparison using a new GDataComparable + interface instead of lots of *_compare() methods + - Added batch operation support and implemented it for the + Contacts, YouTube, Calendar and Documents services + - Fixed ID projection issues with Contact entries + - Added support for alerting the user of account migration + with GDATA_AUTHENTICATION_ERROR_ACCOUNT_MIGRATED + - Added support for a --no-internet option to the tests, so + that more of the test suite can be run automatically without + an internet connection + - Split handling of entries with inline content from external + content (using the new gdata_entry_get_content_uri()) + - Rearranged Documents classes so that instantiable entries + are now subclasses of a new GDataDocumentsDocument, which + handles downloading of document files + - Tightened up URI escaping + - Switched to depending on only gdk-pixbuf instead of the + whole of GDK, since we only (optionally) use GdkPixbuf for + the test suite + - Tightened up attribute escaping + - Switched from GTimeVal to gint64 for representing UNIX + timestamps + - Switched to using upstream gettext instead of glib-gettext + - Added support for manipulating Contact groups + + Bugs fixed: bgo#616222, bgo#579885, bgo#618584, bgo#615721, + bgo#618586, bgo#579169, bgo#624142, bgo#624141, bgo#630350. + + Updated translations. +- Rename libgdata7 to libgdata11 following library version change. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libgdata-0.6.6.tar.bz2 New: ---- libgdata-0.8.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgdata.spec ++++++ --- /var/tmp/diff_new_pack.6EeIQF/_old 2011-05-05 12:18:39.000000000 +0200 +++ /var/tmp/diff_new_pack.6EeIQF/_new 2011-05-05 12:18:39.000000000 +0200 @@ -15,22 +15,26 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild +# Update baselibs.conf when changing this +%define _sover 11 Name: libgdata -BuildRequires: glib2-devel -BuildRequires: gobject-introspection-devel -BuildRequires: intltool -BuildRequires: libsoup-devel -BuildRequires: translation-update-upstream License: LGPLv2.1+ Group: Development/Libraries/GNOME -Version: 0.6.6 -Release: 6 +Version: 0.8.0 +Release: 1 Summary: GLib-based library for accessing online service APIs using the GData protocol Source: %{name}-%{version}.tar.bz2 Source99: baselibs.conf +BuildRequires: gobject-introspection-devel +BuildRequires: intltool +BuildRequires: translation-update-upstream +BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(libsoup-2.4) +BuildRequires: pkgconfig(libsoup-gnome-2.4) +BuildRequires: pkgconfig(libxml-2.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -38,7 +42,8 @@ the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support. -%package -n libgdata7 +%package -n libgdata%{_sover} + License: LGPLv2.1+ Summary: GLib-based library for accessing online service APIs using the GData protocol Group: Development/Libraries/GNOME @@ -46,7 +51,7 @@ # Needed for the lang package to be installable: Provides: %{name} = %{version} -%description -n libgdata7 +%description -n libgdata%{_sover} libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support. @@ -55,7 +60,7 @@ License: LGPLv2.1+ Summary: GLib-based library for accessing online service APIs using the GData protocol Group: Development/Libraries/GNOME -Requires: libgdata7 = %{version} +Requires: libgdata%{_sover} = %{version} Requires: glib2-devel Requires: libsoup-devel Requires: libxml2-devel @@ -84,14 +89,14 @@ %clean rm -rf %{buildroot} -%post -n libgdata7 -p /sbin/ldconfig +%post -n libgdata%{_sover} -p /sbin/ldconfig -%postun -n libgdata7 -p /sbin/ldconfig +%postun -n libgdata%{_sover} -p /sbin/ldconfig -%files -n libgdata7 +%files -n libgdata%{_sover} %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING HACKING NEWS README -%{_libdir}/*.so.* +%{_libdir}/*.so.%{_sover}* %{_libdir}/girepository-1.0/GData-0.0.typelib %files devel ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.6EeIQF/_old 2011-05-05 12:18:39.000000000 +0200 +++ /var/tmp/diff_new_pack.6EeIQF/_new 2011-05-05 12:18:39.000000000 +0200 @@ -1 +1 @@ -libgdata7 +libgdata11 ++++++ libgdata-0.6.6.tar.bz2 -> libgdata-0.8.0.tar.bz2 ++++++ ++++ 139550 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de