Accepting request 695647 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/695647
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=171
This commit is contained in:
2019-04-18 13:19:26 +00:00
committed by Git OBS Bridge
parent 7fe214844b
commit 0ac7468e7b
4 changed files with 98 additions and 21 deletions

View File

@@ -1,3 +1,62 @@
-------------------------------------------------------------------
Tue Mar 12 06:57:12 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.38.0:
+ Examples:
- Fix crash if logo is missing in full-screen renderer.
- Fix missing GResource for full-screen renderer.
+ Renderer: Fix a critical if mime type is not present.
- Add libtool BuildRequires and pass autogen.sh, bootstrap tarball.
- Drop api documentation, no longer provided in tarball.
-------------------------------------------------------------------
Wed Feb 13 19:40:36 UTC 2019 - bjorn.lie@gmail.com
- Update to version 0.37.2:
+ Build:
- Bump GLib dependency to 2.44.
- Drop Valac requirement to 0.36.
+ Server:
- Fix @ADDRESS@ replacement for proxy or transcoded urls.
- Use a proper check for localhost.
- Add some hacks for LG devices.
+ MediaExport: Document blacklisting behaviour.
+ Updated translations.
-------------------------------------------------------------------
Sat Jan 5 21:34:03 UTC 2019 - bjorn.lie@gmail.com
- Update to version 0.37.1:
+ Add meson build files.
+ Port to GSSDP and GUPnP 1.2 API.
+ Preliminary IPv6 support.
- Changes from version 0.37.0:
+ All:
- Update URLs for gitlab
- Fix compiler warnings in C code
- Documentation updates
- Fix several deprecated functions
+ Renderer: Fix type argument mismatch of return value
+ GStreamer Media Engine: Implement JPEG transcoding
+ GStreamer Renderer:
- Make sinks configurable
- Add support for audio/aac mime type
+ Server: Move engine intialization into server plugin
+ MediaExport: Remove dead code
+ Updated/added dependencies:
- Vala version requirement bumped to 0.40
- GTK+ requirement bumped to 3.22
- GStreamer requirement bumped to 1.12
+ Bugs fixed: glgo#GNOME/rygel#120, glgo#GNOME/rygel#7.
+ Updated translations.
- Replace libgupnp-devel, libgupnp-av-devel, libsoup-devel and
sqlite3-devel with pkgconfig(gupnp-1.2), pkgconfig(gupnp-av-1.0),
pkgconfig(libsoup-2.4) and pkgconfig(sqlite3) BuildRequires:
Align with what configure checks for.
- Add pkgconfig(gio-2.0), pkgconfig(gio-unix-2.0),
pkgconfig(gmodule-2.0), pkgconfig(gssdp-1.2) and
pkgconfig(gupnp-dlna-2.0): Align with what configure checks for.
-------------------------------------------------------------------
Fri Sep 7 16:09:31 UTC 2018 - bjorn.lie@gmail.com