Accepting request 185054 from home:dimstar:branches:GNOME:Factory
Update to 0.19.4 OBS-URL: https://build.opensuse.org/request/show/185054 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=86
This commit is contained in:
parent
589967add9
commit
09eb6a1816
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf42acc69ea9355aaf1d5f98d2d5938a34f6ddc2d8603daa4559dee8f9bbe2d2
|
||||
size 3118976
|
3
rygel-0.19.4.tar.xz
Normal file
3
rygel-0.19.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ade20acb1ce61e6a901be96e1618cbb0916982b68c8b41b18ac93181641023c
|
||||
size 3194696
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 16:31:04 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.19.4:
|
||||
+ Fix building with --enable-debug.
|
||||
+ Fix device templates to have "correct" element order.
|
||||
+ Add a target to generate the HTML versions of manpages.
|
||||
+ Core:
|
||||
- Fix DescriptionFile.set_dlna_caps to properly create missing
|
||||
nodes.
|
||||
- Keep order of elements when manipulating the device
|
||||
description in DescriptionClass.
|
||||
- Refactor code to only manipulate the device description from
|
||||
one place.
|
||||
+ Server:
|
||||
- Fix seeking with full-range seeks on time-based seek
|
||||
requests.
|
||||
- Fix a rare issue with item creation returning the wrong
|
||||
meta-data.
|
||||
- Fix UpdateObject UPnP call to actually work.
|
||||
- Use object.container by default and fall-back to
|
||||
object.container.storageFolder for XBox 360.
|
||||
- Fix error codes for serveral SOAP calls.
|
||||
- Add support for dc:creator.
|
||||
- Fix an accidental C ABI break.
|
||||
- Always add a user agent to the agent cache even if it doesn't
|
||||
match the current hack.
|
||||
- Force HTTP 1.1 as recommended by DLNA.
|
||||
- Fix upload of DIDL_S playlist items.
|
||||
- Make it possible to override OCM flags in children of
|
||||
MediaObject.
|
||||
+ MediaExport:
|
||||
- Use proper (full) iso8601 date format as required by DLNA.
|
||||
- Use object.container by default and fall-back to
|
||||
object.container.storageFolder for XBox 360.
|
||||
- Use DLNA-compliant create-classes.
|
||||
- Allow reference creation everywhere.
|
||||
- Use dc:creator.
|
||||
- Don't leak file descriptors in the JPEG writer.
|
||||
- Set proper OCM flags on the playlist root container.
|
||||
- Set proper <upnp:searchClass> on containers.
|
||||
+ Bugs fixed: bgo#701637, bgo#701948, bgo#702083, bgo#702231,
|
||||
bgo#702254, bgo#702255, bgo#702256, bgo#702258, bgo#702262,
|
||||
bgo#702451, bgo#702555, bgo#702743, bgo#703044, bgo#703140,
|
||||
bgo#703241, bgo#704066.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 18:18:51 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rygel
|
||||
Version: 0.19.3
|
||||
Version: 0.19.4
|
||||
Release: 0
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
||||
License: LGPL-2.0+
|
||||
@ -34,7 +34,7 @@ BuildRequires: sqlite3-devel >= 3.5
|
||||
BuildRequires: systemd
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.16.1
|
||||
BuildRequires: vala >= 0.20.0
|
||||
BuildRequires: pkgconfig(gee-0.8) >= 0.8.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.13
|
||||
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.0
|
||||
|
Loading…
Reference in New Issue
Block a user