Accepting request 741329 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/741329
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=175
This commit is contained in:
2019-10-24 11:06:48 +00:00
committed by Git OBS Bridge
parent 396329d48d
commit 7035a10aca
6 changed files with 70 additions and 28 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Sun Oct 20 07:07:33 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.38.2:
+ Meson Build:
- Fix installation dir for presets.
- Fix installation dir for icons.
- Add option to disable introspection completely.
- Add glib as a dependency to get --target-glib passed on.
- Fix version string in pkg-config.
- Generate libtool link flags into pkg-config files for
backward-compatibility.
- Do not drop date from manpage.
+ All: Clean up code that caused unnecessary C code to be
generated.
+ Core: Fix a potential fd leak.
+ Media Export:
- Drop NOENT XML parsing option.
- Drop RECOVER XML parsing option.
+ GStreamer Media Engine: Link against -lm where necessary.
+ Simple Media Engine:
- Obey lseek return value.
- Simplify code by using IOError.from_errno.
+ Documentation: Fix building the references using wong GUPnP
version.
+ Examples:
- Fix unblacklisting in mx-info.
- Add option to show blacklist in mx-info.
- Switch to gitcheckout via source service, upstream tarball is
currently broken.
- Add meson BuildRequires and activate the macros already in place.
Following this, drop libtool BuildRequires: No longer needed, nor
used.
-------------------------------------------------------------------
Wed Jun 12 14:43:28 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>