Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mediastreamer2 for openSUSE:Factory 
checked in at 2022-10-17 14:58:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mediastreamer2 (Old)
 and      /work/SRC/openSUSE:Factory/.mediastreamer2.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mediastreamer2"

Mon Oct 17 14:58:16 2022 rev:59 rq:1012005 version:5.1.64

Changes:
--------
--- /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2.changes    
2022-09-09 18:29:38.869286573 +0200
+++ /work/SRC/openSUSE:Factory/.mediastreamer2.new.2275/mediastreamer2.changes  
2022-10-17 14:58:20.750167183 +0200
@@ -1,0 +2,5 @@
+Mon Oct 17 07:18:21 UTC 2022 - Paolo Stivanin <[email protected]>
+
+- Update to 5.1.64 (no changelog).
+
+-------------------------------------------------------------------

Old:
----
  mediastreamer2-5.1.45.tar.bz2

New:
----
  mediastreamer2-5.1.64.tar.bz2

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

Other differences:
------------------
++++++ mediastreamer2.spec ++++++
--- /var/tmp/diff_new_pack.aUsFvv/_old  2022-10-17 14:58:21.586168789 +0200
+++ /var/tmp/diff_new_pack.aUsFvv/_new  2022-10-17 14:58:21.594168804 +0200
@@ -19,7 +19,7 @@
 %define sobase  libmediastreamer
 %define sover   11
 Name:           mediastreamer2
-Version:        5.1.45
+Version:        5.1.64
 Release:        0
 Summary:        Audio/Video real-time streaming
 License:        GPL-3.0-or-later
@@ -75,11 +75,11 @@
 %if 0%{?suse_version} >= 1500
 BuildRequires:  libjpeg-devel >= 8.2.0
 %endif
+BuildRequires:  chrpath
 BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(libavcodec) >= 51.0.0
 BuildRequires:  pkgconfig(libswscale) >= 0.7.0
-BuildRequires:  chrpath
 
 %description
 Mediastreamer2 is a library to make audio and video real-time

++++++ fix-srtp2-linphone.patch ++++++
--- /var/tmp/diff_new_pack.aUsFvv/_old  2022-10-17 14:58:21.642168896 +0200
+++ /var/tmp/diff_new_pack.aUsFvv/_new  2022-10-17 14:58:21.650168912 +0200
@@ -1,7 +1,8 @@
-diff -ru a/cmake/FindSRTP.cmake b/cmake/FindSRTP.cmake
---- a/cmake/FindSRTP.cmake     2021-07-14 14:31:46.031361567 +0200
-+++ b/cmake/FindSRTP.cmake     2021-07-14 14:32:38.611583565 +0200
-@@ -31,7 +31,7 @@
+Index: mediastreamer2-5.1.64/cmake/FindSRTP.cmake
+===================================================================
+--- mediastreamer2-5.1.64.orig/cmake/FindSRTP.cmake
++++ mediastreamer2-5.1.64/cmake/FindSRTP.cmake
+@@ -31,7 +31,7 @@ set(_SRTP_ROOT_PATHS
  )
  
  find_path(SRTP2_INCLUDE_DIRS
@@ -10,7 +11,7 @@
        HINTS _SRTP_ROOT_PATHS
        PATH_SUFFIXES include
  )
-@@ -41,7 +41,7 @@
+@@ -41,7 +41,7 @@ if(SRTP2_INCLUDE_DIRS)
        set(SRTP_INCLUDE_DIRS ${SRTP2_INCLUDE_DIRS})
        set(SRTP_VERSION 2)
        find_library(SRTP_LIBRARIES
@@ -19,16 +20,17 @@
                HINTS ${_SRTP_ROOT_PATHS}
                PATH_SUFFIXES bin lib
        )
-diff -ru a/src/utils/srtp_prefix.h b/src/utils/srtp_prefix.h
---- a/src/utils/srtp_prefix.h  2021-07-14 14:31:46.047361634 +0200
-+++ b/src/utils/srtp_prefix.h  2021-07-14 14:32:24.935525820 +0200
-@@ -32,7 +32,7 @@
+Index: mediastreamer2-5.1.64/src/utils/srtp_prefix.h
+===================================================================
+--- mediastreamer2-5.1.64.orig/src/utils/srtp_prefix.h
++++ mediastreamer2-5.1.64/src/utils/srtp_prefix.h
+@@ -29,7 +29,7 @@
  #elif SRTP_VERSION==1
  #include <srtp/srtp.h>
  #else
 -#include <srtp2/srtp.h>
 +#include <srtp2-linphone/srtp.h>
  #endif
-
+ 
  #if SRTP_VERSION==2
 

++++++ mediastreamer2-5.1.45.tar.bz2 -> mediastreamer2-5.1.64.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2-5.1.45.tar.bz2 
/work/SRC/openSUSE:Factory/.mediastreamer2.new.2275/mediastreamer2-5.1.64.tar.bz2
 differ: char 11, line 1

++++++ mediastreamer2-fix-pkgconfig.patch ++++++
--- /var/tmp/diff_new_pack.aUsFvv/_old  2022-10-17 14:58:21.710169027 +0200
+++ /var/tmp/diff_new_pack.aUsFvv/_new  2022-10-17 14:58:21.714169035 +0200
@@ -1,7 +1,8 @@
-diff -ru a/CMakeLists.txt b/CMakeLists.txt
---- a/CMakeLists.txt   2020-06-15 19:27:04.000000000 +0200
-+++ b/CMakeLists.txt   2020-06-26 11:13:58.863403760 +0200
-@@ -129,6 +129,21 @@
+Index: mediastreamer2-5.1.64/CMakeLists.txt
+===================================================================
+--- mediastreamer2-5.1.64.orig/CMakeLists.txt
++++ mediastreamer2-5.1.64/CMakeLists.txt
+@@ -135,6 +135,21 @@ cmake_dependent_option(ENABLE_QRCODE "En
  # * DISABLE_SRTP_SEARCH: skip find_package() for SRTP.
  
  
@@ -22,11 +23,12 @@
 +
  set(CMAKE_CXX_STANDARD 14)
  set(CMAKE_CXX_EXTENSIONS NO)
-
-diff -ru a/mediastreamer.pc.in b/mediastreamer.pc.in
---- a/mediastreamer.pc.in      2020-06-15 19:27:04.000000000 +0200
-+++ b/mediastreamer.pc.in      2020-06-26 11:14:44.219319903 +0200
-@@ -5,7 +5,8 @@
+ 
+Index: mediastreamer2-5.1.64/mediastreamer.pc.in
+===================================================================
+--- mediastreamer2-5.1.64.orig/mediastreamer.pc.in
++++ mediastreamer2-5.1.64/mediastreamer.pc.in
+@@ -5,7 +5,8 @@ includedir=@includedir@
  
  Name: mediastreamer 
  Description: A mediastreaming library for telephony applications

Reply via email to