Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkexiv2 for openSUSE:Factory checked in at 2025-08-16 20:36:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkexiv2 (Old) and /work/SRC/openSUSE:Factory/.libkexiv2.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkexiv2" Sat Aug 16 20:36:38 2025 rev:181 rq:1299715 version:25.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes 2025-07-06 17:04:28.722429333 +0200 +++ /work/SRC/openSUSE:Factory/.libkexiv2.new.1085/libkexiv2.changes 2025-08-16 20:37:51.716447376 +0200 @@ -1,0 +2,17 @@ +Fri Aug 8 07:48:03 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/25.08.0/ +- No code change since 25.07.80 + +------------------------------------------------------------------- +Mon Jul 14 14:25:49 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.07.80 + * New feature release +- Changes since 25.04.3: + * Enable to build with static library + +------------------------------------------------------------------- Old: ---- libkexiv2-25.04.3.tar.xz libkexiv2-25.04.3.tar.xz.sig New: ---- libkexiv2-25.08.0.tar.xz libkexiv2-25.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkexiv2.spec ++++++ --- /var/tmp/diff_new_pack.VJCqiU/_old 2025-08-16 20:37:52.280470952 +0200 +++ /var/tmp/diff_new_pack.VJCqiU/_new 2025-08-16 20:37:52.280470952 +0200 @@ -1,7 +1,7 @@ # # spec file for package libkexiv2 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,8 +21,8 @@ %if "%{flavor}" == "qt6" %define qt6 1 %define pkg_suffix -qt6 -%define kf6_version 6.6.0 -%define qt6_version 6.6.0 +%define kf6_version 6.14.0 +%define qt6_version 6.8.0 %define library_name libKExiv2Qt6 %define so_suffix -0 %else @@ -34,7 +34,7 @@ %endif %bcond_without released Name: libkexiv2%{?pkg_suffix} -Version: 25.04.3 +Version: 25.08.0 Release: 0 Summary: Library to manipulate picture meta data License: GPL-2.0-or-later ++++++ libkexiv2-25.04.3.tar.xz -> libkexiv2-25.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkexiv2-25.04.3/.gitlab-ci.yml new/libkexiv2-25.08.0/.gitlab-ci.yml --- old/libkexiv2-25.04.3/.gitlab-ci.yml 2025-02-12 16:38:22.000000000 +0100 +++ new/libkexiv2-25.08.0/.gitlab-ci.yml 2025-07-21 12:19:47.000000000 +0200 @@ -5,8 +5,6 @@ - project: sysadmin/ci-utilities file: - /gitlab-templates/linux.yml - - /gitlab-templates/freebsd.yml - - /gitlab-templates/windows.yml - /gitlab-templates/linux-qt6.yml - /gitlab-templates/linux-qt6-next.yml - /gitlab-templates/freebsd-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkexiv2-25.04.3/src/CMakeLists.txt new/libkexiv2-25.08.0/src/CMakeLists.txt --- old/libkexiv2-25.04.3/src/CMakeLists.txt 2025-02-12 16:38:22.000000000 +0100 +++ new/libkexiv2-25.08.0/src/CMakeLists.txt 2025-07-21 12:19:47.000000000 +0200 @@ -27,7 +27,7 @@ kde_enable_exceptions() -add_library(KExiv2 SHARED) +add_library(KExiv2) set_target_properties(KExiv2 PROPERTIES OUTPUT_NAME KF${QT_MAJOR_VERSION}KExiv2