Accepting request 138197 from home:dimstar:branches:GNOME:Factory
Update to 0.16.1 OBS-URL: https://build.opensuse.org/request/show/138197 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=65
This commit is contained in:
parent
6c95a302ef
commit
5250b84499
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4274617cf085cd0648c59e2cad70036a2a806490134f9ef1e8bc9be21395710
|
||||
size 1832148
|
3
rygel-0.16.1.tar.xz
Normal file
3
rygel-0.16.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8ffc0492c60b1c66f13f3f72cbee622307225d7e4cb20b43e299601463cd28d
|
||||
size 1834532
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 15 12:22:43 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.16.1:
|
||||
+ Fix the installation and distribution of vapi and header files.
|
||||
+ Add .deps files.
|
||||
+ Add missing pkg-config files.
|
||||
+ Force downgrade for devices with Reciva firmware.
|
||||
+ Fix a crash if force-downgrade-for option is empty.
|
||||
+ Fix linking with unstable GUPnP stack.
|
||||
+ Fix MPEG2 transcoding with older mpegtsmux element.
|
||||
+ External:
|
||||
- Actually use "audio.music" as documented in the MediaServer2
|
||||
spec.
|
||||
+ MediaExport:
|
||||
- Ignore invalid color depth 0.
|
||||
+ MPRIS:
|
||||
- Don't crash on faulty MPRIS2 implementations missing
|
||||
mandatory properties.
|
||||
+ Examples:
|
||||
- Fix the server example to actuall work and not return 404 for
|
||||
every file.
|
||||
- Fix the service description in Debian init file.
|
||||
+ Bugs fixed: bgo#685183, bgo#684868, bgo#683934, bgo#674738,
|
||||
bgo#685196, bgo#685478.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 14:45:19 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rygel
|
||||
Version: 0.16.0
|
||||
Version: 0.16.1
|
||||
Release: 0
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
||||
License: LGPL-2.0+
|
||||
@ -242,8 +242,13 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/librygel-server-1.0.so
|
||||
%{_libdir}/pkgconfig/rygel-core-1.0.pc
|
||||
%{_libdir}/pkgconfig/rygel-renderer-1.0.pc
|
||||
%{_libdir}/pkgconfig/rygel-server-1.0.pc
|
||||
%{_datadir}/vala/vapi/rygel-core-1.0.deps
|
||||
%{_datadir}/vala/vapi/rygel-core-1.0.vapi
|
||||
%{_datadir}/vala/vapi/rygel-renderer-1.0.deps
|
||||
%{_datadir}/vala/vapi/rygel-renderer-1.0.vapi
|
||||
%{_datadir}/vala/vapi/rygel-server-1.0.deps
|
||||
%{_datadir}/vala/vapi/rygel-server-1.0.vapi
|
||||
|
||||
%files plugin-gstreamer-renderer
|
||||
%defattr(-, root, root)
|
||||
|
Loading…
Reference in New Issue
Block a user