Accepting request 177610 from home:Zaitor:branches:GNOME:Factory

Update to ver 0.19.2

OBS-URL: https://build.opensuse.org/request/show/177610
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=83
This commit is contained in:
Dominique Leuenberger 2013-06-23 13:42:20 +00:00 committed by Git OBS Bridge
parent e90b197d37
commit 2930ec47b5
4 changed files with 71 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26dea444e69f68cec822e58080162d056528a518b9b155503016a19dda0b48a4
size 3132572

3
rygel-0.19.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:431d220d1890cdc78a09f70f9d5a8545b6af111d9eb09551f4ae05dc625f2daf
size 3150796

View File

@ -1,3 +1,59 @@
-------------------------------------------------------------------
Tue Jun 4 18:41:20 UTC 2013 - zaitor@opensuse.org
- Update to version 0.19.2:
+ Minor build fixes and clean-up.
+ Documentation updates and typos fixed.
+ Core: Make the interface= configuration multi-valued.
+ Rygel:
- Make the commandline options translatable.
- Show a message when we run in streaming-only mode.
+ Server: Some coding style fixes.
+ Renderer: Provide a proper fall-back to GET if peer does not
support HEAD.
+ Preferences: Don't lose the current network interface.
+ MediaExport:
- Don't lose child containers when we add the parent container.
- Fix sorting by date.
+ Bugs fixed: bgo#648003, bgo#694357, bgo#700570.
- Changes from version 0.19.1:
+ Some build simplifications.
+ Fix translation comments.
+ Update the architecture diagram.
+ Stop blindly loading every dynamic library we can find in the
plug-in folder.
+ Rygel: Show a warning if the user configuration could not be
found.
+ Core:
- Fix a memory leak in Rygel.DescriptionFile.
- Rename a variable called "template" to avoid issues when
using Rygel from C++.
+ Server: Don't add DIDL_S <res> nodes on childless containers.
+ Renderer: Treat MALFORMED requests as BAD_REQUESTS.
+ MediaExport:
- Add infrastructure for testing the plug-in.
- Add two regression tests for bgo#689326.
- Unbreak synchronization use-cases.
- Support server-side playlists.
+ Tracker: Make it possible to upload to DLNA.ORG_AnyContainer
even if there's nothing of that type of media shared yet.
+ GStreamer media engine:
- Some clean-up.
- Work around a vala bug causing issues on non-Intel
architectures.
+ Preferences:
- Only set "enable" checkmark if the user's config file and the
autostart file exist and enable-upnp is set in the
configuration.
- Fix issue with newly created user configuration being mostly
empty on first start.
- Use a GtkSwitch for enabling/disabling sharing.
- Fix starting Rygel after enabling it in the dialog.
+ Bugs fixed: bgo#660885, bgo#695593, bgo#698260, bgo#698572,
bgo#703281, bgo#697793, bgo#697949, lpo#827030
- Updated translations.
-------------------------------------------------------------------
Mon May 13 17:28:17 UTC 2013 - dimstar@opensuse.org

View File

@ -17,13 +17,13 @@
Name: rygel
Version: 0.18.2
Version: 0.19.2
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.18/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/rygel/0.19/%{name}-%{version}.tar.xz
BuildRequires: intltool
BuildRequires: libgupnp-av-devel >= 0.11.2
BuildRequires: libgupnp-devel >= 0.19.0
@ -41,7 +41,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.31.13
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.0
BuildRequires: pkgconfig(gstreamer-app-1.0) >= 1.0
BuildRequires: pkgconfig(gstreamer-pbutils-1.0) >= 1.0
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.3
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
BuildRequires: pkgconfig(gupnp-dlna-2.0) >= 0.9.4
BuildRequires: pkgconfig(gupnp-dlna-gst-2.0) >= 0.9.4
BuildRequires: pkgconfig(libxml-2.0) >= 2.7
@ -237,14 +237,20 @@ rm -rf %{buildroot}
%dir %{_libdir}/rygel-2.0/plugins/
%{_libdir}/rygel-2.0/engines/librygel-media-engine-gst.so
%{_libdir}/rygel-2.0/engines/librygel-media-engine-simple.so
%{_libdir}/rygel-2.0/engines/media-engine-gst.plugin
%{_libdir}/rygel-2.0/engines/media-engine-simple.plugin
# external applications implementing D-Bus MediaServer spec
%{_libdir}/rygel-2.0/plugins/librygel-external.so
%{_libdir}/rygel-2.0/plugins/external.plugin
# GStreamer pipelines in the config
%{_libdir}/rygel-2.0/plugins/librygel-gst-launch.so
%{_libdir}/rygel-2.0/plugins/gst-launch.plugin
# folders and files in the config
%{_libdir}/rygel-2.0/plugins/librygel-media-export.so
%{_libdir}/rygel-2.0/plugins/media-export.plugin
# media players implementing MPRIS2 D-Bus interface
%{_libdir}/rygel-2.0/plugins/librygel-mpris.so
%{_libdir}/rygel-2.0/plugins/mpris.plugin
%files -n librygel-core-2_0-1
%defattr(-,root,root)
@ -289,14 +295,17 @@ rm -rf %{buildroot}
%files plugin-gstreamer-renderer
%defattr(-, root, root)
%{_libdir}/rygel-2.0/plugins/librygel-playbin.so
%{_libdir}/rygel-2.0/plugins/playbin.plugin
%files plugin-tracker
%defattr(-, root, root)
%{_libdir}/rygel-2.0/plugins/librygel-tracker.so
%{_libdir}/rygel-2.0/plugins/tracker.plugin
%files plugin-zdf-mediathek
%defattr(-, root, root)
%{_libdir}/rygel-2.0/plugins/librygel-mediathek.so
%{_libdir}/rygel-2.0/plugins/mediathek.plugin
%files lang -f %{name}.lang