Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf6-karchive for openSUSE:Factory checked in at 2025-04-15 16:42:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-karchive (Old) and /work/SRC/openSUSE:Factory/.kf6-karchive.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-karchive" Tue Apr 15 16:42:29 2025 rev:14 rq:1268826 version:6.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-karchive/kf6-karchive.changes 2025-03-17 22:15:43.677804877 +0100 +++ /work/SRC/openSUSE:Factory/.kf6-karchive.new.1907/kf6-karchive.changes 2025-04-15 16:45:14.665441938 +0200 @@ -1,0 +2,26 @@ +Sat Apr 5 12:32:30 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.13.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.13.0 +- Changes since 6.12.0: + * Remove duplicate deprecation attribute + * Silence nodiscard warning + * Add missing since information + * Properly deprecate addEntry/removeEntry + * Handle Zip64 extra field in central directory + * kzip: Remove repeated code for header detection + * kzip: Fix misdetection of nested signatures, handle Zip64 data descriptors (kde#450597) + * kzip: Detect Zip64 end of central directory records + * kzip: Add various test cases + * Add support for reading encrypted 7z archives + * Mark addEntry as deprecated, replaced with addEntryV2 + * Add test files + * Fix QIODevice double deletion in KArchive::close() + * Introduce and use KArchiveDirectory::removeEntryV2 + * It compiles fine without qt6.9 deprecated methods + * Fix buffer boundary check in K7ZipPrivate::readNumber + * Update dependency version to 6.13.0 + +------------------------------------------------------------------- Old: ---- karchive-6.12.0.tar.xz karchive-6.12.0.tar.xz.sig New: ---- karchive-6.13.0.tar.xz karchive-6.13.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-karchive.spec ++++++ --- /var/tmp/diff_new_pack.UVACFR/_old 2025-04-15 16:45:15.477475939 +0200 +++ /var/tmp/diff_new_pack.UVACFR/_new 2025-04-15 16:45:15.481476107 +0200 @@ -1,7 +1,7 @@ # # spec file for package kf6-karchive # -# 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,13 +19,13 @@ %define qt6_version 6.7.0 %define rname karchive -# Full KF6 version (e.g. 6.12.0) +# Full KF6 version (e.g. 6.13.0) %{!?_kf6_version: %global _kf6_version %{version}} # Last major and minor KF6 version (e.g. 6.0) %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kf6-karchive -Version: 6.12.0 +Version: 6.13.0 Release: 0 Summary: Qt 6 addon providing access to numerous types of archives License: LGPL-2.0-or-later @@ -45,6 +45,7 @@ BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(libzstd) +BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(zlib) %description ++++++ karchive-6.12.0.tar.xz -> karchive-6.13.0.tar.xz ++++++ ++++ 18463 lines of diff (skipped)