Hello community,

here is the log from the commit of package rygel for openSUSE:Factory
checked in at Mon Jun 6 12:11:20 CEST 2011.



--------
--- GNOME/rygel/rygel.changes   2011-02-14 20:40:03.000000000 +0100
+++ /mounts/work_src_done/STABLE/rygel/rygel.changes    2011-06-01 
12:16:07.000000000 +0200
@@ -1,0 +2,72 @@
+Wed Jun  1 11:54:58 CEST 2011 - [email protected]
+
+- Update summaries and descriptions based on new text from
+  upstream.
+- Remove now unneeded dbus-1-glib-devel BuildRequires: code got
+  ported to GDBus.
+
+-------------------------------------------------------------------
+Wed Jun  1 06:29:49 UTC 2011 - [email protected]
+
+- Update to version 0.10.2:
+  + Fix sorting on dates without time
+  + Fix MediaExport plugin skipping m4a files
+  + Fix serving of album art
+  + Fix an assertion when harvesting files still being downloaded
+  + Don't entity-quote UTF-8 characters
+  + Fix a hidden potential crasher with vala async functions
+  + bgo#648486: Rygel doesn't show up in Samsung PS50C77 TV.
+
+-------------------------------------------------------------------
+Fri May  6 14:59:10 CEST 2011 - [email protected]
+
+- Update to version 0.10.1:
+  + Fix severe performance regression introduced in 0.9.9
+  + Fix a crash on corrupt files
+  + Generate ChangeLog from git on make dist
+- Main changes in 0.10.0, since 0.8.x (see NEWS for all changes):
+  + Satisfy more DLNA requirements and pass more DLNA testcases.
+  + Various fixes for compatibility with different hardware
+    (including XBox).
+  + Sort Search and Browse results alphabetically (in descending
+    order) by title when no sorting criteria is specified by the
+    client.
+  + Sort in ascending order by default.
+  + HTTP Connection stalling supported for ALL streams.
+  + Support 'background' mode for all streams.
+  + Don't offer audio transcoding for videos.
+  + Ability to enable/disable upload of media.
+  + Ability to enable/disable deletion of media.
+  + Add option to disable UPnP to all configuration sources.
+  + Use both user & system configuration.
+  + UI:
+    - Trim-down the UI to only provide options that end-user needs.
+    - Use the correct key for 'UPnP enabled' option.
+    - All widgets must be disabled when sharing is.
+    - Option to use 'any' network.
+  + MediaExport:
+    - Improved performance.
+    - Hide empty virtual folders.
+    - Avoid crawling $HOME by default.
+    - Implement search by duration.
+  + Mediathek:
+    - Add option to choose between H.264 and WMV videos.
+  + Tracker:
+    - Improved performance.
+    - Add 'Genre' hierarchy.
+    - Expose more information for music items.
+    - Make sure we only expose items that are either explicity
+      marked to be shared over UPnP network or not marked at all.
+    - Add "New" container: Under each category container, add a
+      child container that lists all items of that category that
+      were added (to tracker-store) less than 3 days ago.
+    - Only share available files: As tracker also indices removable
+      media we need to filter out those files that are currently
+      unavailable.
+  + Improved log output control.
+  + Port from dbus-glib and GValue usage to GDBus and GVariant.
+  + Many bug fixes, including fixes for crashes.
+  + Updated translations.
+- Replace gtk2-devel BuildRequires with pkgconfig(gtk+-3.0)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  rygel-0.8.3.tar.bz2

New:
----
  rygel-0.10.2.tar.bz2

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

Other differences:
------------------
++++++ rygel.spec ++++++
--- /var/tmp/diff_new_pack.uzcBqR/_old  2011-06-06 12:10:44.000000000 +0200
+++ /var/tmp/diff_new_pack.uzcBqR/_new  2011-06-06 12:10:44.000000000 +0200
@@ -18,16 +18,14 @@
 
 
 Name:           rygel
-Version:        0.8.3
-Release:        4
+Version:        0.10.2
+Release:        1
 License:        LGPL v2 or later
-Summary:        Collection of UPnP/DLNA services for GNOME
+Summary:        Home Media Solution for GNOME based on UPnP/DLNA
 Url:            http://live.gnome.org/Rygel
 Group:          Productivity/Multimedia/Other
 Source0:        %{name}-%{version}.tar.bz2
-BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gstreamer-0_10-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libgee-devel
 BuildRequires:  libgupnp-av-devel
@@ -39,6 +37,7 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
+BuildRequires:  pkgconfig(gtk+-3.0)
 Requires:       gstreamer-0_10-plugins-base
 Recommends:     gstreamer-0_10-plugins-bad
 Recommends:     gstreamer-0_10-plugins-good
@@ -47,61 +46,65 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak),
-implemented through a plug-in mechanism. UPnP in simplest words is a set of
-protocols that defines how different devices on a home network can seamlessly
-(without or with minimum configuration) communicate with each other. UPnP AV
-defines how multimedia systems could be built on top of that. DLNA in simple
-words is a long list of rules that implementers must comply to if they want
-to achieve interoperability with other implementations in the market.
+Rygel is a home media solution that allows you to easily share audio,
+video and pictures, and control of media player on your home network. In
+technical terms it is both a UPnP AV MediaServer and MediaRenderer
+implemented through a plug-in mechanism. Interoperability with other
+devices in the market is achieved by conformance to very strict
+requirements of DLNA and on the fly conversion of media to format that
+client devices are capable of handling.
 
 %package devel
 License:        LGPL v2 or later
-Summary:        Collection of UPnP/DLNA services for GNOME -- Development Files
+Summary:        Home Media Solution for GNOME based on UPnP/DLNA -- 
Development Files
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 
 %description devel
-Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak).
+Rygel is a home media solution that allows you to easily share audio,
+video and pictures, and control of media player on your home network.
 
 This package provides development files for rygel.
 
 %package plugin-gstreamer-renderer
 License:        LGPL v2 or later
-Summary:        Collection of UPnP/DLNA services for GNOME -- GStreamer 
Renderer Plugin
+Summary:        Home Media Solution for GNOME based on UPnP/DLNA -- GStreamer 
Renderer Plugin
 Group:          Productivity/Multimedia/Other
 Requires:       %{name} = %{version}
 
 %description plugin-gstreamer-renderer
-Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak).
+Rygel is a home media solution that allows you to easily share audio,
+video and pictures, and control of media player on your home network.
 
 This package provides a standalone MediaRenderer plugin, based on the
 GStreamer playbin2 element.
 
 %package plugin-tracker
 License:        LGPL v2 or later
-Summary:        Collection of UPnP/DLNA services for GNOME -- Tracker Plugin
+Summary:        Home Media Solution for GNOME based on UPnP/DLNA -- Tracker 
Plugin
 Group:          Productivity/Multimedia/Other
 Requires:       tracker
 Requires:       %{name} = %{version}
 Supplements:    packageand(%{name}:tracker)
 
 %description plugin-tracker
-Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak).
+Rygel is a home media solution that allows you to easily share audio,
+video and pictures, and control of media player on your home network.
 
 This package provides a plugin using tracker to export media found on
 the local machine.
 
 %package plugin-zdf-mediathek
 License:        LGPL v2 or later
-Summary:        Collection of UPnP/DLNA services for GNOME -- ZDF Mediathek 
Plugin
+Summary:        Home Media Solution for GNOME based on UPnP/DLNA -- ZDF 
Mediathek Plugin
 Group:          Productivity/Multimedia/Other
 Requires:       %{name} = %{version}
 # Make it installable by default for german-speaking users
 Provides:       locale(%{name}:de)
 
 %description plugin-zdf-mediathek
-Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak).
+Rygel is a home media solution that allows you to easily share audio,
+video and pictures, and control of media player on your home network.
 
 This package provides a plugin to export online media from the ZDF TV
 station.
@@ -176,7 +179,7 @@
 
 %files plugin-tracker
 %defattr(-, root, root)
-%{_libdir}/rygel-1.0/librygel-media-tracker.so
+%{_libdir}/rygel-1.0/librygel-tracker.so
 
 %files plugin-zdf-mediathek
 %defattr(-, root, root)

++++++ rygel-0.8.3.tar.bz2 -> rygel-0.10.2.tar.bz2 ++++++
++++ 262622 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to