From 25f9b75fc8b3b74df8b22cd02b508f3b53162794b5ff4c4c06177edf2c25f862 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Feb 2016 14:58:40 +0000 Subject: [PATCH] Accepting request 360412 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360412 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=135 --- rygel-0.28.2.tar.xz | 3 -- rygel-0.29.3.tar.xz | 3 ++ rygel.changes | 70 +++++++++++++++++++++++++++++++++++++++++++++ rygel.spec | 11 ++++--- 4 files changed, 80 insertions(+), 7 deletions(-) delete mode 100644 rygel-0.28.2.tar.xz create mode 100644 rygel-0.29.3.tar.xz diff --git a/rygel-0.28.2.tar.xz b/rygel-0.28.2.tar.xz deleted file mode 100644 index 97a8a65..0000000 --- a/rygel-0.28.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ea23df7186caac5f1aad3137edf6d507d339b9a469fc3133df4043fa66b61f5 -size 2244840 diff --git a/rygel-0.29.3.tar.xz b/rygel-0.29.3.tar.xz new file mode 100644 index 0000000..48ee279 --- /dev/null +++ b/rygel-0.29.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f33554a14cc44f6be501551cc90b551a75243791f07308f744601a51fb87a5d +size 2263544 diff --git a/rygel.changes b/rygel.changes index 9876163..71db218 100644 --- a/rygel.changes +++ b/rygel.changes @@ -1,3 +1,73 @@ +------------------------------------------------------------------- +Tue Feb 16 09:42:10 UTC 2016 - dimstar@opensuse.org + +- 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 - dimstar@opensuse.org + +- 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 - dimstar@opensuse.org + +- 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. + ------------------------------------------------------------------- Sun Dec 13 16:52:54 UTC 2015 - zaitor@opensuse.org diff --git a/rygel.spec b/rygel.spec index 097f546..3d10a65 100644 --- a/rygel.spec +++ b/rygel.spec @@ -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,16 @@ Name: rygel -Version: 0.28.2 +Version: 0.29.3 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.29/%{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 @@ -310,6 +310,9 @@ find %{buildroot} -type f -name "*.la" -delete -print # 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