Hello community,
here is the log from the commit of package telepathy-farstream for
openSUSE:Factory checked in at 2012-03-23 12:06:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-farstream (Old)
and /work/SRC/openSUSE:Factory/.telepathy-farstream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telepathy-farstream", Maintainer is ""
Changes:
--------
New Changes file:
--- /dev/null 2012-03-17 10:42:43.883537212 +0100
+++
/work/SRC/openSUSE:Factory/.telepathy-farstream.new/telepathy-farstream.changes
2012-03-23 12:06:39.000000000 +0100
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------
+Tue Feb 21 09:50:53 UTC 2012 - [email protected]
+
+- Update to version 0.2.1:
+ + Now use Call1 as well as Streamed Media
+ + Now requires Farstream and telepathy-glib 0.17.5
+- Change pkgconfig(farsight2-0.10) BuildRequires to
+ pkgconfig(farstream-0.1), following the move to Farstream.
+- Rename libtelepathy-farstream0 to libtelepathy-farstream1,
+ following upstream soversion bump.
+
+-------------------------------------------------------------------
+Sun Nov 20 13:19:48 UTC 2011 - [email protected]
+
+- Update to version 0.1.2:
+ + Fix linking with ld --as-needed
+ + Add AudioControl support
+ + Respond to farsight-negotiate events
+- Drop telepathy-farstream-link-issue.patch: fixed upstream.
+- Remove call to autoreconf, as we don't carry any patch anymore.
+
+-------------------------------------------------------------------
+Fri Sep 2 12:33:42 UTC 2011 - [email protected]
+
+- Add telepathy-farstream-link-issue.patch: fix linking issue.
+- Add call to autoreconf, needed for patch above.
+
+-------------------------------------------------------------------
+Tue Jul 26 12:56:07 CEST 2011 - [email protected]
+
+- Initial package of telepathy-farstream (version 0.1.1).
+
New:
----
telepathy-farstream-0.2.1.tar.gz
telepathy-farstream.changes
telepathy-farstream.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ telepathy-farstream.spec ++++++
#
# spec file for package telepathy-farstream
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: telepathy-farstream
Version: 0.2.1
Release: 1
License: LGPL-2.1+
Summary: Telepathy library to handle Call channels
Url: http://telepathy.freedesktop.org/
Group: System/Libraries
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(gio-2.0)
BuildRequires: pkgconfig(gst-python-0.10)
BuildRequires: pkgconfig(pygobject-2.0)
BuildRequires: pkgconfig(telepathy-glib) >= 0.17.5
%description
Telepathy Farstream is a Telepathy client library that uses Farsight2
to handle Call channels.
%package -n libtelepathy-farstream1
Summary: Telepathy library to handle Call channels
Group: System/Libraries
%description -n libtelepathy-farstream1
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
Group: System/Libraries
%description -n python-tpfarstream
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-farstream1 = %{version}
%description devel
Telepathy Farstream is a Telepathy client library that uses Farsight2
to handle Call channels.
%prep
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%install
%makeinstall
find %{buildroot}%{_libdir} -name '*.la' -delete -print
%clean
rm -rf %{buildroot}
%post -n libtelepathy-farstream1 -p /sbin/ldconfig
%postun -n libtelepathy-farstream1 -p /sbin/ldconfig
%files -n libtelepathy-farstream1
%defattr(-, root, root)
%doc ChangeLog COPYING NEWS README
%{_libdir}/libtelepathy-farstream.so.*
%files -n python-tpfarstream
%defattr(-, root, root)
%{python_sitearch}/tpfarstream.so
%files devel
%defattr(-, root, root)
%dir %{_includedir}/telepathy-1.0
%{_includedir}/telepathy-1.0/telepathy-farstream/
%{_libdir}/pkgconfig/telepathy-farstream.pc
%{_libdir}/libtelepathy-farstream.so
%doc %{_datadir}/gtk-doc/html/telepathy-farstream/
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]