Hello community,

here is the log from the commit of package rygel for openSUSE:Factory checked 
in at 2013-06-28 18:57:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rygel (Old)
 and      /work/SRC/openSUSE:Factory/.rygel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rygel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rygel/rygel.changes      2013-05-16 
11:38:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rygel.new/rygel.changes 2013-06-28 
18:57:39.000000000 +0200
@@ -1,0 +2,82 @@
+Sun Jun 23 18:18:51 UTC 2013 - [email protected]
+
+- Update to version 0.19.3:
+  + Server:
+    - Add container serialisation to EXTM3U.
+    - Fix DLNA transfer modes for generated playlists.
+  + Rygel: Add -s,--shutdown options to shut down a running
+    instance without using d-feet or dbus-send.
+  + GStreamer media engine:
+    - Some string fixes.
+    - Fix a typo in the avenc_aac preset.
+    - Issue a proper warning when we fail to setup a data source.
+    - Don't crash if there's no RTP depayloader available.
+  + MediaExport:
+    - Make it possible to remove playlists.
+    - Expose the playlists for XBox 360.
+  + Preferences UI:
+    - Some glade file clean-ups.
+    - Move toolbar style from code to glade file.
+    - Support setting of multiple network interfaces as introduced
+      in 0.19.2.
+  + Updated translations.
+- Drop libtool BuildRequires, and stop passing autoreconf -fi in
+  %build as we do not carry any patches.
+
+-------------------------------------------------------------------
+Tue Jun  4 18:41:20 UTC 2013 - [email protected]
+
+- 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.    
+
+-------------------------------------------------------------------

Old:
----
  rygel-0.18.2.tar.xz

New:
----
  rygel-0.19.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rygel.spec ++++++
--- /var/tmp/diff_new_pack.287sPs/_old  2013-06-28 18:57:40.000000000 +0200
+++ /var/tmp/diff_new_pack.287sPs/_new  2013-06-28 18:57:40.000000000 +0200
@@ -17,18 +17,17 @@
 
 
 Name:           rygel
-Version:        0.18.2
+Version:        0.19.3
 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
 BuildRequires:  libsoup-devel >= 2.34.0
-BuildRequires:  libtool
 BuildRequires:  libunistring-devel
 BuildRequires:  libuuid-devel >= 1.41.3
 BuildRequires:  sqlite3-devel >= 3.5
@@ -41,7 +40,7 @@
 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
@@ -164,7 +163,6 @@
 translation-update-upstream
 
 %build
-autoreconf -fi
 %configure --enable-tracker-plugin \
     --enable-media-export-plugin \
     --enable-external-plugin \
@@ -237,14 +235,20 @@
 %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 +293,17 @@
 %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
 

++++++ rygel-0.18.2.tar.xz -> rygel-0.19.3.tar.xz ++++++
++++ 89080 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to