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-08-09 19:57:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-karchive (Old) and /work/SRC/openSUSE:Factory/.kf6-karchive.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-karchive" Sat Aug 9 19:57:34 2025 rev:18 rq:1298519 version:6.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-karchive/kf6-karchive.changes 2025-07-14 10:52:13.893952300 +0200 +++ /work/SRC/openSUSE:Factory/.kf6-karchive.new.1085/kf6-karchive.changes 2025-08-09 20:02:24.088702583 +0200 @@ -1,0 +2,13 @@ +Mon Aug 4 06:57:20 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.17.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.17.0 +- Changes since 6.16.0: + * Update dependency version to 6.17.0 + * It compiles fine without qt 6.10 deprecated methods + * autotests/CMakeLists.txt the function is called for multiple extensions + * Update version to 6.17.0 + +------------------------------------------------------------------- Old: ---- karchive-6.16.0.tar.xz karchive-6.16.0.tar.xz.sig New: ---- karchive-6.17.0.tar.xz karchive-6.17.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-karchive.spec ++++++ --- /var/tmp/diff_new_pack.HXNxKB/_old 2025-08-09 20:02:24.908736647 +0200 +++ /var/tmp/diff_new_pack.HXNxKB/_new 2025-08-09 20:02:24.908736647 +0200 @@ -1,7 +1,7 @@ # # spec file for package kf6-karchive # -# 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 @@ -19,11 +19,11 @@ %define qt6_version 6.8.0 %define rname karchive -# Full KF6 version (e.g. 6.16.0) +# Full KF6 version (e.g. 6.17.0) %{!?_kf6_version: %global _kf6_version %{version}} %bcond_without released Name: kf6-karchive -Version: 6.16.0 +Version: 6.17.0 Release: 0 Summary: Qt 6 addon providing access to numerous types of archives License: LGPL-2.0-or-later ++++++ karchive-6.16.0.tar.xz -> karchive-6.17.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/karchive-6.16.0/CMakeLists.txt new/karchive-6.17.0/CMakeLists.txt --- old/karchive-6.16.0/CMakeLists.txt 2025-07-04 17:09:25.000000000 +0200 +++ new/karchive-6.17.0/CMakeLists.txt 2025-08-01 12:28:46.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "6.16.0") # handled by release scripts +set(KF_VERSION "6.17.0") # handled by release scripts project(KArchive VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 6.16.0 NO_MODULE) +find_package(ECM 6.17.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -110,7 +110,7 @@ SOVERSION 6) ecm_set_disabled_deprecation_versions( - QT 6.9 + QT 6.10 ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/karchive-6.16.0/autotests/CMakeLists.txt new/karchive-6.17.0/autotests/CMakeLists.txt --- old/karchive-6.16.0/autotests/CMakeLists.txt 2025-07-04 17:09:25.000000000 +0200 +++ new/karchive-6.17.0/autotests/CMakeLists.txt 2025-08-01 12:28:46.000000000 +0200 @@ -38,8 +38,8 @@ execute_process(COMMAND tar --help OUTPUT_VARIABLE TAR_OUTPUT) if (TAR_OUTPUT MATCHES ${help_option}) - find_program(PROGRAM_FOUND ${program_name}) - if (PROGRAM_FOUND) + find_program(${program_name}_PROGRAM_FOUND ${program_name}) + if (${program_name}_PROGRAM_FOUND) add_custom_command(TARGET kcompressiondevicetest POST_BUILD COMMAND tar ${compression_option} -cf ${testDir}/kcompressiondevice_test.tar.${extension} examples diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/karchive-6.16.0/poqm/hu/karchive6_qt.po new/karchive-6.17.0/poqm/hu/karchive6_qt.po --- old/karchive-6.16.0/poqm/hu/karchive6_qt.po 2025-07-04 17:09:25.000000000 +0200 +++ new/karchive-6.17.0/poqm/hu/karchive6_qt.po 2025-08-01 12:28:46.000000000 +0200 @@ -1,8 +1,8 @@ -# SPDX-FileCopyrightText: 2023, 2024 Kristof Kiszel <kiszel.kris...@gmail.com> +# SPDX-FileCopyrightText: 2023, 2024, 2025 Kristof Kiszel <kiszel.kris...@gmail.com> msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2024-01-07 22:07+0100\n" +"PO-Revision-Date: 2025-07-26 21:28+0200\n" "Last-Translator: Kristof Kiszel <ulys...@fsf.hu>\n" "Language-Team: Hungarian <kde-l10n...@kde.org>\n" "Language: hu\n" @@ -11,7 +11,7 @@ "Content-Transfer-Encoding: 8bit\n" "X-Qt-Contexts: true\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 23.08.4\n" +"X-Generator: Lokalize 25.04.3\n" #: k7zip.cpp:2504 msgctxt "K7Zip|" @@ -63,7 +63,7 @@ #: k7zip.cpp:2605 k7zip.cpp:2638 msgctxt "K7Zip|" msgid "Password needed for this archive" -msgstr "" +msgstr "Jelszó szükséges ehhez az archívumhoz" #: k7zip.cpp:2611 msgctxt "K7Zip|" @@ -111,7 +111,7 @@ #: k7zip.cpp:2831 msgctxt "K7Zip|" msgid "contents" -msgstr "" +msgstr "tartalom" #: k7zip.cpp:3016 msgctxt "K7Zip|" @@ -302,12 +302,10 @@ msgstr "Nem sikerült írni az igazítást: %1" #: ktar.cpp:755 ktar.cpp:765 -#, fuzzy, qt-format -#| msgctxt "KTar|" -#| msgid "Couldn't write alignment: %1" +#, qt-format msgctxt "KTar|" msgid "Couldn't write long link: %1" -msgstr "Nem sikerült írni az igazítást: %1" +msgstr "Nem sikerült írni a hosszú linket: %1" #: ktar.cpp:786 ktar.cpp:869 ktar.cpp:938 msgctxt "KTar|" @@ -386,14 +384,9 @@ "érvényes bejegyzéshez)" #: kzip.cpp:671 -#, fuzzy -#| msgctxt "KZip|" -#| msgid "Invalid ZIP file, file path name length smaller or equal to zero" msgctxt "KZip|" msgid "Invalid ZIP file, file path name length is zero" -msgstr "" -"Érvénytelen ZIP-fájl, a fájl elérési útjának hossza kisebb vagy egyenlő " -"nullával" +msgstr "Érvénytelen ZIP-fájl, a fájl elérési útjának hossza nulla" #: kzip.cpp:677 #, qt-format @@ -402,6 +395,8 @@ "Invalid ZIP file, unable to read %1 + %2 bytes for filename and extra data " "at offset %3" msgstr "" +"Érvénytelen ZIP-fájl, nem lehet olvasni %1 + %2 bájtot a fájlnévhez és az " +"extra adatokhoz a(z) %3 eltolásnál" #: kzip.cpp:727 #, qt-format @@ -409,6 +404,8 @@ msgid "" "Invalid ZIP file, inconsistent Local Header Offset in Central Directory at %1" msgstr "" +"Érvénytelen ZIP-fájl, inkonzisztens helyi fejléceltolás a központi mappában " +"itt: %1" #: kzip.cpp:762 msgctxt "KZip|" @@ -429,7 +426,7 @@ #: kzip.cpp:844 msgctxt "KZip|" msgid "Not a ZIP file, no Local File Header found." -msgstr "" +msgstr "Nem ZIP-fájl, nem található helyi fájlfejléc." #: kzip.cpp:848 #, qt-format