Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package khealthcertificate for openSUSE:Factory checked in at 2024-08-26 22:07:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/khealthcertificate (Old) and /work/SRC/openSUSE:Factory/.khealthcertificate.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "khealthcertificate" Mon Aug 26 22:07:06 2024 rev:7 rq:1195402 version:24.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/khealthcertificate/khealthcertificate.changes 2024-07-05 19:55:03.498811806 +0200 +++ /work/SRC/openSUSE:Factory/.khealthcertificate.new.2698/khealthcertificate.changes 2024-08-26 22:10:52.299624235 +0200 @@ -1,0 +2,11 @@ +Mon Aug 19 07:13:50 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 24.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/24.08.0/ +- Changes since 24.05.2: + * eu-dgc: Use the correct OpenSSL include + * FreeBSD Qt 6.7 seems to need a QCoreApplication for accessing TLS features + +------------------------------------------------------------------- Old: ---- khealthcertificate-24.05.2.tar.xz khealthcertificate-24.05.2.tar.xz.sig New: ---- khealthcertificate-24.08.0.tar.xz khealthcertificate-24.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ khealthcertificate.spec ++++++ --- /var/tmp/diff_new_pack.JoSMXV/_old 2024-08-26 22:10:53.503674513 +0200 +++ /var/tmp/diff_new_pack.JoSMXV/_new 2024-08-26 22:10:53.507674680 +0200 @@ -16,12 +16,12 @@ # -%define kf6_version 6.0.0 +%define kf6_version 6.3.0 %define qt6_version 6.6.0 %bcond_without released Name: khealthcertificate -Version: 24.05.2 +Version: 24.08.0 Release: 0 Summary: Handling of digital vaccination, test and recovery certificates License: LGPL-2.0-or-later ++++++ khealthcertificate-24.05.2.tar.xz -> khealthcertificate-24.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khealthcertificate-24.05.2/CMakeLists.txt new/khealthcertificate-24.08.0/CMakeLists.txt --- old/khealthcertificate-24.05.2/CMakeLists.txt 2024-06-28 22:16:22.000000000 +0200 +++ new/khealthcertificate-24.08.0/CMakeLists.txt 2024-08-15 23:34:52.000000000 +0200 @@ -5,8 +5,8 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "24") -set (RELEASE_SERVICE_VERSION_MINOR "05") -set (RELEASE_SERVICE_VERSION_MICRO "2") +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}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khealthcertificate-24.05.2/src/lib/eu-dgc/coseparser.cpp new/khealthcertificate-24.08.0/src/lib/eu-dgc/coseparser.cpp --- old/khealthcertificate-24.05.2/src/lib/eu-dgc/coseparser.cpp 2024-06-28 22:16:22.000000000 +0200 +++ new/khealthcertificate-24.08.0/src/lib/eu-dgc/coseparser.cpp 2024-08-15 23:34:52.000000000 +0200 @@ -17,7 +17,7 @@ #include <QFile> #include <openssl/bn.h> -#include <openssl/engine.h> +#include <openssl/evp.h> #include <openssl/err.h> #include <openssl/pem.h>
