forked from pool/rygel
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
This commit is contained in:
parent
e8cb1c2fb1
commit
dea103887a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da5fb4e32e4c813bc1b81964021fb993a0944bffd21d76b7ebad5bcd4c0b1c2f
|
||||
size 3834448
|
3
rygel-0.30.3.tar.xz
Normal file
3
rygel-0.30.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7171ac2538d9868b0e564430041fe3485f1cf3b25e2540474d0b1480605e054e
|
||||
size 3904728
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user