Hello community,
here is the log from the commit of package telepathy-farstream for
openSUSE:Factory checked in at 2018-03-08 10:51:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-farstream (Old)
and /work/SRC/openSUSE:Factory/.telepathy-farstream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telepathy-farstream"
Thu Mar 8 10:51:49 2018 rev:12 rq:583031 version:0.6.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/telepathy-farstream/telepathy-farstream.changes
2014-09-15 17:40:50.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.telepathy-farstream.new/telepathy-farstream.changes
2018-03-08 10:51:51.301528818 +0100
@@ -1,0 +2,10 @@
+Mon Mar 5 15:19:31 UTC 2018 - [email protected]
+
+- Update summaries, fix SRPM group.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:40:03 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ telepathy-farstream.spec ++++++
--- /var/tmp/diff_new_pack.lng8CU/_old 2018-03-08 10:51:51.857508802 +0100
+++ /var/tmp/diff_new_pack.lng8CU/_new 2018-03-08 10:51:51.857508802 +0100
@@ -1,7 +1,7 @@
#
# spec file for package telepathy-farstream
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,11 +20,12 @@
Version: 0.6.2
Release: 0
Summary: Telepathy library to handle Call channels
-License: LGPL-2.1+
-Group: System/Libraries
+License: LGPL-2.1-or-later
+Group: System/GUI/GNOME
Url: http://telepathy.freedesktop.org/
Source0:
http://telepathy.freedesktop.org/releases/telepathy-farstream/%{name}-%{version}.tar.gz
Source1: baselibs.conf
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(farstream-0.2)
@@ -40,10 +41,10 @@
%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
+Group: System/Libraries
Obsoletes: python-tpfarstream < %{version}
%description -n libtelepathy-farstream3
@@ -51,7 +52,7 @@
to handle Call channels.
%package -n typelib-1_0-TelepathyFarstream-0_6
-Summary: Telepathy library to handle Call channels -- Introspection
bindings
+Summary: Introspection bindings for the Telepathy Call channel handling
library
Group: System/Libraries
%description -n typelib-1_0-TelepathyFarstream-0_6
@@ -59,7 +60,7 @@
to handle Call channels.
%package devel
-Summary: Telepathy library to handle Call channels -- Development Files
+Summary: Development files for the Telepathy Call channel handling
library
Group: Development/Languages/C and C++
Requires: libtelepathy-farstream3 = %{version}
Requires: typelib-1_0-TelepathyFarstream-0_6 = %{version}
@@ -76,27 +77,21 @@
make %{?_smp_mflags}
%install
-%makeinstall
-find %{buildroot}%{_libdir} -name '*.la' -delete -print
-
-%clean
-rm -rf %{buildroot}
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
%post -n libtelepathy-farstream3 -p /sbin/ldconfig
-
%postun -n libtelepathy-farstream3 -p /sbin/ldconfig
%files -n libtelepathy-farstream3
-%defattr(-, root, root)
-%doc ChangeLog COPYING NEWS README
+%license COPYING
+%doc ChangeLog NEWS README
%{_libdir}/libtelepathy-farstream.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)
%dir %{_includedir}/telepathy-1.0
%{_includedir}/telepathy-1.0/telepathy-farstream/
%{_libdir}/pkgconfig/telepathy-farstream.pc