Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package linphone for openSUSE:Factory checked in at 2023-09-06 18:57:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linphone (Old) and /work/SRC/openSUSE:Factory/.linphone.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linphone" Wed Sep 6 18:57:27 2023 rev:18 rq:1109049 version:5.2.98 Changes: -------- --- /work/SRC/openSUSE:Factory/linphone/linphone.changes 2023-08-28 17:17:04.736666344 +0200 +++ /work/SRC/openSUSE:Factory/.linphone.new.1766/linphone.changes 2023-09-06 19:00:54.049349812 +0200 @@ -1,0 +2,5 @@ +Tue Sep 5 12:21:31 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Disable SLP by default for Factory and ALP (bsc#1214884) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linphone.spec ++++++ --- /var/tmp/diff_new_pack.q8VNZX/_old 2023-09-06 19:00:55.749410416 +0200 +++ /var/tmp/diff_new_pack.q8VNZX/_new 2023-09-06 19:00:55.753410558 +0200 @@ -25,6 +25,11 @@ %define __requires_exclude ^(libldap\\.so.*|liblber\\.so.*)$ %endif %define sover 10 +%if 0%{?suse_version} >= 1600 +%bcond_with slp +%else +%bcond_without slp +%endif Name: linphone Version: 5.2.98 Release: 0 @@ -107,8 +112,10 @@ %else BuildRequires: libdb-devel %endif +%if %{with slp} BuildRequires: openslp-devel %endif +%endif %if 0%{?fedora} BuildRequires: pkgconfig(openssl) %endif @@ -241,7 +248,9 @@ --enable-crypt \ --enable-ipv6=yes \ --enable-rewrite \ +%if %{with slp} --enable-slp \ +%endif --enable-lmpasswd \ --with-yielding-select \ --prefix=$PWD/.. \