Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libsrtp2-linphone for
openSUSE:Factory checked in at 2025-02-24 15:49:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsrtp2-linphone (Old)
and /work/SRC/openSUSE:Factory/.libsrtp2-linphone.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsrtp2-linphone"
Mon Feb 24 15:49:12 2025 rev:7 rq:1248007 version:2.4.2~git.20240220
Changes:
--------
--- /work/SRC/openSUSE:Factory/libsrtp2-linphone/libsrtp2-linphone.changes
2024-03-14 17:46:25.404392002 +0100
+++
/work/SRC/openSUSE:Factory/.libsrtp2-linphone.new.1873/libsrtp2-linphone.changes
2025-02-24 15:49:33.553241613 +0100
@@ -1,0 +2,5 @@
+Mon Feb 17 07:50:49 UTC 2025 - Paolo Stivanin <[email protected]>
+
+- Update to the latest available snapshot, no changelog available.
+
+-------------------------------------------------------------------
Old:
----
libsrtp2-linphone-2.4.2~git.20230516.tar.xz
New:
----
libsrtp2-linphone-2.4.2~git.20240220.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libsrtp2-linphone.spec ++++++
--- /var/tmp/diff_new_pack.zAY5Ur/_old 2025-02-24 15:49:34.125265524 +0100
+++ /var/tmp/diff_new_pack.zAY5Ur/_new 2025-02-24 15:49:34.125265524 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libsrtp2-linphone
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define so_ver 1
Name: libsrtp2-linphone
-Version: 2.4.2~git.20230516
+Version: 2.4.2~git.20240220
Release: 0
Summary: BC's fork of the Secure Real-Time Transport Protocol (SRTP)
library
License: BSD-3-Clause
++++++ libsrtp2-linphone-2.4.2~git.20230516.tar.xz ->
libsrtp2-linphone-2.4.2~git.20240220.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libsrtp2-linphone-2.4.2~git.20230516/CMakeLists.txt
new/libsrtp2-linphone-2.4.2~git.20240220/CMakeLists.txt
--- old/libsrtp2-linphone-2.4.2~git.20230516/CMakeLists.txt 2023-05-16
13:20:15.000000000 +0200
+++ new/libsrtp2-linphone-2.4.2~git.20240220/CMakeLists.txt 2024-02-20
13:36:35.000000000 +0100
@@ -276,6 +276,9 @@
target_link_libraries(srtp2 ws2_32)
target_compile_definitions(srtp2 PUBLIC _CRT_SECURE_NO_WARNINGS)
endif()
+if(NOT BUILD_SHARED_LIBS)
+ set_target_properties(srtp2 PROPERTIES POSITION_INDEPENDENT_CODE ON)
+endif()
if(BUILD_SHARED_LIBS)
install(TARGETS srtp2 EXPORT libSRTPTargets