Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package khealthcertificate for openSUSE:Factory checked in at 2025-08-16 20:38:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/khealthcertificate (Old) and /work/SRC/openSUSE:Factory/.khealthcertificate.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "khealthcertificate" Sat Aug 16 20:38:13 2025 rev:19 rq:1299619 version:25.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/khealthcertificate/khealthcertificate.changes 2025-07-06 17:14:15.138701916 +0200 +++ /work/SRC/openSUSE:Factory/.khealthcertificate.new.1085/khealthcertificate.changes 2025-08-16 20:41:18.117010000 +0200 @@ -1,0 +2,18 @@ +Fri Aug 8 07:47:32 UTC 2025 - Christophe Marin <[email protected]> + +- 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:18 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 25.07.80 + * New feature release +- Changes since 25.04.3: + * Clean up some leftovers from the 5 era + * CMakeLists.txt - Don't include quiet packages in the feature summary + +------------------------------------------------------------------- Old: ---- khealthcertificate-25.04.3.tar.xz khealthcertificate-25.04.3.tar.xz.sig New: ---- khealthcertificate-25.08.0.tar.xz khealthcertificate-25.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ khealthcertificate.spec ++++++ --- /var/tmp/diff_new_pack.xldnrM/_old 2025-08-16 20:41:18.549027945 +0200 +++ /var/tmp/diff_new_pack.xldnrM/_new 2025-08-16 20:41:18.553028112 +0200 @@ -1,7 +1,7 @@ # # spec file for package khealthcertificate # -# 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 @@ -16,12 +16,12 @@ # -%define kf6_version 6.6.0 -%define qt6_version 6.6.0 +%define kf6_version 6.14.0 +%define qt6_version 6.8.0 %bcond_without released Name: khealthcertificate -Version: 25.04.3 +Version: 25.08.0 Release: 0 Summary: Handling of digital vaccination, test and recovery certificates License: LGPL-2.0-or-later ++++++ khealthcertificate-25.04.3.tar.xz -> khealthcertificate-25.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khealthcertificate-25.04.3/CMakeLists.txt new/khealthcertificate-25.08.0/CMakeLists.txt --- old/khealthcertificate-25.04.3/CMakeLists.txt 2025-06-30 17:59:51.000000000 +0200 +++ new/khealthcertificate-25.08.0/CMakeLists.txt 2025-07-31 23:43:20.000000000 +0200 @@ -5,12 +5,12 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "25") -set (RELEASE_SERVICE_VERSION_MINOR "04") -set (RELEASE_SERVICE_VERSION_MICRO "3") +set (RELEASE_SERVICE_VERSION_MINOR "08") +set (RELEASE_SERVICE_VERSION_MICRO "0") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(KHealthCertificate VERSION ${RELEASE_SERVICE_VERSION}) -set(KF_MIN_VERSION 5.240) +set(KF_MIN_VERSION 6.0.0) find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -40,9 +40,9 @@ find_package(ZLIB) set_package_properties("ZLIB" PROPERTIES TYPE REQUIRED PURPOSE "Needed for decoding EU DGC data.") -ecm_set_disabled_deprecation_versions(QT 6.4 - KF 5.105.0 - ) +ecm_set_disabled_deprecation_versions(QT 6.7 + KF 6.0 +) add_subdirectory(src) if (BUILD_TESTING) @@ -71,4 +71,4 @@ DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR} ) -feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) +feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
