Hello community,

here is the log from the commit of package grilo-plugins for openSUSE:Factory 
checked in at 2016-03-29 14:48:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-23 08:50:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.grilo-plugins.new/grilo-plugins.changes 
2016-03-29 14:48:29.000000000 +0200
@@ -1,0 +2,129 @@
+Wed Mar 23 09:40:23 UTC 2016 - [email protected]
+
+- Update to version 0.3.1:
+  + Tracker plugin:
+    - Fix handling of keys with underscores in their names
+      (bgo#761168).
+    - Fix giving back wrong type of media that was causing crashes
+      in GNOME Videos (bgo#761168).
+  + Lua Factory plugin:
+    - Make containers match any supported_media (bgo#760378).
+    - Fix double-free when handling GOA accounts (bgo#760565).
+    - Fix warnings when the requested keys in the source table,
+      stop lua plugins from changing input arguments, better source
+      tracking to avoid memory leaks (bgo#753141, bgo#732879,
+      bgo#763046).
+    - Order last.fm thumbnails from large to small (bgo#761694).
+    - Don't warn for unknown keys in source table (bgo#732879).
+  + TheTVDB plugin: Require a newer gom that fixes migration
+    problems (bgo#759835).
+
+-------------------------------------------------------------------
+Fri Dec  22 22:38:40 UTC 2015 - [email protected]
+
+- Update to version 0.3.0:
+  + General:
+    - Fix tests.
+    - Add more tests.
+    - Remove XML descriptions.
+    - Use the new 0.3 API.
+    - bgo#749063: build: General git.mk and MAINTAINERCLEANFILES
+      fixes.
+    - bgo#754531: Make lua-factory a hard requirement.
+    - bgo#755551: remove media specifiers as subclasses.
+    - bgo#755702: Show better configuration information.
+    - bgo#759295: Get rid of XML plugins descriptors.
+  + Apple Trailers plugin: Port Apple Trailers source to Lua
+    (bgo#752681)
+  + Bliptv plugin:
+    - Remove it (Blip.tv service was shutdown).
+    - Search return recent items' RSS instead of results
+      (bgo#725031).
+  + Bookmarks plugin: grl-bookmarks doesn't notify of removals
+    (bgo#752066).
+  + dLeyna plugin:
+    - Fix grl_dleyna_util_uri_is_localhost() usage (bgo#749889).
+    - Fix incorrect properties passed to applications (bgo#749890).
+  + DMAP plugin: Add DPAP (iPhoto sharing) plugin (bgo#746722).
+  + Filesystem plugin: weird content-changed notifications
+    (bgo#755181).
+  + Freebox plugin: radios.m3u missing in the 0.2.14 tarball,
+    build fails (bgo#745179).
+  + Guardianvideos plugin:
+    - fix URL format string (bgo#748224).
+    - Fix unescaping Guardian Videos titles (bgo#750990).
+  + Last.fm Albumart plugin:
+    - Port to Lua.
+    - lastfm: update to new API 2.0 (bgo#700276).
+  + Local Metadata plugin:
+    - Remove unused variable (bgo#746776).
+    - Don't crash on files named wsb.wmv (bgo#748604).
+    - Query for media art existence (bgo#752057).
+    - Remove title parsing from local-metadata plugin (bgo#754532).
+    - local-metadata: Another bad TV show parsing (bgo#755464).
+  + Lua Factory plugin:
+    - WIP: Use lua to parse video titles (bgo#741607).
+    - lua-factory: testing (bgo#741784).
+    - Information leak via plain text HTTP connection (bgo#747953).
+    - Make it easier to access the API key config (bgo#750903).
+    - CRITICAL **: grl_l_callback: assertion 'os != NULL' failed
+      (bgo#750955).
+    - Better sandboxing (bgo#750982).
+    - Add inspect.lua helper (bgo#750983).
+    - Fix possible memleak if source registration fails
+      (bgo#751786).
+    - Add support for GOA in lua-factory (bgo#751981).
+    - Add support for dates in Epoch format (bgo#752593).
+    - tests: Fix lua-factory Makefile generation (bgo#752594).
+    - Add grl.is_video_site() function (bgo#752595).
+    - Also try convert HTML from ISO8859-1 (bgo#752895).
+    - Re-add "Music" GOA support (bgo#752899).
+    - Fix compilation with g-o-a disabled (bgo#754895).
+    - Add XML parser (bgo#755556).
+  + Magnatune plugin: Magnatune plugin doesn't invoke the callback
+    in search operations with 0 result (bgo#751890).
+  + Metadata Store plugin: "last-played-time" declared as string,
+    instead of date-time (bgo#686175).
+  + Metrolyrics plugin:
+    - Fix metrolyrics source and test (bgo#754275).
+    - Fix parser after metrolyrics changes (bgo#759109).
+  + Opensubtitles plugin: Opensubtitles plugin causes many
+    warnings (bgo#754451).
+  + Pocket plugin: Port to Lua.
+  + Spotify plugin:
+    - Add Spotify albumart plugin.
+    - Implement Spotify plugin (bgo#754811).
+  + TheTVDB plugin:
+    - Make it possible to hit only cache (bgo#748422).
+    - Fuzzy series name matching (bgo#748423).
+    - use https rather than insecure http (bgo#754489).
+    - Force updating the show name (bgo#758959).
+  + Tracker plugin:
+    - "last-played-time" declared as string, instead of date-time
+      (bgo#686175).
+    - rhythmbox crashes with SIGSEGV in
+      tracker_evt_update_orphan_item_cb (bgo#733582).
+    - Tracker plugin's change signal is useless (bgo#746974).
+    - Do not advertise browse support for the Tracker extractor
+      (bgo#748173).
+    - Eliminate duplicates in grl-tracker search results
+      (bgo#748539).
+    - track number is missing from grilo information (bgo#753732).
+    - Fix tracker serialisation (bgo#758654).
+  + Vimeo: Fix distcheck.
+  + Youtube plugin:
+    - Home-made refcounting?! (bgo#741634).
+    - Update libgdata API usage (bgo#748395).
+    - Grilo YouTube plugin crash (bgo#754244).
+  + Updated translations.
+- Update BuildRequires for grilo 0.3 port:
+  + Removed: pkgconfig(grilo-0.2), pkgconfig(grilo-net-0.2) and
+    pkgconfig(grilo-pls-0.2)
+  + Added: pkgconfig(grilo-0.3), pkgconfig(grilo-net-0.3) and
+    pkgconfig(grilo-pls-0.3)
+- Drop --enable-pocket configure parameter: no longer recognized
+  after the port of the pocket plugin to LUA.
+- Drop --enable-raitv configure parameter: it is auto detected and
+  we realize it missing if the file list changes.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ grilo-plugins.spec ++++++
--- /var/tmp/diff_new_pack.qeXaPA/_old  2016-03-29 14:48:30.000000000 +0200
+++ /var/tmp/diff_new_pack.qeXaPA/_new  2016-03-29 14:48:30.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package grilo-plugins
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,16 +16,16 @@
 #
 
 
-%define plugin_dir %(pkg-config --variable plugindir grilo-0.2)
+%define plugin_dir %(pkg-config --variable plugindir grilo-0.3)
 
 Name:           grilo-plugins
-Version:        0.2.17
+Version:        0.3.1
 Release:        0
 Summary:        Media discovering and browsing framework -- Media and Metadata 
Plugins
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Other
 Url:            https://live.gnome.org/Grilo
-Source:         
http://download.gnome.org/sources/grilo-plugins/0.2/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/grilo-plugins/0.3/%{name}-%{version}.tar.xz
 BuildRequires:  docbook_4
 BuildRequires:  intltool >= 0.40.0
 BuildRequires:  itstool
@@ -39,10 +39,10 @@
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(goa-1.0) >= 3.17.91
 BuildRequires:  pkgconfig(gobject-2.0)
-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(gom-1.0) >= 0.3.2
+BuildRequires:  pkgconfig(grilo-0.3) >= 0.3.0
+BuildRequires:  pkgconfig(grilo-net-0.3) >= 0.3.0
+BuildRequires:  pkgconfig(grilo-pls-0.3)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libarchive)
@@ -111,9 +111,7 @@
 %build
 %configure \
     --disable-static \
-    --enable-lua-factory \
-    --enable-raitv \
-    --enable-pocket
+    --enable-lua-factory
 make %{?_smp_mflags}
 
 %install
@@ -138,45 +136,25 @@
 %{_datadir}/help/C/examples/
 # Explicitly list plugins
 %{plugin_dir}/libgrlbookmarks.so
-%{plugin_dir}/grl-bookmarks.xml
 %{plugin_dir}/libgrldaap.so
-%{plugin_dir}/grl-daap.xml
 %{plugin_dir}/libgrldpap.so
-%{plugin_dir}/grl-dpap.xml
 %{plugin_dir}/libgrlfilesystem.so
-%{plugin_dir}/grl-filesystem.xml
 %{plugin_dir}/libgrlflickr.so
-%{plugin_dir}/grl-flickr.xml
 %{plugin_dir}/libgrlfreebox.so
-%{plugin_dir}/grl-freebox.xml
 %{plugin_dir}/libgrlgravatar.so
-%{plugin_dir}/grl-gravatar.xml
 %{plugin_dir}/libgrljamendo.so
-%{plugin_dir}/grl-jamendo.xml
 %{plugin_dir}/libgrlluafactory.so
-%{plugin_dir}/grl-lua-factory.xml
 %{plugin_dir}/libgrlmagnatune.so
-%{plugin_dir}/grl-magnatune.xml
 %{plugin_dir}/libgrllocalmetadata.so
-%{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}/libgrlpodcasts.so
-%{plugin_dir}/grl-podcasts.xml
 %{plugin_dir}/libgrlraitv.so
-%{plugin_dir}/grl-raitv.xml
 %{plugin_dir}/libgrlshoutcast.so
-%{plugin_dir}/grl-shoutcast.xml
 %{plugin_dir}/libgrlthetvdb.so
-%{plugin_dir}/grl-thetvdb.xml
 %{plugin_dir}/libgrltmdb.so
-%{plugin_dir}/grl-tmdb.xml
 %{plugin_dir}/libgrlvimeo.so
-%{plugin_dir}/grl-vimeo.xml
 %dir %{_datadir}/grilo-plugins
 %dir %{_datadir}/grilo-plugins/grl-lua-factory
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-appletrailers.lua
@@ -185,31 +163,28 @@
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-euronews.gresource
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-guardianvideos.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-guardianvideos.gresource
-%{_datadir}/grilo-plugins/grl-lua-factory/grl-lastfm-cover.lua
 %{_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-pocket.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-pocket.gresource
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-radiofrance.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-radiofrance.gresource
-%{_datadir}/grilo-plugins/grl-lua-factory/grl-spotify-cover.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-video-title-parsing.lua
+%{_datadir}/grilo-plugins/grl-lua-factory/grl-lastfm-cover.lua
+%{_datadir}/grilo-plugins/grl-lua-factory/grl-spotify-cover.lua
 
 %files lang -f %{name}.lang
 
 %files -n grilo-plugin-tracker
 %defattr(-,root,root)
 %{plugin_dir}/libgrltracker.so
-%{plugin_dir}/grl-tracker.xml
 
 %files -n grilo-plugin-dleyna
 %defattr(-,root,root)
 %{plugin_dir}/libgrldleyna.so
-%{plugin_dir}/grl-dleyna.xml
 
 %files -n grilo-plugin-youtube
 %defattr(-,root,root)
 %{plugin_dir}/libgrlyoutube.so
-%{plugin_dir}/grl-youtube.xml
 
 %changelog

++++++ grilo-plugins-0.2.17.tar.xz -> grilo-plugins-0.3.1.tar.xz ++++++
++++ 47587 lines of diff (skipped)


Reply via email to