Hello community,

here is the log from the commit of package telepathy-farstream for 
openSUSE:Factory checked in at 2012-10-03 15:10:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-farstream (Old)
 and      /work/SRC/openSUSE:Factory/.telepathy-farstream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telepathy-farstream", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/telepathy-farstream/telepathy-farstream.changes  
2012-04-12 09:53:22.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.telepathy-farstream.new/telepathy-farstream.changes 
    2012-10-03 15:11:01.000000000 +0200
@@ -1,0 +2,45 @@
+Tue Sep 25 21:39:24 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.6.0:
+  + Port to the final Farstream 0.2 API.
+
+-------------------------------------------------------------------
+Fri Sep 14 19:03:05 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.5.0:
+  + Port to GStreamer 1.0 and Farstream 0.2
+  + Set RemoteContact when accepting & updating media descriptions.
+- Drop telepathy-farstream-gst10.patch: fixed upstream.
+- Rename telepathy-farstream2 to telepathy-farstream3, following
+  upstreams soname bump.
+
+-------------------------------------------------------------------
+Tue Sep 11 21:17:00 UTC 2012 - dims...@opensuse.org
+
+- Add telepathy-farstream-gst10.patch: Change pkg-config
+  dependencies to gstreamer-1.0 and farstream-0.2.
+
+-------------------------------------------------------------------
+Tue Sep 11 18:17:22 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.4.999.1 (git snapshot, commit id 9e626b)
+  + Port to GStreamer 1.0
+  + Depend on farstream-0.2
+  + Drop static python bindings in favor of gobject-introspection
+    based ones
+- Change pkgconfig(farstream-0.1) BuildRequires to
+  pkgconfig(farstream-0.2), following the port to GStreamer 1.0
+- Remove static python bindings:
+  + Drop python-tpfarstream subpackage
+  + Drop pkgconfig(gst-python-0.10) and pkgconfig(pygobject-2.0)
+    BuildRequires.
+  + Add a Obsoletes for python-tpfarstream to
+    libtelepathy-farstream2 since it's unclear the old bindings
+    still work with this version.
+- Add gobject-introspection based bindings:
+  + Add pkgconfig(gobject-introspection-1.0) BuildRequires.
+  + Create typelib-1_0-TelepathyFarstream-0_6 sub package
+  + Require typelib-1_0-TelepathyFarstream-0_6 from the -devel
+    package.
+
+-------------------------------------------------------------------

Old:
----
  telepathy-farstream-0.4.0.tar.gz

New:
----
  telepathy-farstream-0.6.0.tar.gz

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

Other differences:
------------------
++++++ telepathy-farstream.spec ++++++
--- /var/tmp/diff_new_pack.W940qW/_old  2012-10-03 15:11:04.000000000 +0200
+++ /var/tmp/diff_new_pack.W940qW/_new  2012-10-03 15:11:04.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           telepathy-farstream
-Version:        0.4.0
+Version:        0.6.0
 Release:        0
 Summary:        Telepathy library to handle Call channels
 License:        LGPL-2.1+
@@ -26,38 +26,42 @@
 Source0:        
http://telepathy.freedesktop.org/releases/telepathy-farstream/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(farstream-0.1) >= 0.1.0
+BuildRequires:  pkgconfig(farstream-0.2)
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.30
-BuildRequires:  pkgconfig(gobject-2.0) >= 2.30
-BuildRequires:  pkgconfig(gst-python-0.10)
-BuildRequires:  pkgconfig(pygobject-2.0)
-BuildRequires:  pkgconfig(telepathy-glib) >= 0.17.5
+BuildRequires:  pkgconfig(glib-2.0) >= 2.32
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.32
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.30.0
+BuildRequires:  pkgconfig(telepathy-glib) >= 0.19.0
 
 %description
 Telepathy Farstream is a Telepathy client library that uses Farsight2
 to handle Call channels.
 
-%package -n libtelepathy-farstream2
+%package -n libtelepathy-farstream3
 Summary:        Telepathy library to handle Call channels
 Group:          System/Libraries
+# There used to be python bindings for this library, but this now
+# achieved with introspection. Since there's no guarantee the
+# bindings will still work with this version, we obsolete them
+Obsoletes:      python-tpfarstream < %{version}
 
-%description -n libtelepathy-farstream2
+%description -n libtelepathy-farstream3
 Telepathy Farstream is a Telepathy client library that uses Farsight2
 to handle Call channels.
 
-%package -n python-tpfarstream
-Summary:        Telepathy library to handle Call channels -- Python Bindings
+%package -n typelib-1_0-TelepathyFarstream-0_6
+Summary:        Telepathy library to handle Call channels -- Introspection 
bindings
 Group:          System/Libraries
 
-%description -n python-tpfarstream
+%description -n typelib-1_0-TelepathyFarstream-0_6
 Telepathy Farstream is a Telepathy client library that uses Farsight2
 to handle Call channels.
 
 %package devel
 Summary:        Telepathy library to handle Call channels -- Development Files
 Group:          Development/Languages/C and C++
-Requires:       libtelepathy-farstream2 = %{version}
+Requires:       libtelepathy-farstream3 = %{version}
+Requires:       typelib-1_0-TelepathyFarstream-0_6 = %{version}
 
 %description devel
 Telepathy Farstream is a Telepathy client library that uses Farsight2
@@ -77,18 +81,18 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libtelepathy-farstream2 -p /sbin/ldconfig
+%post -n libtelepathy-farstream3 -p /sbin/ldconfig
 
-%postun -n libtelepathy-farstream2 -p /sbin/ldconfig
+%postun -n libtelepathy-farstream3 -p /sbin/ldconfig
 
-%files -n libtelepathy-farstream2
+%files -n libtelepathy-farstream3
 %defattr(-, root, root)
 %doc ChangeLog COPYING NEWS README
 %{_libdir}/libtelepathy-farstream.so.*
 
-%files -n python-tpfarstream
-%defattr(-, root, root)
-%{python_sitearch}/tpfarstream.so
+%files -n typelib-1_0-TelepathyFarstream-0_6
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/TelepathyFarstream-0.6.typelib
 
 %files devel
 %defattr(-, root, root)
@@ -97,5 +101,6 @@
 %{_libdir}/pkgconfig/telepathy-farstream.pc
 %{_libdir}/libtelepathy-farstream.so
 %doc %{_datadir}/gtk-doc/html/telepathy-farstream/
+%{_datadir}/gir-1.0/TelepathyFarstream-0.6.gir
 
 %changelog

++++++ telepathy-farstream-0.4.0.tar.gz -> telepathy-farstream-0.6.0.tar.gz 
++++++
++++ 18441 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