Hello community,

here is the log from the commit of package farstream for openSUSE:Factory 
checked in at 2012-03-29 11:38:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/farstream (Old)
 and      /work/SRC/openSUSE:Factory/.farstream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "farstream", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/farstream/farstream.changes      2012-03-17 
13:20:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.farstream.new/farstream.changes 2012-03-29 
11:39:18.000000000 +0200
@@ -1,0 +2,22 @@
+Mon Mar 26 08:18:15 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.1.2:
+  + Ignore config while comparing send codecs, fixes H.264 and
+    Theora negotation
+  + Require GLib 2.30, do not allow APIs added after and ignore
+    later deprecations
+  + Add default element properties for rawconference
+  + Set better latency/buffer time for pulse src/sink
+  + Remove the buffer-time property on the shm transmitter, because
+    the gst-plugins-bad plugin has a bug, we will restore it once a
+    new gst-plugins-bad version has been released
+
+-------------------------------------------------------------------
+Fri Mar 23 11:34:25 UTC 2012 - vu...@opensuse.org
+
+- Change libgstfarsight-0_10-0 Conflicts to Obsoletes in
+  gstreamer-0_10-plugins-farstream: now that all the farstream
+  stack has entered Factory, we can drop the farsight one. The
+  Obsoletes will help with a smooth transition.
+
+-------------------------------------------------------------------

Old:
----
  farstream-0.1.1.tar.gz

New:
----
  farstream-0.1.2.tar.gz

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

Other differences:
------------------
++++++ farstream.spec ++++++
--- /var/tmp/diff_new_pack.wMEvuG/_old  2012-03-29 11:39:21.000000000 +0200
+++ /var/tmp/diff_new_pack.wMEvuG/_new  2012-03-29 11:39:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package farstream
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,18 +17,18 @@
 
 
 Name:           farstream
-Version:        0.1.1
-Release:        1
+Version:        0.1.2
+Release:        0
 # License note: the only GPL-2.0+ files are farstream-0.1.1/common/coverage/*
 # and common/gstdoc-scangobj; those are just used during the build and do not
 # affect the license of the binary packages
-License:        GPL-2.0+ and LGPL-2.1+
 Summary:        GStreamer modules and libraries for videoconferencing
-Url:            http://farsight.freedesktop.org/
+License:        GPL-2.0+ and LGPL-2.1+
 Group:          Productivity/Multimedia/Other
+Url:            http://farsight.freedesktop.org/
 Source:         
http://freedesktop.org/software/farstream/releases/farstream/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  glib2-devel >= 2.26
+BuildRequires:  glib2-devel >= 2.30
 BuildRequires:  gobject-introspection-devel >= 0.10.1
 BuildRequires:  gstreamer-0_10-devel >= 0.10.33
 BuildRequires:  gstreamer-0_10-plugins-base-devel >= 0.10.33
@@ -44,8 +44,8 @@
 videoconferencing.
 
 %package -n libfarstream-0_1-0
-License:        LGPL-2.1+
 Summary:        GStreamer modules and libraries for videoconferencing
+License:        LGPL-2.1+
 Group:          System/Libraries
 Requires:       %{name}-data
 # While not strictly needed, apps using farstream will need the gstreamer
@@ -57,8 +57,8 @@
 videoconferencing.
 
 %package -n typelib-1_0-Farstream-0_1
-License:        LGPL-2.1+
 Summary:        GStreamer modules and libraries for videoconferencing -- 
Introspection bindings
+License:        LGPL-2.1+
 Group:          System/Libraries
 
 %description -n typelib-1_0-Farstream-0_1
@@ -68,21 +68,22 @@
 This package provides the GObject Introspection bindings for Farstream.
 
 %package -n gstreamer-0_10-plugins-farstream
-License:        LGPL-2.1+
 Summary:        GStreamer Plug-Ins for videoconferencing
+License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Other
 Requires:       gstreamer-0_10-plugins-bad >= 0.10.23
 Requires:       gstreamer-0_10-plugins-good >= 0.10.29
-# Unfortunately, the gstreamer elements have the same name
-Conflicts:      libgstfarsight-0_10-0
+# Unfortunately, the gstreamer elements have the same name; since we're
+# dropping farsight, let's Obsolete the old package for a smooth transition
+Obsoletes:      libgstfarsight-0_10-0
 
 %description -n gstreamer-0_10-plugins-farstream
 Farstream is a collection of GStreamer modules and libraries for
 videoconferencing.
 
 %package data
-License:        LGPL-2.1+
 Summary:        GStreamer modules and libraries for videoconferencing -- Codec 
preferences
+License:        LGPL-2.1+
 Group:          System/Libraries
 BuildArch:      noarch
 
@@ -94,8 +95,8 @@
 used by the library.
 
 %package devel
-License:        LGPL-2.1+
 Summary:        GStreamer modules and libraries for videoconferencing -- 
Development files
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Requires:       libfarstream-0_1-0 = %{version}
 Requires:       typelib-1_0-Farstream-0_1 = %{version}
@@ -105,8 +106,8 @@
 videoconferencing.
 
 %package -n python-farstream
-License:        LGPL-2.1+
 Summary:        GStreamer modules and libraries for videoconferencing -- 
Python bindings
+License:        LGPL-2.1+
 Group:          Development/Libraries/Python
 Requires:       libfarstream-0_1-0 = %{version}
 %py_requires
@@ -159,6 +160,8 @@
 %defattr(-, root, root)
 %dir %{_datadir}/farstream/
 %dir %{_datadir}/farstream/0.1/
+%dir %{_datadir}/farstream/0.1/fsrawconference/
+%{_datadir}/farstream/0.1/fsrawconference/default-element-properties
 %dir %{_datadir}/farstream/0.1/fsrtpconference/
 %{_datadir}/farstream/0.1/fsrtpconference/default-codec-preferences
 %{_datadir}/farstream/0.1/fsrtpconference/default-element-properties

++++++ farstream-0.1.1.tar.gz -> farstream-0.1.2.tar.gz ++++++
++++ 7268 lines of diff (skipped)

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

Reply via email to