Mailinglist Archive: opensuse-commit (1212 mails)
| < Previous | Next > |
commit libgdata for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 04 Aug 2009 23:04:00 +0200
- Message-id: <20090804210400.C2345637C@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libgdata for openSUSE:Factory
checked in at Tue Aug 4 23:04:00 CEST 2009.
--------
--- GNOME/libgdata/libgdata.changes 2009-05-27 13:32:09.000000000 +0200
+++ libgdata/libgdata.changes 2009-08-03 14:38:25.000000000 +0200
@@ -1,0 +2,86 @@
+Mon Aug 3 14:37:19 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Remove Obsoletes for libgdata3 and libgdata4.
+- Drop libgdata-rpmlintrc as it's not needed anymore.
+
+-------------------------------------------------------------------
+Wed Jul 29 23:26:56 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 0.4.0:
+ + Major changes:
+ - Added comparison functions for all small XML elements (such
+ as GDataLink and friends)
+ - Added GDataContactsContact photo support
+ - Translatable strings are now even clearer, and all have
+ translator comments
+ - Fixed a number of locale-dependent bugs
+ - Converted small XML element structs to full GObjects
+ - Added a PicasaWeb service
+ - Fixed more licencing issues (libgdata is licenced under
+ LGPLv2.1+)
+ - Required link relation types to be full URIs
+ - Added a Google Documents service
+ + API changes:
+ - Added gdata_contacts_contact_get_extended_properties
+ - Added *_compare
+ - Added GDataContactsContact:has-photo,
+ gdata_contacts_contact_has_photo,
+ gdata_contacts_contact_get_photo,
+ gdata_contacts_contact_set_photo
+ - Converted GDataAuthor, GDataCategory, GDataLink,
+ GDataGenerator to GObjects (removed *_free functions and
+ added mandatory field accessors)
+ - Converted GDataGDEmailAddress, GDataGDFeedLink,
+ GDataGDIMAddress, GDataGDOrganization, GDataGDPhoneNumber,
+ GDataGDPostalAddress, GDataGDRating, GDataGDWhen,
+ GDataGDReminder, GDataGDWhere, GDataGDWho to GObjects
+ (removed *_free functions and added mandatory field
+ accessors)
+ - Converted GDataMediaCategory, GDataMediaContent,
+ GDataMediaCredit, GDataMediaRating, GDataMediaRestriction,
+ GDataMediaThumbnail to GObjects
+ - (removed *_free functions and added mandatory field
+ accessors)
+ - Removed gdata_media_thumbnail_parse_time,
+ gdata_media_thumbnail_build_time
+ - Converted GDataYouTubeState to GObject (removed
+ gdata_youtube_state_free and added mandatory field accessors)
+ - Added GDataYouTubeControl
+ - Added PicasaWeb service API
+ - Removed gdata_entry_new_from_xml, other *_new_from_xml
+ functions, gdata_entry_get_xml
+ - Added gdata_parsable_new_from_xml, gdata_parsable_get_xml
+ - Removed GDATA_PARSER_ERROR_UNHANDLED_XML_ELEMENT parser error
+ - Added GDataParsableClass->element_name,
+ GDataParsableClass->element_namespace
+ - Added GDATA_LINK_ALTERNATE, GDATA_LINK_EDIT,
+ GDATA_LINK_EDIT_MEDIA, GDATA_LINK_ENCLOSURE,
+ GDATA_LINK_RELATED, GDATA_LINK_SELF, GDATA_LINK_VIA for use
+ with gdata_entry_look_up_link
+ - Added gdata_contacts_service_update_contact
+ - Added gdata_youtube_service_query_single_video,
+ gdata_youtube_service_query_single_video_async,
+ gdata_youtube_service_query_single_video_finish
+ - Added gdata_youtube_video_get_video_id_from_uri
+ - Added GDataYouTubeAspectRatio,
+ gdata_youtube_video_get_aspect_ratio,
+ gdata_youtube_video_set_aspect_ratio
+ - Added Google Documents service API
+ - Added gdata_contacts_contact_remove_all_email_addresses,
+ gdata_contacts_contact_remove_all_im_addresses,
+ gdata_contacts_contact_remove_all_postal_addresses,
+ gdata_contacts_contact_remove_all_phone_numbers,
+ gdata_contacts_contact_remove_all_organizations
+ + Bugs fixed:
+ - bgo#584417 - Strings are not properly formed for localisation
+ - bgo#584737 - String parsing is locale-sensitive
+ - bgo#579170 - Eliminate gdata_parser_error_unhandled_element
+ - bgo#587277 - Some files are GPLv3 but license is LGPLv2.1?
+ - bgo#588052 - Parse the yt:aspectratio tag
+ - bgo#587073 - Add Google Documents service
+ - bgo#588995 - float radix character depends on LC_NUMERIC, but
+ Google wants "."
+ + Updated translations.
+- Rename package to libgdata5, and Obsoletes libgdata4.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
libgdata-0.3.0.tar.bz2
libgdata-rpmlintrc
New:
----
libgdata-0.4.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgdata.spec ++++++
--- /var/tmp/diff_new_pack.bNW5pa/_old 2009-08-04 23:02:06.000000000 +0200
+++ /var/tmp/diff_new_pack.bNW5pa/_new 2009-08-04 23:02:06.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package libgdata (Version 0.3.0)
+# spec file for package libgdata (Version 0.4.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -17,7 +17,6 @@
# norootforbuild
-Url: http://live.gnome.org/libgdata
Name: libgdata
BuildRequires: glib2-devel
@@ -25,53 +24,43 @@
BuildRequires: libsoup-devel
License: LGPL v2.1 or later
Group: Development/Libraries/GNOME
-Version: 0.3.0
+Version: 0.4.0
Release: 1
Summary: GLib-based library for accessing online service APIs using the
GData protocol
Source: %{name}-%{version}.tar.bz2
-Source1: %{name}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-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.
+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.
-
-
-%package -n libgdata4
+%package -n libgdata5
License: LGPL v2.1 or later
Summary: GLib-based library for accessing online service APIs using the
GData protocol
Group: Development/Libraries/GNOME
Requires: %{name}-lang = %{version}
# Needed for the lang package to be installable:
Provides: %{name} = %{version}
-Obsoletes: libgdata3 < 0.3.0
-
-%description -n libgdata4
-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.
-
+%description -n libgdata5
+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.
%package devel
License: LGPL v2.1 or later
Summary: GLib-based library for accessing online service APIs using the
GData protocol
Group: Development/Libraries/GNOME
-Requires: libgdata4 = %{version}
+Requires: libgdata5 = %{version}
Requires: glib2-devel
Requires: libsoup-devel
Requires: libxml2-devel
%description devel
-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.
-
+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.
%lang_package
@@ -91,11 +80,11 @@
%clean
rm -rf %{buildroot}
-%post -n libgdata4 -p /sbin/ldconfig
+%post -n libgdata5 -p /sbin/ldconfig
-%postun -n libgdata4 -p /sbin/ldconfig
+%postun -n libgdata5 -p /sbin/ldconfig
-%files -n libgdata4
+%files -n libgdata5
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING.LIB HACKING NEWS README
%{_libdir}/*.so.*
++++++ libgdata-0.3.0.tar.bz2 -> libgdata-0.4.0.tar.bz2 ++++++
++++ 79070 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |