Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package belr for openSUSE:Leap:16.0 checked 
in at 2025-06-11 22:14:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/belr (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.belr.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "belr"

Wed Jun 11 22:14:21 2025 rev:2 rq:1284715 version:5.3.105

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/belr/belr.changes      2025-03-19 
11:40:03.680925233 +0100
+++ /work/SRC/openSUSE:Leap:16.0/.belr.new.19631/belr.changes   2025-06-11 
22:14:29.650873259 +0200
@@ -1,0 +2,15 @@
+Mon Feb 17 08:11:03 UTC 2025 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 5.3.105 (no changelog).
+
+-------------------------------------------------------------------
+Wed Feb 12 05:00:22 UTC 2025 - ming li <m...@suse.com>
+
+- Update to 5.3.96 (no changelog).
+
+-------------------------------------------------------------------
+Mon Nov 11 08:36:25 UTC 2024 - ecsos <ec...@opensuse.org>
+
+- Update to 5.3.95 (no changelog).
+
+-------------------------------------------------------------------

Old:
----
  belr-5.3.37.tar.bz2

New:
----
  belr-5.3.105.tar.bz2

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

Other differences:
------------------
++++++ belr.spec ++++++
--- /var/tmp/diff_new_pack.iuefTp/_old  2025-06-11 22:14:29.950885687 +0200
+++ /var/tmp/diff_new_pack.iuefTp/_new  2025-06-11 22:14:29.950885687 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package belr
 #
-# 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
@@ -19,7 +19,7 @@
 %define soname  libbelr
 %define sover   1
 Name:           belr
-Version:        5.3.37
+Version:        5.3.105
 Release:        0
 Summary:        Language recognition library
 License:        GPL-3.0-or-later

++++++ belr-5.3.37.tar.bz2 -> belr-5.3.105.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/belr-5.3.37/CMakeLists.txt 
new/belr-5.3.105/CMakeLists.txt
--- old/belr-5.3.37/CMakeLists.txt      2023-11-23 11:25:11.000000000 +0100
+++ new/belr-5.3.105/CMakeLists.txt     2024-07-18 09:33:12.000000000 +0200
@@ -53,8 +53,6 @@
 # call include_directories here (see below)
 find_package(BCToolbox 5.3.0 REQUIRED OPTIONAL_COMPONENTS tester)
 
-set(LINK_FLAGS )
-
 if(UNIX AND NOT APPLE)
        include(CheckIncludeFiles)
        check_include_files(libudev.h HAVE_LIBUDEV_H)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/belr-5.3.37/src/CMakeLists.txt 
new/belr-5.3.105/src/CMakeLists.txt
--- old/belr-5.3.37/src/CMakeLists.txt  2023-11-23 11:25:11.000000000 +0100
+++ new/belr-5.3.105/src/CMakeLists.txt 2024-07-18 09:33:12.000000000 +0200
@@ -58,12 +58,11 @@
                )
        endif()
        if(MSVC)
-               if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE 
STREQUAL "RelWithDebInfo")
-                       install(FILES $<TARGET_PDB_FILE:belr>
-                               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:belr>
+                       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/belr-5.3.37/tester/CMakeLists.txt 
new/belr-5.3.105/tester/CMakeLists.txt
--- old/belr-5.3.37/tester/CMakeLists.txt       2023-11-23 11:25:11.000000000 
+0100
+++ new/belr-5.3.105/tester/CMakeLists.txt      2024-07-18 09:33:12.000000000 
+0200
@@ -39,8 +39,6 @@
        parser.cpp
 )
 
-string(REPLACE ";" " " LINK_FLAGS_STR "${LINK_FLAGS}")
-
 bc_apply_compile_flags(SOURCE_FILES_CXX STRICT_OPTIONS_CPP STRICT_OPTIONS_CXX)
 
 add_executable(belr-tester ${SOURCE_FILES_CXX} ${HEADER_FILES_CXX})
@@ -48,10 +46,6 @@
 target_include_directories(belr-tester PUBLIC ${BCTOOLBOX_INCLUDE_DIRS})
 target_link_libraries(belr-tester PRIVATE belr ${BCToolbox_tester_TARGET})
 
-if(NOT "${LINK_FLAGS_STR}" STREQUAL "")
-       set_target_properties(belle_sip_tester PROPERTIES LINK_FLAGS 
"${LINK_FLAGS_STR}")
-endif()
-
 if(NOT IOS)
        install(TARGETS belr-tester
                RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}

++++++ set_current_version.patch ++++++
--- /var/tmp/diff_new_pack.iuefTp/_old  2025-06-11 22:14:30.062890326 +0200
+++ /var/tmp/diff_new_pack.iuefTp/_new  2025-06-11 22:14:30.066890491 +0200
@@ -1,13 +1,13 @@
-Index: belr-5.3.7/CMakeLists.txt
+Index: belr-5.3.95/CMakeLists.txt
 ===================================================================
---- belr-5.3.7.orig/CMakeLists.txt
-+++ belr-5.3.7/CMakeLists.txt
+--- belr-5.3.95.orig/CMakeLists.txt
++++ belr-5.3.95/CMakeLists.txt
 @@ -23,7 +23,7 @@
  
  cmake_minimum_required(VERSION 3.22)
  
 -project(Belr VERSION 5.3.0 LANGUAGES C CXX)
-+project(Belr VERSION 5.3.37 LANGUAGES C CXX)
++project(Belr VERSION 5.3.105 LANGUAGES C CXX)
  
  set(BELR_SO_VERSION "1")
  

Reply via email to