From bcbbba99e08af61de55cf98be0d68907ee3038d277a530bfad000cfbd8d62acf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 21 Sep 2012 19:25:33 +0000 Subject: [PATCH] Accepting request 134910 from home:dimstar:branches:GNOME:Factory Update to 0.15.4 OBS-URL: https://build.opensuse.org/request/show/134910 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=62 --- rygel-0.15.3.tar.xz | 3 --- rygel-0.15.4.tar.xz | 3 +++ rygel.changes | 16 ++++++++++++++++ rygel.service | 12 ------------ rygel.spec | 10 +++------- 5 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 rygel-0.15.3.tar.xz create mode 100644 rygel-0.15.4.tar.xz delete mode 100644 rygel.service diff --git a/rygel-0.15.3.tar.xz b/rygel-0.15.3.tar.xz deleted file mode 100644 index 5f84117..0000000 --- a/rygel-0.15.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc4441eee9db71fc7a2a84ca7da51761a676e6408cd066921081dd79a114267e -size 1506648 diff --git a/rygel-0.15.4.tar.xz b/rygel-0.15.4.tar.xz new file mode 100644 index 0000000..f0518e0 --- /dev/null +++ b/rygel-0.15.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cef8220bd843c17cbe897ffe960555930a01bd614373ba6282cf5292a5c001 +size 1821892 diff --git a/rygel.changes b/rygel.changes index 99fe3c4..3e6571c 100644 --- a/rygel.changes +++ b/rygel.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Sep 18 15:13:16 UTC 2012 - dimstar@opensuse.org + +- Update to version 0.15.4: + + Fix seeking issue + + Fix server doc generation. + + Fix hierarchy, signals and properties doc generation. + + Fix tarball to include everything necessary to rebuild from + vala code. + + Fix tarball to include the upstart, sysv and systemd files. + + MediaExport: + - Drop the file extension filter and rely on content-types. + + Bugs fixed: bgo#671361 + + Updated translations. +- Drop our own rygel.service: the tarball contains the example now. + ------------------------------------------------------------------- Fri Sep 7 16:34:48 UTC 2012 - vuntz@opensuse.org diff --git a/rygel.service b/rygel.service deleted file mode 100644 index e03c03b..0000000 --- a/rygel.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Rygel DLNA server -After=syslog.target - -[Service] -User=rygel -Group=rygel -ExecStart=/usr/bin/rygel -# ExecStart=/usr/bin/wrap-dbus /usr/bin/rygel - -[Install] -WantedBy=multi-user.target diff --git a/rygel.spec b/rygel.spec index a9bff49..ce49d82 100644 --- a/rygel.spec +++ b/rygel.spec @@ -17,15 +17,13 @@ Name: rygel -Version: 0.15.3 +Version: 0.15.4 Release: 0 Summary: Home Media Solution for GNOME based on UPnP/DLNA License: LGPL-2.0+ Group: Productivity/Multimedia/Other Url: http://live.gnome.org/Rygel Source0: http://download.gnome.org/sources/rygel/0.15/%{name}-%{version}.tar.xz -# Taken from git, examples/service/systemd/rygel.service -Source1: rygel.service BuildRequires: intltool BuildRequires: libgee-devel >= 0.5.2 BuildRequires: libgupnp-av-devel >= 0.9.0 @@ -149,8 +147,6 @@ station. %prep %setup -q translation-update-upstream -# Make sure we have a good reason to ship our copy of rygel.service -test ! -f examples/service/systemd/rygel.service %build %configure --enable-tracker-plugin \ @@ -162,9 +158,9 @@ make %{?_smp_mflags} V=1 %install %make_install -# test so we know when we can drop the manul installation of the .service file +# test so we know if we can drop the manul installation of the .service file test ! -f %{buildroot}%{_unitdir}/rygel.service -install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/rygel.service +install -D -m0644 examples/service/systemd/rygel.service %{buildroot}%{_unitdir}/rygel.service find %{buildroot} -type f -name "*.la" -delete -print %suse_update_desktop_file rygel %suse_update_desktop_file rygel-preferences X-SuSE-ControlCenter-System