Hello community,

here is the log from the commit of package libgdata for openSUSE:Factory 
checked in at 2012-01-09 15:42:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgdata (Old)
 and      /work/SRC/openSUSE:Factory/.libgdata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgdata", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgdata/libgdata.changes        2011-10-02 
10:14:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgdata.new/libgdata.changes   2012-01-09 
15:42:22.000000000 +0100
@@ -1,0 +2,30 @@
+Wed Dec 21 00:30:04 UTC 2011 - [email protected]
+
+- Update to version 0.11.0:
+  + Major changes:
+    - Added version checking macros.
+    - Ported scrapbook demo to GtkGrid.
+    - Added a LIBGDATA_DISABLE_DEPRECATED macro for disabling
+      deprecated API in headers.
+    - Sensitive details (passwords, auth. tokens, etc.) are now
+      redacted from logs unless LIBGDATA_DEBUG=4 is set.
+    - Sensitive details are also now stored in non-pageable memory
+      as much as possible to reduce the risk of them being leaked.
+    - Use GHmac instead of liboauth's HMAC.
+    - Use the new GLib threading API iff compiled with GLib ≥
+      2.31.0.
+  + Merge changes from version 0.10.1.
+  + API additions and deprecations (see NEWS).
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Add pkgconfig(gnome-keyring-1) BuildRequires: new dependency.
+
+-------------------------------------------------------------------
+Thu Dec  8 22:22:12 UTC 2011 - [email protected]
+
+- Split typelib file into typelib-1_0-GData-0_0 subpackage.
+- Add typelib-1_0-GData-0_0 Requires to devel subpackage.
+
+-------------------------------------------------------------------

Old:
----
  libgdata-0.10.1.tar.bz2

New:
----
  libgdata-0.11.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgdata.spec ++++++
--- /var/tmp/diff_new_pack.9o1ZFH/_old  2012-01-09 15:42:23.000000000 +0100
+++ /var/tmp/diff_new_pack.9o1ZFH/_new  2012-01-09 15:42:23.000000000 +0100
@@ -15,24 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 # Update baselibs.conf when changing this
 %define _sover 13
 
 Name:           libgdata
+Version:        0.11.0
+Release:        0
+Summary:        GLib-based library for accessing online service APIs using the 
GData protocol
 License:        LGPL-2.1+
 Group:          Development/Libraries/GNOME
-Version:        0.10.1
-Release:        1
-Summary:        GLib-based library for accessing online service APIs using the 
GData protocol
 Url:            http://live.gnome.org/libgdata
-Source:         
http://download.gnome.org/sources/libgdata/0.10/%{name}-%{version}.tar.bz2
+Source:         
http://download.gnome.org/sources/libgdata/0.11/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
-BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gio-2.0) >= 2.30.0
+BuildRequires:  pkgconfig(gnome-keyring-1)
 # Note: as of 0.10.0, gtk+-3.0 is only needed to build a demo that isn't
 # installed, so no need to depend on it
 #BuildRequires:  pkgconfig(gtk+-3.0)
@@ -49,7 +51,6 @@
 
 %package -n libgdata%{_sover}
 
-License:        LGPL-2.1+
 Summary:        GLib-based library for accessing online service APIs using the 
GData protocol
 Group:          Development/Libraries/GNOME
 Recommends:     %{name}-lang
@@ -61,11 +62,23 @@
 the GData protocol — most notably, Google's services. It provides APIs
 to access the common Google services, and has full asynchronous support.
 
+%package -n typelib-1_0-GData-0_0
+Summary:        GLib-based library for accessing online service APIs using the 
GData protocol -- Introspection bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-GData-0_0
+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.
+
+This package provides the GObject Introspection bindings for the
+libgdata library.
+
 %package devel
-License:        LGPL-2.1+
 Summary:        GLib-based library for accessing online service APIs using the 
GData protocol
 Group:          Development/Libraries/GNOME
 Requires:       libgdata%{_sover} = %{version}
+Requires:       typelib-1_0-GData-0_0 = %{version}
 
 %description devel
 libgdata is a GLib-based library for accessing online service APIs using
@@ -99,6 +112,9 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING HACKING NEWS README
 %{_libdir}/*.so.%{_sover}*
+
+%files -n typelib-1_0-GData-0_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GData-0.0.typelib
 
 %files devel

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to