Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package linphone for openSUSE:Factory 
checked in at 2022-02-02 22:41:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linphone (Old)
 and      /work/SRC/openSUSE:Factory/.linphone.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linphone"

Wed Feb  2 22:41:07 2022 rev:5 rq:950590 version:5.0.67

Changes:
--------
--- /work/SRC/openSUSE:Factory/linphone/linphone.changes        2021-11-28 
21:31:06.413884597 +0100
+++ /work/SRC/openSUSE:Factory/.linphone.new.1898/linphone.changes      
2022-02-02 22:42:12.107211351 +0100
@@ -1,0 +2,18 @@
+Tue Feb  1 20:45:37 UTC 2022 - Giacomo Comes <[email protected]> - 5.0.67
+
+- Update to version 5.0.67:
+  * Fix linphone_core_enable_mic() not working for a local conference
+  * Fix stream direction in remote params
+  * fix start srtp dtls immediately
+  * Fix non-working tunnel for incoming calls made without ICE
+  * Keep ringing audio focus for incoming early media call as soundcard will 
use RING modei
+  * Avoid notify ringing of in IncomingEarlyMedia state in order to not send 
180 after 183
+  * Write down call decline reasons into test
+  * Added config setting to disable audio focus requests
+  * Fix issue when soundcard may not be used after early media when handling 
multiple calls
+  * Do not connect audio to conference during early media
+  * fix crash get address when participants list is empty
+  * enable mic by default
+- fix license tag
+
+-------------------------------------------------------------------

Old:
----
  liblinphone-5.0.53.tar.bz2

New:
----
  liblinphone-5.0.67.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ linphone.spec ++++++
--- /var/tmp/diff_new_pack.DIuuqZ/_old  2022-02-02 22:42:12.771206851 +0100
+++ /var/tmp/diff_new_pack.DIuuqZ/_new  2022-02-02 22:42:12.775206824 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linphone
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-%define ldaplibdir %buildroot%_libexecdir/%name
-
+%define ldaplibdir %{buildroot}%{_libexecdir}/%{name}
 %define sover   10
 Name:           linphone
-Version:        5.0.53
+Version:        5.0.67
 Release:        0
 Summary:        Web Phone
-License:        GPL-3.0-or-later
+License:        GPL-3.0-only
 Group:          Productivity/Telephony/SIP/Clients
 URL:            https://linphone.org/technical-corner/liblinphone/
 Source:         
https://gitlab.linphone.org/BC/public/liblinphone/-/archive/%{version}/liblinphone-%{version}.tar.bz2
@@ -204,7 +203,7 @@
   --enable-lmpasswd  \
   --with-yielding-select \
   --prefix=$PWD/..   \
-  --libdir=%ldaplibdir
+  --libdir=%{ldaplibdir}
 make depend
 make %{?_smp_mflags}
 # do a preliminary install, because libldap is needed to build liblinphone
@@ -212,13 +211,13 @@
 cd ../..
 #END build belledonne's libldap
 #find and use belledonne's libldap
-sed -i 
"/OPENLDAP_INCLUDE_DIRS/,/LDAP_LIB/s@\${CMAKE_INSTALL_PREFIX}@$PWD/aux@;s@\${CMAKE_INSTALL_PREFIX}@%ldaplibdir@;s@include/openldap@include@"
 cmake/FindOpenLDAP.cmake
+sed -i 
"/OPENLDAP_INCLUDE_DIRS/,/LDAP_LIB/s@\${CMAKE_INSTALL_PREFIX}@$PWD/aux@;s@\${CMAKE_INSTALL_PREFIX}@%{ldaplibdir}@;s@include/openldap@include@"
 cmake/FindOpenLDAP.cmake
 %cmake \
   -DPYTHON_EXECUTABLE="%{_bindir}/python3" \
   -DENABLE_CXX_WRAPPER=ON      \
   -DOPENLDAP_INCLUDE_DIRS=$PWD/../aux/include \
-  -DLDAP_LIB=%ldaplibdir/libldap.so \
-  -DCMAKE_SHARED_LINKER_FLAGS="-Wl,-rpath,%ldaplibdir" \
+  -DLDAP_LIB=%{ldaplibdir}/libldap.so \
+  -DCMAKE_SHARED_LINKER_FLAGS="-Wl,-rpath,%{ldaplibdir}" \
   -DENABLE_DOC=ON              \
   -DCMAKE_BUILD_TYPE=Release   \
   -DENABLE_ROOTCA_DOWNLOAD=OFF \
@@ -240,11 +239,11 @@
 #END reinstall belledonne's libldap
 %cmake_install
 #remove unnecessary files
-rm %ldaplibdir/*.{la,so}
+rm %{ldaplibdir}/*.{la,so}
 #fix rpath in openldap libs and make them executable
-find %ldaplibdir -type f -exec chrpath -r %_libexecdir/%name {} \; -exec chmod 
a+x {} \;
+find %{ldaplibdir} -type f -exec chrpath -r %{_libexecdir}/%{name} {} \; -exec 
chmod a+x {} \;
 #fix rpath in liblinphone
-find %buildroot%_libdir -type f -name "liblinphone*" -exec chrpath -r 
%_libexecdir/%name {} \;
+find %{buildroot}%{_libdir} -type f -name "liblinphone*" -exec chrpath -r 
%{_libexecdir}/%{name} {} \;
 
 # Install the manual.
 mkdir -p %{buildroot}%{_datadir}/gnome/help/
@@ -255,11 +254,8 @@
 export NO_BRP_CHECK_RPATH=true
 
 %post -n lib%{name}%{sover} -p /sbin/ldconfig
-
 %postun -n lib%{name}%{sover} -p /sbin/ldconfig
-
 %post -n lib%{name}++%{sover} -p /sbin/ldconfig
-
 %postun -n lib%{name}++%{sover} -p /sbin/ldconfig
 
 %files cli
@@ -268,8 +264,8 @@
 
 %files -n lib%{name}%{sover}
 %{_libdir}/lib%{name}.so.%{sover}*
-%dir %_libexecdir/%name
-%_libexecdir/%name/
+%dir %{_libexecdir}/%{name}
+%{_libexecdir}/%{name}/
 
 %files -n lib%{name}-lang -f %{name}.lang
 %dir %{_datadir}/gnome/

++++++ liblinphone-5.0.53.tar.bz2 -> liblinphone-5.0.67.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/linphone/liblinphone-5.0.53.tar.bz2 
/work/SRC/openSUSE:Factory/.linphone.new.1898/liblinphone-5.0.67.tar.bz2 
differ: char 11, line 1

Reply via email to