Hello community,

here is the log from the commit of package rygel for openSUSE:Factory checked 
in at 2013-01-08 21:12:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rygel (Old)
 and      /work/SRC/openSUSE:Factory/.rygel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rygel", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/rygel/rygel.changes      2012-11-19 
07:07:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rygel.new/rygel.changes 2013-01-08 
21:12:30.000000000 +0100
@@ -1,0 +2,36 @@
+Fri Jan  4 09:10:53 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.16.4:
+  + Use correct bitrates for AVC_MP4_BL_CIF15_AAC_520.
+  + Don't try to generate thumbnails for non-native files.
+  + Playbin:
+    - Add "PresetNameList" to initial LastChange notify.
+    - Add 3GPP to supported formats.
+    - Set proper track number on playback.
+    - Fix a typo "PossibleRecordQualityMode" ->
+      "PossibleRecordQualityModes".
+    - Fix configuration via environment variables.
+    - Print a proper warning on missing GStreamer elements for
+      transcoding instead of showing a critical.
+    - Prevent a critical when a no DBus thumbnailing daemon could
+      be found.
+  + MediaExport:
+    - Fix an issue with uploaded files not being harvested and only
+      having an res@importUri.
+    - Don't bother to react on changes for hidden files as they're
+      ignored in meta-data extraction anyway.
+    - Add an "All" container below each artist's virtual container.
+  + MPRIS:
+    - Be less scary if there's no DBus session bus available.
+  + External:
+    - Be less scary if there's no DBus session bus available.
+  + Bugs fixed: bgo#676136, bgo#679262
+  + Updated translations.
+- Replace pkgconfig(gupnp-dlna-1.0) BuildRequires with
+  pkgconfig(gupnp-dlna-1.1): gupnp bumped the API Version (for
+  GStreamer 1.0 / 0.10 parallel installability) and we want to use
+  the new version).
+- Replace gupnp-dlna-1.0 in configure* with gupnp-dlna-1.1. in
+  order to detected the new gupnp-dlna API version.
+
+-------------------------------------------------------------------

Old:
----
  rygel-0.16.3.tar.xz

New:
----
  rygel-0.16.4.tar.xz

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

Other differences:
------------------
++++++ rygel.spec ++++++
--- /var/tmp/diff_new_pack.1FET7F/_old  2013-01-08 21:12:31.000000000 +0100
+++ /var/tmp/diff_new_pack.1FET7F/_new  2013-01-08 21:12:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rygel
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           rygel
-Version:        0.16.3
+Version:        0.16.4
 Release:        0
 Summary:        Home Media Solution for GNOME based on UPnP/DLNA
 License:        LGPL-2.0+
@@ -40,7 +40,7 @@
 BuildRequires:  pkgconfig(gstreamer-0.10) >= 0.10.36
 BuildRequires:  pkgconfig(gstreamer-pbutils-0.10) >= 0.10.35
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(gupnp-dlna-1.0) >= 0.5.0
+BuildRequires:  pkgconfig(gupnp-dlna-1.1) >= 0.5.0
 BuildRequires:  pkgconfig(tracker-sparql-0.14) >= 0.14.0
 Requires:       gstreamer-0_10-plugins-base
 Recommends:     %{name}-lang
@@ -147,6 +147,11 @@
 %prep
 %setup -q
 translation-update-upstream
+if grep "gupnp-dlna-1.1" configure.ac; then
+  echo "rygel was correctly updated to require gupnp-dlna-1.1... remove this 
tweak."
+else
+  sed -i "s:gupnp-dlna-1.0:gupnp-dlna-1.1:g" configure*
+fi
 
 %build
 %configure --enable-tracker-plugin \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to