Hello community, here is the log from the commit of package rygel for openSUSE:Factory checked in at 2016-03-29 14:43:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rygel (Old) and /work/SRC/openSUSE:Factory/.rygel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rygel" Changes: -------- --- /work/SRC/openSUSE:Factory/rygel/rygel.changes 2015-12-20 10:52:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rygel.new/rygel.changes 2016-03-29 14:43:27.000000000 +0200 @@ -1,0 +2,120 @@ +Mon Mar 21 20:24:51 UTC 2016 - [email protected] + +- Update to version 0.30.0: + + Replace glib-gettext and intltool with gettext. + + Bugs fixed: bgo#763586. + + Updated translations. +- Drop intltool BuildRequires: no longer needed. + +------------------------------------------------------------------- +Tue Mar 15 10:01:14 UTC 2016 - [email protected] + +- Update to version 0.29.5: + + Remove obsolete configuration entries from documentation. + + Fix underlinking. + + Database: + - Don't try to alter r/o databases. + - Remove obsolete PRAGMA. + + MediaExport: Remove all WS from DVD XML. + + LightMediaScanner: Add config to template and docs for the + config. +- Replace libsoup-devel BuildRequires with pkgconfig(libsoup-2.4). + +------------------------------------------------------------------- +Tue Mar 1 10:49:24 UTC 2016 - [email protected] + +- Update to version 0.29.4: + + Simplify detection of tracker on compile time. + + Server: Print sort critera used for the browse request in + debug. + + Database: Add possibilty to dump the SQL using an environment + variable. + + GStreamer Media Engine: + - Do not crash if dvdreadsrc is not available. + - Fix time-based seeking on DVDs. + + Rygel: Improve signalling for changes in config files. + + MediaExport: + - Some style fixes. + - Fix DVD containers. + - Really clean AVI titles. + - Switch back to dvd:// URI scheme. + - Prevent criticals when parsing playlists. + - Don't leak XML doc in DVD parser. + - Don't break on broken XML files lsdvd may produce. + - Fix setting the track id for multi-track DVDs. + + Lightmediascanner: Switch to use the database in read-only + mode. + + Tests: Reenable some of them. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 16 09:42:10 UTC 2016 - [email protected] + +- Update to version 0.29.3: + + Core: Fix a small memory leak with DescriptionDocument + handling. + + Server: Add "Server:" HTTP header. + + MediaExport: + - Fix DLNA profile and extension for DVD isos to improve + compatibility with more renderers. + - Some code refactoring. + - Remove UNIX signal handling from mx-extract. + - Get the tile of the DVD from the file name, not from the + volume title. + - If the DVD has only one title, export it directly. + - Try to make nice movie titles for videos. + - Avoid a potential race condition and crash on slow startup. + + GstLaunch: Fix URI generation. + + GStreamer media engine: Fix URI generation. + + Bugs fixed: bgo#747816. + + Updated translatins. + +------------------------------------------------------------------- +Tue Feb 9 08:37:18 UTC 2016 - [email protected] + +- Update to version 0.29.2: + + Database: + - Use GObject-style construction for Database. + - Add possibility to re-bind a Cursor. + + Server: + - Fix thumbnails with some Samsung TVs. + - Hide engine-internal URIs. + - Indent request headers for better readability. + - Fix Range header of resources with unknown length. + - Improve MIME -> extension mapping. + - Add explicit check for @restricted. + + MediaExport: + - Really remove broken/empty cache DVD file. + - Skip DVD if lsdvd isn't available instead of blacklisting. + + GStreamer Media Engine: Fix serving resources with unspecified + length. + + Gst-Launch: Fix setting of DLNA profile. + + LMS: Replace custom database functions with implementations + from Rygel.Database. + + Bugs fixed: bgo#721312, bgo#740266. + + Updated translations. + +------------------------------------------------------------------- +Tue Jan 19 11:15:22 UTC 2016 - [email protected] + +- Update to version 0.29.1: + + Fix license text of code to be LGPLv2.1+ proper. + + Fix license of logo to be CC-BY-SA-3.0. + + Add a plugin to support LightweightMediaScanner. + + Core: Avoid crash if plugin folder is missing. + + Server: + - Avoid a crash on empty protocol info. + - Fix issue with calculating end byte in partial request. + - Playlists need to support INTERACTIVE transport mode. + - Some code cleanup. + - Set albumArtURI when applying DIDL on UpdateObject call. + + GStreamer media engine: Remove broken transmuxing. + + MediaExport: + - Some code cleanup. + - Add support for .iso files and VIDEO_TS folders. + + Examples: Add option to unblacklist files from MediaExport + database to mx-info. + + Bugs fixed: bgo#756823, bgo#757056, bgo#757570, bgo#801521. + + Updated translations. + +------------------------------------------------------------------- Old: ---- rygel-0.28.2.tar.xz New: ---- rygel-0.30.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rygel.spec ++++++ --- /var/tmp/diff_new_pack.XtvLpX/_old 2016-03-29 14:43:28.000000000 +0200 +++ /var/tmp/diff_new_pack.XtvLpX/_new 2016-03-29 14:43:28.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package rygel # -# 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 @@ -17,16 +17,15 @@ Name: rygel -Version: 0.28.2 +Version: 0.30.0 Release: 0 Summary: Home Media Solution for GNOME based on UPnP/DLNA License: LGPL-2.0+ Group: Productivity/Multimedia/Other Url: http://live.gnome.org/Rygel -Source0: http://download.gnome.org/sources/rygel/0.28/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/rygel/0.30/%{name}-%{version}.tar.xz BuildRequires: gobject-introspection-devel >= 1.33.4 -BuildRequires: intltool -BuildRequires: libgupnp-av-devel >= 0.12.4 +BuildRequires: libgupnp-av-devel >= 0.12.8 BuildRequires: libgupnp-devel >= 0.20.14 BuildRequires: libsoup-devel >= 2.44.0 BuildRequires: libunistring-devel @@ -45,6 +44,7 @@ BuildRequires: pkgconfig(gupnp-dlna-2.0) >= 0.9.4 BuildRequires: pkgconfig(gupnp-dlna-gst-2.0) >= 0.9.4 BuildRequires: pkgconfig(libmediaart-2.0) >= 1.9.0 +BuildRequires: pkgconfig(libsoup-2.4) >= 2.44.0 BuildRequires: pkgconfig(libxml-2.0) >= 2.7 BuildRequires: pkgconfig(tracker-sparql-1.0) >= 0.14.0 Requires: gstreamer-plugins-base @@ -310,6 +310,9 @@ # GStreamer pipelines in the config %{_libdir}/rygel-2.6/plugins/librygel-gst-launch.so %{_libdir}/rygel-2.6/plugins/gst-launch.plugin +# LightweightMediaScanner +%{_libdir}/rygel-2.6/plugins/librygel-lms.so +%{_libdir}/rygel-2.6/plugins/lms.plugin # folders and files in the config %{_libdir}/rygel-2.6/plugins/librygel-media-export.so %{_libdir}/rygel-2.6/plugins/media-export.plugin ++++++ rygel-0.28.2.tar.xz -> rygel-0.30.0.tar.xz ++++++ ++++ 163315 lines of diff (skipped)
