From dea103887a203a7408c8824381b36df1b2aa472602943bfac192e664988e222e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 21 Jun 2016 21:45:52 +0000 Subject: [PATCH] Accepting request 400332 from home:dimstar:branches:GNOME:Factory - Update to verson 0.30.3: + Add a way for Rygel to be started on user systemd + Core: Fix potential strncpy overflow in BasicManagement + Server: - Remove annoying warning - Add hack to support AVI files on newer Philips TVs - Fix potential crash when applying DIDL + MediaExport: - Remove annoying warning - Fix Artist hierarchy on XBox 360 + Bugs fixed: bgo#685800, bgo#766332, bgo#766757. - Add pkgconfig(systemd) BuildRequires: auto-detect the location to install the user service file to. - Add /sbin/ldconfig call to post/postun scriptlet of librygel-db-2_6-2. OBS-URL: https://build.opensuse.org/request/show/400332 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=144 --- rygel-0.30.2.tar.xz | 3 --- rygel-0.30.3.tar.xz | 3 +++ rygel.changes | 19 +++++++++++++++++++ rygel.spec | 8 +++++++- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 rygel-0.30.2.tar.xz create mode 100644 rygel-0.30.3.tar.xz diff --git a/rygel-0.30.2.tar.xz b/rygel-0.30.2.tar.xz deleted file mode 100644 index 87468c1..0000000 --- a/rygel-0.30.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da5fb4e32e4c813bc1b81964021fb993a0944bffd21d76b7ebad5bcd4c0b1c2f -size 3834448 diff --git a/rygel-0.30.3.tar.xz b/rygel-0.30.3.tar.xz new file mode 100644 index 0000000..c06a62e --- /dev/null +++ b/rygel-0.30.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7171ac2538d9868b0e564430041fe3485f1cf3b25e2540474d0b1480605e054e +size 3904728 diff --git a/rygel.changes b/rygel.changes index 5fa5237..a5b01c2 100644 --- a/rygel.changes +++ b/rygel.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jun 6 18:02:08 UTC 2016 - dimstar@opensuse.org + +- Update to verson 0.30.3: + + Add a way for Rygel to be started on user systemd + + Core: Fix potential strncpy overflow in BasicManagement + + Server: + - Remove annoying warning + - Add hack to support AVI files on newer Philips TVs + - Fix potential crash when applying DIDL + + MediaExport: + - Remove annoying warning + - Fix Artist hierarchy on XBox 360 + + Bugs fixed: bgo#685800, bgo#766332, bgo#766757. +- Add pkgconfig(systemd) BuildRequires: auto-detect the location to + install the user service file to. +- Add /sbin/ldconfig call to post/postun scriptlet of + librygel-db-2_6-2. + ------------------------------------------------------------------- Tue May 10 20:46:46 UTC 2016 - zaitor@opensuse.org diff --git a/rygel.spec b/rygel.spec index 0ce3dc5..7bb0222 100644 --- a/rygel.spec +++ b/rygel.spec @@ -17,7 +17,7 @@ Name: rygel -Version: 0.30.2 +Version: 0.30.3 Release: 0 Summary: Home Media Solution for GNOME based on UPnP/DLNA License: LGPL-2.0+ @@ -46,6 +46,7 @@ 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(systemd) BuildRequires: pkgconfig(tracker-sparql-1.0) >= 0.14.0 Requires: gstreamer-plugins-base Recommends: %{name}-lang @@ -263,6 +264,10 @@ find %{buildroot} -type f -name "*.la" -delete -print %postun -n librygel-core-2_6-2 -p /sbin/ldconfig +%post -n librygel-db-2_6-2 -p /sbin/ldconfig + +%postun -n librygel-db-2_6-2 -p /sbin/ldconfig + %post -n librygel-renderer-2_6-2 -p /sbin/ldconfig %postun -n librygel-renderer-2_6-2 -p /sbin/ldconfig @@ -284,6 +289,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %doc AUTHORS COPYING README TODO NEWS %config(noreplace) %{_sysconfdir}/rygel.conf %{_unitdir}/rygel.service +%{_userunitdir}/rygel.service %{_sbindir}/rcrygel %{_bindir}/rygel %{_bindir}/rygel-preferences