Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mediastreamer2 for openSUSE:Leap:16.0 checked in at 2025-06-11 22:14:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/mediastreamer2 (Old) and /work/SRC/openSUSE:Leap:16.0/.mediastreamer2.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mediastreamer2" Wed Jun 11 22:14:19 2025 rev:2 rq:1284708 version:5.3.105 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/mediastreamer2/mediastreamer2.changes 2025-03-19 11:51:11.396954121 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.mediastreamer2.new.19631/mediastreamer2.changes 2025-06-11 22:14:27.894800513 +0200 @@ -1,0 +2,10 @@ +Mon Feb 17 07:47:27 UTC 2025 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 5.3.105 (no changelog). + +------------------------------------------------------------------- +Mon Nov 11 08:42:01 UTC 2024 - ecsos <ec...@opensuse.org> + +- Update to 5.3.95 (no changelog). + +------------------------------------------------------------------- Old: ---- mediastreamer2-5.3.37.tar.bz2 New: ---- mediastreamer2-5.3.105.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mediastreamer2.spec ++++++ --- /var/tmp/diff_new_pack.PRrnpw/_old 2025-06-11 22:14:28.230814433 +0200 +++ /var/tmp/diff_new_pack.PRrnpw/_new 2025-06-11 22:14:28.234814599 +0200 @@ -1,7 +1,7 @@ # # spec file for package mediastreamer2 # -# 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 @@ -20,7 +20,7 @@ %define sover 11 Name: mediastreamer2 -Version: 5.3.37 +Version: 5.3.105 Release: 0 Summary: Audio/Video real-time streaming License: AGPL-3.0-or-later @@ -45,6 +45,7 @@ BuildRequires: gawk BuildRequires: gcc-c++ BuildRequires: graphviz +BuildRequires: libSM-devel BuildRequires: libgsm-devel BuildRequires: libjpeg-turbo >= 2.0.0 BuildRequires: libpcap-devel ++++++ fix_soversion.patch ++++++ --- /var/tmp/diff_new_pack.PRrnpw/_old 2025-06-11 22:14:28.262815759 +0200 +++ /var/tmp/diff_new_pack.PRrnpw/_new 2025-06-11 22:14:28.266815925 +0200 @@ -1,16 +1,16 @@ -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -613,8 +613,6 @@ +diff -Pdpru mediastreamer2-5.3.95.orig/src/CMakeLists.txt mediastreamer2-5.3.95/src/CMakeLists.txt +--- mediastreamer2-5.3.95.orig/src/CMakeLists.txt 2024-09-11 15:12:55.000000000 +0200 ++++ mediastreamer2-5.3.95/src/CMakeLists.txt 2024-11-11 10:15:35.398527764 +0100 +@@ -614,8 +614,6 @@ if(BUILD_SHARED_LIBS) if(VPX_FOUND) - set_target_properties(mediastreamer2 PROPERTIES LINK_FLAGS "-Wl,--exclude-libs,libvpx.a") + target_link_options(mediastreamer2 PRIVATE "-Wl,--exclude-libs,libvpx.a") endif() - # Do not version shared library on Android - set_target_properties(mediastreamer2 PROPERTIES SOVERSION ${MEDIASTREAMER_SO_VERSION}) else() -@@ -654,7 +652,8 @@ +@@ -655,7 +653,8 @@ if(BUILD_SHARED_LIBS) endif() ++++++ mediastreamer2-5.3.37.tar.bz2 -> mediastreamer2-5.3.105.tar.bz2 ++++++ /work/SRC/openSUSE:Leap:16.0/mediastreamer2/mediastreamer2-5.3.37.tar.bz2 /work/SRC/openSUSE:Leap:16.0/.mediastreamer2.new.19631/mediastreamer2-5.3.105.tar.bz2 differ: char 11, line 1 ++++++ set_current_version.patch ++++++ --- /var/tmp/diff_new_pack.PRrnpw/_old 2025-06-11 22:14:28.302817416 +0200 +++ /var/tmp/diff_new_pack.PRrnpw/_new 2025-06-11 22:14:28.306817582 +0200 @@ -1,13 +1,13 @@ -Index: mediastreamer2-5.3.7/CMakeLists.txt +Index: mediastreamer2-5.3.95/CMakeLists.txt =================================================================== ---- mediastreamer2-5.3.7.orig/CMakeLists.txt -+++ mediastreamer2-5.3.7/CMakeLists.txt +--- mediastreamer2-5.3.95.orig/CMakeLists.txt ++++ mediastreamer2-5.3.95/CMakeLists.txt @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.22) -project(Mediastreamer2 VERSION 5.3.0 LANGUAGES C CXX) -+project(Mediastreamer2 VERSION 5.3.37 LANGUAGES C CXX) ++project(Mediastreamer2 VERSION 5.3.105 LANGUAGES C CXX) if(WIN32) if( NOT CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")