Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lime for openSUSE:Leap:16.0 checked in at 2025-06-11 22:14:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/lime (Old) and /work/SRC/openSUSE:Leap:16.0/.lime.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lime" Wed Jun 11 22:14:17 2025 rev:2 rq:1284703 version:5.3.105 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/lime/lime.changes 2025-03-19 11:50:25.679037357 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.lime.new.19631/lime.changes 2025-06-11 22:14:23.806631164 +0200 @@ -1,0 +2,10 @@ +Mon Feb 17 07:45:43 UTC 2025 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 5.3.105 (no changelog). + +------------------------------------------------------------------- +Mon Nov 11 09:01:37 UTC 2024 - ecsos <ec...@opensuse.org> + +- Update to 5.3.95 (no changelog). + +------------------------------------------------------------------- Old: ---- lime-5.3.37.tar.bz2 New: ---- lime-5.3.105.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lime.spec ++++++ --- /var/tmp/diff_new_pack.Qcipc2/_old 2025-06-11 22:14:24.126644420 +0200 +++ /var/tmp/diff_new_pack.Qcipc2/_new 2025-06-11 22:14:24.126644420 +0200 @@ -1,7 +1,7 @@ # # spec file for package lime # -# 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 liblime %define sover 0 Name: lime -Version: 5.3.37 +Version: 5.3.105 Release: 0 Summary: Instant Message End-to-End Encryption Library License: GPL-3.0-or-later ++++++ lime-5.3.37.tar.bz2 -> lime-5.3.105.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lime-5.3.37/src/CMakeLists.txt new/lime-5.3.105/src/CMakeLists.txt --- old/lime-5.3.37/src/CMakeLists.txt 2023-11-23 12:00:56.000000000 +0100 +++ new/lime-5.3.105/src/CMakeLists.txt 2024-07-18 10:14:08.000000000 +0200 @@ -63,7 +63,7 @@ ) target_link_libraries(lime PRIVATE ${BCToolbox_TARGET} ${Soci_TARGET} ${Soci_sqlite3_TARGET} ${JNI_LIBRARIES}) if(ENABLE_PROFILING) - set_target_properties(lime PROPERTIES LINK_FLAGS "-pg") + target_link_options(lime PRIVATE "-pg") endif() if(BUILD_SHARED_LIBS) @@ -79,12 +79,11 @@ set_target_properties(lime PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS TRUE) endif() if(MSVC) - if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo") - install(FILES $<TARGET_PDB_FILE:lime> - 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:lime> + 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/lime-5.3.37/tester/CMakeLists.txt new/lime-5.3.105/tester/CMakeLists.txt --- old/lime-5.3.37/tester/CMakeLists.txt 2023-11-23 12:00:56.000000000 +0100 +++ new/lime-5.3.105/tester/CMakeLists.txt 2024-07-18 10:14:08.000000000 +0200 @@ -90,7 +90,7 @@ endif() if(ENABLE_PROFILING) - set_target_properties(lime-tester PROPERTIES LINK_FLAGS "-pg") + target_link_options(lime-tester PRIVATE "-pg") endif() install(TARGETS lime-tester RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ++++++ set_current_version.patch ++++++ --- /var/tmp/diff_new_pack.Qcipc2/_old 2025-06-11 22:14:24.370654528 +0200 +++ /var/tmp/diff_new_pack.Qcipc2/_new 2025-06-11 22:14:24.374654694 +0200 @@ -7,7 +7,7 @@ endif() -project(Lime VERSION 5.3.0 LANGUAGES ${LANGUAGES_LIST}) -+project(Lime VERSION 5.3.37 LANGUAGES ${LANGUAGES_LIST}) ++project(Lime VERSION 5.3.105 LANGUAGES ${LANGUAGES_LIST}) set(LIME_SO_VERSION "0") set(LIME_VERSION ${PROJECT_VERSION})