Hello community, here is the log from the commit of package bzrtp for openSUSE:Factory checked in at 2018-09-18 11:41:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bzrtp (Old) and /work/SRC/openSUSE:Factory/.bzrtp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bzrtp" Tue Sep 18 11:41:25 2018 rev:7 rq:635301 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/bzrtp/bzrtp.changes 2017-08-29 11:38:29.383569217 +0200 +++ /work/SRC/openSUSE:Factory/.bzrtp.new/bzrtp.changes 2018-09-18 11:41:30.188031957 +0200 @@ -1,0 +2,11 @@ +Wed Sep 12 10:17:24 UTC 2018 - Jan Engelhardt <[email protected]> + +- Fix RPM group. + +------------------------------------------------------------------- +Wed Sep 5 08:38:36 UTC 2018 - Martin Pluskal <[email protected]> + +- Modernise spec file +- Move doc between subpackages + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bzrtp.spec ++++++ --- /var/tmp/diff_new_pack.eG6yM0/_old 2018-09-18 11:41:31.024031080 +0200 +++ /var/tmp/diff_new_pack.eG6yM0/_new 2018-09-18 11:41:31.028031076 +0200 @@ -1,7 +1,7 @@ # # spec file for package bzrtp # -# Copyright (c) 2017 SUSE LINUX 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 @@ -21,9 +21,9 @@ Version: 1.0.6 Release: 0 Summary: ZRTP keys exchange protocol implementation -License: GPL-2.0+ -Group: System/Libraries -Url: https://linphone.org/ +License: GPL-2.0-or-later +Group: Development/Libraries/C and C++ +URL: https://linphone.org/ Source: https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz Source1: baselibs.conf # PATCH-FIX-OPENSUSE bzrtp-fix-pkgconfig.patch [email protected] -- Install libbzrtp.pc. @@ -67,20 +67,20 @@ %cmake \ -DENABLE_STATIC=OFF \ -DENABLE_STRICT=OFF -make %{?_smp_mflags} V=1 +%make_jobs %install %cmake_install %post -n lib%{name}%{sover} -p /sbin/ldconfig - %postun -n lib%{name}%{sover} -p /sbin/ldconfig %files -n lib%{name}%{sover} -%doc AUTHORS COPYING NEWS README.md +%license COPYING %{_libdir}/lib%{name}.so.%{sover}* %files devel +%doc AUTHORS NEWS README.md %{_includedir}/%{name}/ %{_libdir}/lib%{name}.so %{_datadir}/%{name}/
