Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ortp for openSUSE:Factory checked in at 2024-11-12 19:21:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ortp (Old) and /work/SRC/openSUSE:Factory/.ortp.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ortp" Tue Nov 12 19:21:26 2024 rev:53 rq:1223429 version:5.3.95 Changes: -------- --- /work/SRC/openSUSE:Factory/ortp/ortp.changes 2024-04-09 16:50:38.799636971 +0200 +++ /work/SRC/openSUSE:Factory/.ortp.new.2017/ortp.changes 2024-11-12 19:22:18.045678609 +0100 @@ -1,0 +2,10 @@ +Mon Nov 11 08:30:24 UTC 2024 - ecsos <[email protected]> + +- Update to 5.3.95 (no changelog). + +------------------------------------------------------------------- +Sun Oct 13 08:40:08 UTC 2024 - ecsos <[email protected]> + +- Update to 5.3.89 (no changelog). + +------------------------------------------------------------------- Old: ---- ortp-5.3.37.tar.bz2 New: ---- ortp-5.3.95.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ortp.spec ++++++ --- /var/tmp/diff_new_pack.7K7d50/_old 2024-11-12 19:22:19.593743388 +0100 +++ /var/tmp/diff_new_pack.7K7d50/_new 2024-11-12 19:22:19.601743723 +0100 @@ -21,7 +21,7 @@ %define sover 15 Name: ortp -Version: 5.3.37 +Version: 5.3.95 Release: 0 Summary: Real-time Transport Protocol Stack License: AGPL-3.0-or-later ++++++ ortp-5.3.37.tar.bz2 -> ortp-5.3.95.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ortp-5.3.37/src/CMakeLists.txt new/ortp-5.3.95/src/CMakeLists.txt --- old/ortp-5.3.37/src/CMakeLists.txt 2024-03-07 09:49:00.000000000 +0100 +++ new/ortp-5.3.95/src/CMakeLists.txt 2024-07-18 10:21:48.000000000 +0200 @@ -125,12 +125,11 @@ set_target_properties(ortp PROPERTIES SOVERSION ${ORTP_SO_VERSION}) endif() if(MSVC) - if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo") - install(FILES $<TARGET_PDB_FILE:ortp> - DESTINATION ${CMAKE_INSTALL_BINDIR} - PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE - ) - endif() + install(FILES $<TARGET_PDB_FILE:ortp> + DESTINATION ${CMAKE_INSTALL_BINDIR} + PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE + CONFIGURATIONS Debug RelWithDebInfo + ) endif() endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ortp-5.3.37/src/rtpsession_inet.c new/ortp-5.3.95/src/rtpsession_inet.c --- old/ortp-5.3.37/src/rtpsession_inet.c 2024-03-07 09:49:00.000000000 +0100 +++ new/ortp-5.3.95/src/rtpsession_inet.c 2024-07-18 10:21:48.000000000 +0200 @@ -84,7 +84,9 @@ /* http://source.winehq.org/git/wine.git/blob/HEAD:/include/mswsock.h */ #define WSAID_WSARECVMSG \ { \ - 0xf689d7c8, 0x6f1f, 0x436b, { 0x8a, 0x53, 0xe5, 0x4f, 0xe3, 0x51, 0xc3, 0x22 } \ + 0xf689d7c8, 0x6f1f, 0x436b, { \ + 0x8a, 0x53, 0xe5, 0x4f, 0xe3, 0x51, 0xc3, 0x22 \ + } \ } #ifndef MAX_NATURAL_ALIGNMENT #define MAX_NATURAL_ALIGNMENT sizeof(DWORD) @@ -1330,7 +1332,8 @@ m->reserved1 = is_rtp; using_simulator = TRUE; ortp_mutex_lock(&session->main_mutex); - putq(&session->net_sim_ctx->send_q, m); + if (session->net_sim_ctx) putq(&session->net_sim_ctx->send_q, m); + else freemsg(m); } ortp_mutex_unlock(&session->main_mutex); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ortp-5.3.37/tester/CMakeLists.txt new/ortp-5.3.95/tester/CMakeLists.txt --- old/ortp-5.3.37/tester/CMakeLists.txt 2024-03-07 09:49:00.000000000 +0100 +++ new/ortp-5.3.95/tester/CMakeLists.txt 2024-07-18 10:21:48.000000000 +0200 @@ -55,12 +55,11 @@ # TODO : implement tester-runtime like bellesip #install(FILES "${CMAKE_CURRENT_BINARY_DIR}/BelledonneCommunications.ortp.Tester.winmd" DESTINATION lib) - #if(CMAKE_BUILD_TYPE STREQUAL "Debug") - # install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Debug/BelledonneCommunications.ortp.Tester.pdb - # DESTINATION ${CMAKE_INSTALL_LIBDIR} - # PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE - # ) - #endif() + #install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Debug/BelledonneCommunications.ortp.Tester.pdb + # DESTINATION ${CMAKE_INSTALL_LIBDIR} + # PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE + # CONFIGURATIONS Debug RelWithDebInfo + #) else() if(IOS) set_source_files_properties(${IOS_RESOURCES_FILES} PROPERTIES MACOSX_PACKAGE_LOCATION Resources) @@ -77,11 +76,6 @@ set_target_properties(ortp-tester PROPERTIES LINKER_LANGUAGE CXX) target_link_libraries(ortp-tester PRIVATE ${ORTP_LIBS_FOR_TESTER} ${BCToolbox_tester_TARGET}) - string(REPLACE ";" " " LINK_FLAGS_STR "${LINK_FLAGS}") - - if(LINK_FLAGS_STR) - set_target_properties(ortp-tester PROPERTIES LINK_FLAGS "${LINK_FLAGS_STR}") - endif() if(NOT IOS) install(TARGETS ortp-tester ++++++ set_current_version.patch ++++++ --- /var/tmp/diff_new_pack.7K7d50/_old 2024-11-12 19:22:20.605785737 +0100 +++ /var/tmp/diff_new_pack.7K7d50/_new 2024-11-12 19:22:20.637787077 +0100 @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.22) -project(Ortp VERSION 5.3.0) -+project(Ortp VERSION 5.3.37) ++project(Ortp VERSION 5.3.95) set(ORTP_MAJOR_VERSION ${PROJECT_VERSION_MAJOR})
