Accepting request 377430 from GNOME:Factory

Update to 3.20.0 (forwarded request 377322 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/377430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rygel?expand=0&rev=65
This commit is contained in:
Dominique Leuenberger 2016-03-29 12:43:26 +00:00 committed by Git OBS Bridge
commit 3f54bc3c5d
4 changed files with 131 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ea23df7186caac5f1aad3137edf6d507d339b9a469fc3133df4043fa66b61f5
size 2244840

3
rygel-0.30.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5344ec726d21e2af1b43491fb3a90450733f2c716f1097eb1ca392b611b5683
size 3560596

View File

@ -1,3 +1,123 @@
-------------------------------------------------------------------
Mon Mar 21 20:24:51 UTC 2016 - dimstar@opensuse.org
- 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 - dimstar@opensuse.org
- 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 - zaitor@opensuse.org
- 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 - 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

View File

@ -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(gtk+-3.0) >= 3.0
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 @@ 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