Accepting request 634251 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/634251 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=167
This commit is contained in:
parent
162911b06b
commit
bd165ce23a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a67fdd801f6e4121ae44cfffabc0f35fff487cab173b6c6f052449ad7b5fb820
|
||||
size 4063740
|
3
rygel-0.36.2.tar.xz
Normal file
3
rygel-0.36.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d332c76c76716de1e5085f0ca0c152174352efd652a80e5b94ec7df797f92244
|
||||
size 4057356
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 7 16:09:31 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 0.36.2:
|
||||
+ Build:
|
||||
- Allow building examples stuff without gstreamer-video.
|
||||
- Bump GSSDP requirement.
|
||||
+ All:
|
||||
- Fix property default values for newer vala.
|
||||
- Fix position of asynchronous out parameters with newer vala.
|
||||
- Fix warnings regarding errors on DBus methods with newer
|
||||
vala.
|
||||
+ Core: Fix using localized directory names for config directory.
|
||||
+ GStreamer Renderer: Add support for "video/avi".
|
||||
+ Media Export: Don't scrub file name when extract-metadata is
|
||||
false.
|
||||
+ Bugs fixed in this release: glgo#GNOME/rygel!114,
|
||||
glgo#GNOME/rygel!118, glgo#GNOME/rygel!119, bgo#792358.
|
||||
+ Updated translations.
|
||||
- Add fdupes BuildRequires and corresponding macro, remove
|
||||
duplicates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 16:49:51 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,15 @@
|
||||
|
||||
|
||||
Name: rygel
|
||||
Version: 0.36.1
|
||||
Version: 0.36.2
|
||||
Release: 0
|
||||
Summary: UPnP/DLNA home media server for GNOME
|
||||
License: LGPL-2.0-or-later
|
||||
Group: Productivity/Multimedia/Other
|
||||
URL: http://live.gnome.org/Rygel
|
||||
Source0: https://download.gnome.org/sources/rygel/0.36/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gobject-introspection-devel >= 1.33.4
|
||||
BuildRequires: libgupnp-av-devel >= 0.12.8
|
||||
BuildRequires: libgupnp-devel >= 0.20.14
|
||||
@ -223,6 +225,7 @@ make %{?_smp_mflags} V=1
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
%suse_update_desktop_file rygel
|
||||
%suse_update_desktop_file rygel-preferences X-SuSE-ControlCenter-Personal
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
@ -242,7 +245,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS README TODO NEWS
|
||||
%doc AUTHORS TODO NEWS
|
||||
%config(noreplace) %{_sysconfdir}/rygel.conf
|
||||
%{_userunitdir}/rygel.service
|
||||
%{_bindir}/rygel
|
||||
|
Loading…
Reference in New Issue
Block a user