Hello community,

here is the log from the commit of package grilo for openSUSE:Factory checked 
in at 2014-03-10 12:35:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grilo (Old)
 and      /work/SRC/openSUSE:Factory/.grilo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grilo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/grilo/grilo.changes      2013-09-23 
09:24:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.grilo.new/grilo.changes 2014-03-10 
12:35:17.000000000 +0100
@@ -1,0 +2,47 @@
+Tue Feb 18 18:29:27 UTC 2014 - [email protected]
+
+- Update to version 0.2.9:
+  + Several fixes, including:
+    - Fix introspection scanner warnings (bgo#724620).
+    - Return an error when the entry media is of the wrong type
+      (bgo#724540).
+    - Remove check for libvala in configure.ac (bgo#724430).
+- Replace pkgconfig(libvala-0.24) for pkgconfig(vapigen) since
+  configure does not look for a particular version anymore.
+
+-------------------------------------------------------------------
+Tue Feb 11 08:16:35 UTC 2014 - [email protected]
+
+- Update to version 0.2.8:
+  + Added support for Vala 0.22 and 0.24.
+  + Bump required libglib version to 2.32.
+  + Added new core function: grl_deinit().
+  + Added new property in GrlSource: "source-icon".
+  + Added a new library: Grilo Playlist, to handle playlists as
+    containers.
+  + Bugs fixed: bgo#657926, bgo#695303, bgo#709208, bgo#709651,
+    bgo#710185, bgo#722358, bgo#722398, bgo#722407, bgo#723077,
+    bgo#723191, bgo#723989, bgo#724018.
+  + Updated translations.
+- Pass --enable-grl-pls to configure to ensure playlist support is
+  being enabled.
+- Add pkgconfig(totem-plparser) BuildRequires: dependency for the
+  playlist support.
+- Drop grilo-libvala-0.22.patch and grilo-libvala-0.24.patch: fixed
+  upstream.
+- Drop gnome-common BuildRequires and call to gnome-autgen.sh: no
+  longer required, as we don't carry any patches.
+- Add libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 subpackages: new
+  libraries.
+- Require libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 by the
+  -devel package.
+
+-------------------------------------------------------------------
+Tue Jan 28 20:31:58 UTC 2014 - [email protected]
+
+- Switch to vala 0.24 for GNOME 3.12 target:
+  + Replace pkgconfig(libvala-0.22) BuildRequires with
+    pkgconfig(libvala-0.24), for the actual switch.
+  + Add grilo-libvala-0.24.patch: Add support for Vala 0.24.
+
+-------------------------------------------------------------------

Old:
----
  grilo-0.2.7.tar.xz
  grilo-libvala-0.22.patch

New:
----
  grilo-0.2.9.tar.xz

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

Other differences:
------------------
++++++ grilo.spec ++++++
--- /var/tmp/diff_new_pack.ZKfXLx/_old  2014-03-10 12:35:18.000000000 +0100
+++ /var/tmp/diff_new_pack.ZKfXLx/_new  2014-03-10 12:35:18.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grilo
 #
-# 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,18 +17,14 @@
 
 
 Name:           grilo
-Version:        0.2.7
+Version:        0.2.9
 Release:        0
 Summary:        Framework for browsing and searching media content
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Other
 Url:            https://live.gnome.org/Grilo
 Source:         
http://download.gnome.org/sources/grilo/0.2/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM grilo-libvala-0.22.patch [email protected] -- Add vala 
0.22 support, rebase of previous patch taken from git.
-Patch0:         grilo-libvala-0.22.patch
 BuildRequires:  fdupes
-# Needed for patch0
-BuildRequires:  gnome-common
 # Required to build documentation
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -40,8 +36,9 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.41.3
-BuildRequires:  pkgconfig(libvala-0.22)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(totem-plparser) >= 3.4.1
+BuildRequires:  pkgconfig(vapigen)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -80,6 +77,14 @@
 Grilo is a framework for browsing and searching media content from
 various sources using a single API.
 
+%package -n libgrlpls-0_2-0
+Summary:        Framework for browsing and searching media content -- Playlist 
Helper Library
+Group:          System/Libraries
+
+%description -n libgrlpls-0_2-0
+Grilo is a framework for browsing and searching media content from
+various sources using a single API.
+
 %package -n typelib-1_0-GrlNet-0_2
 Summary:        Framework for browsing and searching media content -- 
Networking Helper Library, Introspection bindings
 Group:          System/Libraries
@@ -91,6 +96,17 @@
 This package provides the GObject Introspection bindings for the
 libgrlnet library.
 
+%package -n typelib-1_0-GrlPls-0_2
+Summary:        Framework for browsing and searching media content -- Playlist 
Helper Library, Introspection bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-GrlPls-0_2
+Grilo is a framework for browsing and searching media content from
+various sources using a single API.
+
+This package provides the GObject Introspection bindings for the
+libgrlnet library.
+
 %package tools
 Summary:        Framework for browsing and searching media content -- Tools
 Group:          Productivity/Multimedia/Other
@@ -106,8 +122,10 @@
 Group:          Development/Libraries/GNOME
 Requires:       libgrilo-0_2-1 = %{version}
 Requires:       libgrlnet-0_2-0 = %{version}
+Requires:       libgrlpls-0_2-0 = %{version}
 Requires:       typelib-1_0-Grl-0_2 = %{version}
 Requires:       typelib-1_0-GrlNet-0_2 = %{version}
+Requires:       typelib-1_0-GrlPls-0_2 = %{version}
 
 %description devel
 Grilo is a framework for browsing and searching media content from
@@ -116,15 +134,13 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-# Needed for patch0
-NOCONFIGURE=1 gnome-autogen.sh
 %configure \
    --disable-static \
    --disable-tests \
    --enable-grl-net \
+   --enable-grl-pls \
    --enable-gtk-doc \
    --enable-vala
 make %{?_smp_mflags}
@@ -151,6 +167,10 @@
 
 %postun -n libgrlnet-0_2-0 -p /sbin/ldconfig
 
+%post -n libgrlpls-0_2-0 -p /sbin/ldconfig
+
+%postun -n libgrlpls-0_2-0 -p /sbin/ldconfig
+
 %files -n libgrilo-0_2-1
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
@@ -167,10 +187,19 @@
 %doc COPYING
 %{_libdir}/libgrlnet-0.2.so.*
 
+%files -n libgrlpls-0_2-0
+%defattr(-,root,root)
+%doc COPYING
+%{_libdir}/libgrlpls-0.2.so.*
+
 %files -n typelib-1_0-GrlNet-0_2
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/GrlNet-0.2.typelib
 
+%files -n typelib-1_0-GrlPls-0_2
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/GrlPls-0.2.typelib
+
 %files tools
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
@@ -186,6 +215,7 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/grilo-0.2.pc
 %{_libdir}/pkgconfig/grilo-net-0.2.pc
+%{_libdir}/pkgconfig/grilo-pls-0.2.pc
 %{_datadir}/gir-1.0/*.gir
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/*.deps

++++++ grilo-0.2.7.tar.xz -> grilo-0.2.9.tar.xz ++++++
++++ 46283 lines of diff (skipped)

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

Reply via email to