Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package belcard for openSUSE:Leap:16.0 checked in at 2025-06-11 22:14:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/belcard (Old) and /work/SRC/openSUSE:Leap:16.0/.belcard.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "belcard" Wed Jun 11 22:14:18 2025 rev:2 rq:1284705 version:5.3.105 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/belcard/belcard.changes 2025-03-19 11:40:03.360911767 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.belcard.new.19631/belcard.changes 2025-06-11 22:14:24.526660990 +0200 @@ -1,0 +2,15 @@ +Mon Feb 17 08:10:27 UTC 2025 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 5.3.105 (no changelog). + +------------------------------------------------------------------- +Wed Feb 12 04:57:16 UTC 2025 - ming li <m...@suse.com> + +- Update to 5.3.96 (no changelog). + +------------------------------------------------------------------- +Mon Nov 11 08:34:21 UTC 2024 - ecsos <ec...@opensuse.org> + +- Update to 5.3.95 (no changelog). + +------------------------------------------------------------------- Old: ---- belcard-5.3.37.tar.bz2 New: ---- belcard-5.3.105.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ belcard.spec ++++++ --- /var/tmp/diff_new_pack.2uBtsA/_old 2025-06-11 22:14:24.818673087 +0200 +++ /var/tmp/diff_new_pack.2uBtsA/_new 2025-06-11 22:14:24.822673252 +0200 @@ -1,7 +1,7 @@ # # spec file for package belcard # -# 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 libbelcard %define sover 1 Name: belcard -Version: 5.3.37 +Version: 5.3.105 Release: 0 Summary: C++ library to manipulate vCard standard format files License: GPL-3.0-or-later ++++++ belcard-5.3.37.tar.bz2 -> belcard-5.3.105.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/belcard-5.3.37/src/CMakeLists.txt new/belcard-5.3.105/src/CMakeLists.txt --- old/belcard-5.3.37/src/CMakeLists.txt 2023-11-23 15:24:10.000000000 +0100 +++ new/belcard-5.3.105/src/CMakeLists.txt 2024-07-18 09:29:22.000000000 +0200 @@ -67,12 +67,11 @@ ) endif() if(MSVC) - if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo") - install(FILES $<TARGET_PDB_FILE:belcard> - 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:belcard> + DESTINATION ${CMAKE_INSTALL_BINDIR} + PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE + CONFIGURATIONS Debug RelWithDebInfo + ) endif() endif() ++++++ set_current_version.patch ++++++ --- /var/tmp/diff_new_pack.2uBtsA/_old 2025-06-11 22:14:24.986680046 +0200 +++ /var/tmp/diff_new_pack.2uBtsA/_new 2025-06-11 22:14:24.986680046 +0200 @@ -1,13 +1,13 @@ -Index: belcard-5.3.7/CMakeLists.txt +Index: belcard-5.3.95/CMakeLists.txt =================================================================== ---- belcard-5.3.7.orig/CMakeLists.txt -+++ belcard-5.3.7/CMakeLists.txt +--- belcard-5.3.95.orig/CMakeLists.txt ++++ belcard-5.3.95/CMakeLists.txt @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.22) -project(BelCard VERSION 5.3.0 LANGUAGES C CXX) -+project(BelCard VERSION 5.3.37 LANGUAGES C CXX) ++project(BelCard VERSION 5.3.105 LANGUAGES C CXX) set(BELCARD_SO_VERSION "1")