Hello community, here is the log from the commit of package linphone for openSUSE:Factory checked in at 2018-08-18 00:02:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linphone (Old) and /work/SRC/openSUSE:Factory/.linphone.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linphone" Sat Aug 18 00:02:35 2018 rev:60 rq:629386 version:3.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/linphone/linphone.changes 2018-02-23 15:29:24.435369772 +0100 +++ /work/SRC/openSUSE:Factory/.linphone.new/linphone.changes 2018-08-18 00:03:00.110878009 +0200 @@ -1,0 +2,7 @@ +Tue Aug 14 15:45:18 UTC 2018 - [email protected] + +- Change the build dependency from udev to libudev-devel. +- Change the RPM group to the more appropriate and precise + Productivity/Telephony/SIP/Clients. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linphone.spec ++++++ --- /var/tmp/diff_new_pack.0k6j9y/_old 2018-08-18 00:03:01.342881688 +0200 +++ /var/tmp/diff_new_pack.0k6j9y/_new 2018-08-18 00:03:01.350881712 +0200 @@ -23,9 +23,9 @@ Version: 3.12.0 Release: 0 Summary: Web Phone -License: GPL-2.0+ AND GPL-3.0 -Group: Productivity/Networking/Other -Url: https://linphone.org/technical-corner/liblinphone/overview +License: GPL-2.0-or-later AND GPL-3.0-only +Group: Productivity/Telephony/SIP/Clients +URL: https://linphone.org/technical-corner/liblinphone/overview Source: https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz Source1: %{name}-manual.tar.bz2 Source2: baselibs.conf @@ -55,6 +55,7 @@ BuildRequires: pkgconfig(libosip2) BuildRequires: pkgconfig(libsasl2) BuildRequires: pkgconfig(libswscale) >= 0.7.0 +BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libupnp) BuildRequires: pkgconfig(libv4l2) >= 0.8.4 BuildRequires: pkgconfig(libxml-2.0) @@ -63,8 +64,7 @@ BuildRequires: pkgconfig(ortp) >= 1.0.2 BuildRequires: pkgconfig(speex) >= 1.1.6 BuildRequires: pkgconfig(sqlite3) -BuildRequires: pkgconfig(udev) -%if 0%{?suse_version} > 1320 +%if 0%{?suse_version} >= 1500 BuildRequires: python2 BuildRequires: python2-six BuildRequires: python2-xml @@ -74,7 +74,7 @@ BuildRequires: python-xml %endif %if %{with linphone_cplusplus} -%if 0%{?suse_version} > 1320 +%if 0%{?suse_version} >= 1500 BuildRequires: python2-pystache %else BuildRequires: python-pystache @@ -100,7 +100,7 @@ %package cli Summary: Web Phone Command Line Interface -Group: Productivity/Networking/Other +Group: Productivity/Telephony/SIP/Clients Requires: lib%{name}-data = %{version} %description cli @@ -149,7 +149,7 @@ %package -n lib%{name}-data Summary: Web Phone data files -Group: Productivity/Networking/Other +Group: Productivity/Telephony/SIP/Clients BuildArch: noarch %description -n lib%{name}-data @@ -237,7 +237,7 @@ %find_lang %{name} %fdupes %{buildroot}%{_datadir}/ -%if 0%{?suse_version} <= 1320 && %{with linphone_gtkui} +%if 0%{?suse_version} < 1500 && %{with linphone_gtkui} %post %desktop_database_post %icon_theme_cache_post @@ -286,7 +286,8 @@ %endif %files -n lib%{name}-data -%doc AUTHORS COPYING NEWS README.md +%license COPYING +%doc AUTHORS NEWS README.md %doc %{_docdir}/%{name}/ %{_datadir}/sounds/%{name}/
