Hello community,

here is the log from the commit of package grilo-plugins for openSUSE:Factory 
checked in at 2015-03-30 19:14:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grilo-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.grilo-plugins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grilo-plugins"

Changes:
--------
--- /work/SRC/openSUSE:Factory/grilo-plugins/grilo-plugins.changes      
2015-02-03 11:40:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.grilo-plugins.new/grilo-plugins.changes 
2015-03-30 19:14:31.000000000 +0200
@@ -1,0 +2,63 @@
+Wed Feb 18 08:10:16 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.2.14:
+  + General:
+    - bgo#724308: Make it possible to pass "flags" to "remove().
+    - bgo#725148: Automatic network awareness.
+    - bgo#740942: core: Fix excessive ref'ing when registering new
+      keys.
+    - bgo#740943: core: Add register_keys plugin function.
+    - bgo#741207: Minor fixes at local-metadata and thetvdb.
+    - bgo#743449: Use HTTPS whenever possible.
+  + Bookmarks plugin:
+    - Fix thumbnail URL not getting saved.
+    - Fix updating bookmarks.
+    - Emit "item-removed" only when item is actually removed.
+  + dLeyna plugin: Crash in the dLeyna plugin (bgo#740052).
+  + Euronews source: Folder icons for Euronews and The Guardian
+    Videos (bgo#736548).
+  + Flickr plugin: Small fixes.
+  + Freebox plugin: core: Add "audio-track" property (bgo#744168).
+  + Local Metadata plugin:
+    - bgo#740927: Add support for getting gibest hash.
+    - bgo#741562: Broken title with another TV episode format.
+  + Lua Factory plugin:
+    - bgo#725147: Support embedded resources.
+    - bgo#729680: Some HTML entities not unescaped by
+      grl.unescape().
+    - bgo#737169: Avoid warning if fetching an item failed.
+    - bgo#739508: Warn when dates are in an invalid format.
+    - bgo#740761: Correct "file size" metadata key.
+    - bgo#740765: Fix use-after-free.
+    - bgo#740928: Add support for boolean media properties.
+    - bgo#742523: Work-around websites that still use ISO8859-1.
+    - bgo#744353: may_resolve doesn't handle media being NULL.
+  + OpenSubtitles plugin: opensubtitles: Add plugin (bgo#740871).
+  + Podcasts plugin: Fix crasher when DB could not be opened
+    (bgo#741258).
+  + Radiofrance source:
+    - Support EPG down.
+    - Added icon.
+  + TheTVDB plugin: Unset "title-from-filename" when changing title
+    (bgo#740763).
+  + TMDb plugin:
+    - bgo#739502: Don't try to resolve TV series.
+    - bgo#740763: Unset "title-from-filename" when changing title.
+    - bgo#743316: Add libsoup as dependency to tmdb plugin in
+      configure.ac.
+  + Tracker plugin
+    - bgo#740707: Add range filter support.
+    - bgo#740756: Correctly set "title-from-filename".
+    - bgo#740761: Correct "file size" metadata key.
+  + The Guardian Videos source:
+    - bgo#736548: Folder icons for Euronews and The Guardian
+      Videos.
+    - bgo#737176: Update for new API.
+  + YouTube plugin
+    - Small fixes.
+    - bgo#744015: Remove code supporting libgdata < 0.9.1.
+  + Updated translations.
+- Enable pkgconfig(libmediaart-2.0) BuildRequires: upstream ported
+  the code completely.
+
+-------------------------------------------------------------------
@@ -5,0 +69,7 @@
+
+-------------------------------------------------------------------
+Sat Dec 20 10:14:34 UTC 2014 - zai...@opensuse.org
+
+- Replace pkgconfig(libmediaart-1.0) for pkgconfig(libmediaart-2.0)
+  BuildRequirs, but disabled for now, as upstream has not ported
+  to the new api.

Old:
----
  grilo-plugins-0.2.13.tar.xz

New:
----
  grilo-plugins-0.2.14.tar.xz

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

Other differences:
------------------
++++++ grilo-plugins.spec ++++++
--- /var/tmp/diff_new_pack.c3ZaM6/_old  2015-03-30 19:14:32.000000000 +0200
+++ /var/tmp/diff_new_pack.c3ZaM6/_new  2015-03-30 19:14:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package grilo-plugins
 #
-# 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
@@ -19,7 +19,7 @@
 %define plugin_dir %(pkg-config --variable plugindir grilo-0.2)
 
 Name:           grilo-plugins
-Version:        0.2.13
+Version:        0.2.14
 Release:        0
 Summary:        Media discovering and browsing framework -- Media and Metadata 
Plugins
 License:        LGPL-2.1+
@@ -39,16 +39,16 @@
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(goa-1.0) >= 3.11.4
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(gom-1.0) >= 0.2.1
-BuildRequires:  pkgconfig(grilo-0.2) >= 0.2.10
+BuildRequires:  pkgconfig(gom-1.0) >= 0.3.0
+BuildRequires:  pkgconfig(grilo-0.2) >= 0.2.12
 BuildRequires:  pkgconfig(grilo-net-0.2) >= 0.2.2
 BuildRequires:  pkgconfig(grilo-pls-0.2)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libarchive)
 BuildRequires:  pkgconfig(libdmapsharing-3.0) >= 2.9.12
-BuildRequires:  pkgconfig(libgdata)
-BuildRequires:  pkgconfig(libmediaart-1.0)
+BuildRequires:  pkgconfig(libgdata) >= 0.9.1
+BuildRequires:  pkgconfig(libmediaart-2.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(lua) >= 5.2.0
@@ -124,7 +124,8 @@
 %check
 # Temp disable make check for PPC arches as they fail - boo#915682 filed.
 %ifnarch ppc64 || ppc64le
-make check
+# Make check disabled - it fails without network access.
+#make check
 %endif
 
 %clean
@@ -164,6 +165,8 @@
 %{plugin_dir}/grl-local-metadata.xml
 %{plugin_dir}/libgrlmetadatastore.so
 %{plugin_dir}/grl-metadata-store.xml
+%{plugin_dir}/libgrlopensubtitles.so
+%{plugin_dir}/grl-opensubtitles.xml
 %{plugin_dir}/libgrloptical-media.so
 %{plugin_dir}/grl-optical-media.xml
 %{plugin_dir}/libgrlpocket.so
@@ -183,10 +186,13 @@
 %dir %{_datadir}/grilo-plugins
 %dir %{_datadir}/grilo-plugins/grl-lua-factory
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-euronews.lua
+%{_datadir}/grilo-plugins/grl-lua-factory/grl-euronews.gresource.xml
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-guardianvideos.lua
+%{_datadir}/grilo-plugins/grl-lua-factory/grl-guardianvideos.gresource.xml
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-metrolyrics.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-musicbrainz.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-radiofrance.lua
+%{_datadir}/grilo-plugins/grl-lua-factory/grl-radiofrance.gresource.xml
 
 %files lang -f %{name}.lang
 

++++++ grilo-plugins-0.2.13.tar.xz -> grilo-plugins-0.2.14.tar.xz ++++++
++++ 21000 lines of diff (skipped)


Reply via email to