Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf6-kpackage for openSUSE:Factory checked in at 2026-01-12 10:11:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-kpackage (Old) and /work/SRC/openSUSE:Factory/.kf6-kpackage.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kpackage" Mon Jan 12 10:11:57 2026 rev:23 rq:1326440 version:6.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-kpackage/kf6-kpackage.changes 2025-12-16 15:57:09.249095693 +0100 +++ /work/SRC/openSUSE:Factory/.kf6-kpackage.new.1928/kf6-kpackage.changes 2026-01-12 10:16:30.285608783 +0100 @@ -1,0 +2,12 @@ +Sun Jan 4 14:47:16 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 6.22.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.22.0 +- Changes since 6.21.0: + * Update dependency version to 6.22.0 + * fix typo in apidocs + * Update version to 6.22.0 + +------------------------------------------------------------------- Old: ---- kpackage-6.21.0.tar.xz kpackage-6.21.0.tar.xz.sig New: ---- kpackage-6.22.0.tar.xz kpackage-6.22.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-kpackage.spec ++++++ --- /var/tmp/diff_new_pack.eO5Ck4/_old 2026-01-12 10:16:31.581662004 +0100 +++ /var/tmp/diff_new_pack.eO5Ck4/_new 2026-01-12 10:16:31.581662004 +0100 @@ -19,11 +19,11 @@ %define qt6_version 6.8.0 %define rname kpackage -# Full KF6 version (e.g. 6.21.0) +# Full KF6 version (e.g. 6.22.0) %{!?_kf6_version: %global _kf6_version %{version}} %bcond_without released Name: kf6-kpackage -Version: 6.21.0 +Version: 6.22.0 Release: 0 Summary: Non-binary asset user-installable package managing framework License: GPL-2.0-or-later AND LGPL-2.0-or-later ++++++ kpackage-6.21.0.tar.xz -> kpackage-6.22.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-6.21.0/CMakeLists.txt new/kpackage-6.22.0/CMakeLists.txt --- old/kpackage-6.21.0/CMakeLists.txt 2025-12-05 14:24:38.000000000 +0100 +++ new/kpackage-6.22.0/CMakeLists.txt 2026-01-02 18:43:38.000000000 +0100 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "6.21.0") # handled by release scripts -set(KF_DEP_VERSION "6.21.0") # handled by release scripts +set(KF_VERSION "6.22.0") # handled by release scripts +set(KF_DEP_VERSION "6.22.0") # handled by release scripts project(KPackage VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 6.21.0 NO_MODULE) +find_package(ECM 6.22.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) @@ -63,8 +63,8 @@ ) ecm_set_disabled_deprecation_versions( - QT 6.10.0 - KF 6.19.0 + QT 6.11.0 + KF 6.21.0 ) include(KF6PackageMacros.cmake) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-6.21.0/po/ga/libkpackage6.po new/kpackage-6.22.0/po/ga/libkpackage6.po --- old/kpackage-6.21.0/po/ga/libkpackage6.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kpackage-6.22.0/po/ga/libkpackage6.po 2026-01-02 18:43:38.000000000 +0100 @@ -0,0 +1,334 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kpackage package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: kpackage\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2025-11-17 11:49+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <[email protected]>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:164 +#, kde-format +msgid "Could not create package root directory: %1" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:173 +#, kde-format +msgid "No such file: %1" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:203 +#, kde-format +msgid "Could not open package file, unsupported archive format: %1 %2" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:211 +#, kde-format +msgid "Could not open package file: %1" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:238 +#, kde-format +msgid "Package is not considered valid" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:248 +#, kde-format +msgid "Package plugin id not specified: %1" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:258 +#, kde-format +msgid "Package plugin id %1 contains invalid characters" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:277 +#, kde-format +msgid "" +"The new package has a different type from the old version already installed." +msgstr "" + +#: kpackage/private/packagejobthread.cpp:282 +#, kde-format +msgid "" +"Impossible to remove the old installation of %1 located at %2. error: %3" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:286 +#, kde-format +msgid "Not installing version %1 of %2. Version %3 already installed." +msgstr "" + +#: kpackage/private/packagejobthread.cpp:290 +#, kde-format +msgid "%1 already exists" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:311 +#, kde-format +msgid "Could not install dependency: '%1'" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:323 +#, kde-format +msgid "Could not move package to destination: %1" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:333 +#, kde-format +msgid "Could not copy package to destination: %1" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:368 +#, kde-format +msgid "package path was deleted manually" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:368 +#, kde-format +msgid "%1 does not exist" +msgstr "" + +#: kpackage/private/packagejobthread.cpp:388 +#, kde-format +msgid "Could not delete package from: %1" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:87 +#, kde-format +msgid "Failed to generate a Package hash for %1" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:90 +#, kde-format +msgid "SHA1 hash for Package at %1: '%2'" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:145 +#, kde-format +msgid "Listing KPackageType: %1 in %2" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:198 +#, kde-format +msgid "Error: Plugin %1 is not installed." +msgstr "" + +#: kpackagetool/kpackagetool.cpp:212 +#, kde-format +msgctxt "" +"No option was given, this is the error message telling the user he needs at " +"least one, do not translate install, remove, upgrade nor list" +msgid "One of install, remove, upgrade or list is required." +msgstr "" + +#: kpackagetool/kpackagetool.cpp:255 kpackagetool/kpackagetool.cpp:333 +#, kde-format +msgid "Error: Can't find plugin metadata: %1\n" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:259 +#, kde-format +msgid "Showing info for package: %1" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:260 +#, kde-format +msgid " Name : %1" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:261 +#, kde-format +msgid " Description: %1" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:262 +#, kde-format +msgid " Plugin : %1" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:268 +#, kde-format +msgid " Author : %1" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:269 +#, kde-format +msgid " Path : %1" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:429 +#, kde-format +msgctxt "" +"The user entered conflicting options packageroot and global, this is the " +"error message telling the user he can use only one" +msgid "" +"The packageroot and global options conflict with each other, please select " +"only one." +msgstr "" + +#: kpackagetool/kpackagetool.cpp:457 +#, kde-format +msgid "KPackage Structure Name" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:458 +#, kde-format +msgid "Path" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:489 +#, kde-format +msgid "Package types that are installable with this tool:" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:490 +#, kde-format +msgid "Built in:" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:493 +#, kde-format +msgid "KPackage/Generic" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:494 +#, kde-format +msgid "KPackage/GenericQML" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:502 +#, kde-format +msgid "Provided by plugins:" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:524 +#, kde-format +msgid "Successfully upgraded %1" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:526 +#, kde-format +msgid "Successfully installed %1" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:529 +#, kde-format +msgid "Error: Installation of %1 failed: %2" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:541 +#, kde-format +msgid "Upgrading package from file: %1" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:548 +#, kde-format +msgid "Successfully uninstalled %1" +msgstr "" + +#: kpackagetool/kpackagetool.cpp:550 +#, kde-format +msgid "Error: Uninstallation of %1 failed: %2" +msgstr "" + +#: kpackagetool/main.cpp:36 +#, kde-format +msgid "KPackage Manager" +msgstr "" + +#: kpackagetool/options.h:11 +#, kde-format +msgctxt "Do not translate <path>" +msgid "Generate a SHA1 hash for the package at <path>" +msgstr "" + +#: kpackagetool/options.h:18 +#, kde-format +msgid "For install or remove, operates on packages installed for all users." +msgstr "" + +#: kpackagetool/options.h:27 +#, kde-format +msgctxt "" +"theme, wallpaper, etc. are keywords, but they may be translated, as both " +"versions are recognized by the application (if translated, should be same as " +"messages with 'package type' context below)" +msgid "" +"The type of package, corresponding to the service type of the package " +"plugin, e.g. KPackage/Generic, Plasma/Theme, Plasma/Wallpaper, Plasma/" +"Applet, etc." +msgstr "" + +#: kpackagetool/options.h:36 +#, kde-format +msgctxt "Do not translate <path>" +msgid "Install the package at <path>" +msgstr "" + +#: kpackagetool/options.h:43 +#, kde-format +msgctxt "Do not translate <name>" +msgid "Show information of package <name>" +msgstr "" + +#: kpackagetool/options.h:50 +#, kde-format +msgctxt "Do not translate <path>" +msgid "Upgrade the package at <path>" +msgstr "" + +#: kpackagetool/options.h:56 +#, kde-format +msgid "List installed packages" +msgstr "" + +#: kpackagetool/options.h:61 +#, kde-format +msgid "List all known package types that can be installed" +msgstr "" + +#: kpackagetool/options.h:67 +#, kde-format +msgctxt "Do not translate <name>" +msgid "Remove the package named <name>" +msgstr "" + +#: kpackagetool/options.h:74 +#, kde-format +msgid "" +"Absolute path to the package root. If not supplied, then the standard data " +"directories for this KDE session will be searched instead." +msgstr "" + +#: kpackagetool/options.h:82 +#, kde-format +msgctxt "Do not translate <path>" +msgid "Outputs the metadata for the package <path>" +msgstr "" + +#: kpackagetool/options.h:89 +#, kde-format +msgctxt "Do not translate <path>" +msgid "Outputs the metadata for the package into <path>" +msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-6.21.0/po/tr/docs/kpackagetool/man-kpackagetool6.1.docbook new/kpackage-6.22.0/po/tr/docs/kpackagetool/man-kpackagetool6.1.docbook --- old/kpackage-6.21.0/po/tr/docs/kpackagetool/man-kpackagetool6.1.docbook 2025-12-05 14:24:38.000000000 +0100 +++ new/kpackage-6.22.0/po/tr/docs/kpackagetool/man-kpackagetool6.1.docbook 2026-01-02 18:43:38.000000000 +0100 @@ -8,7 +8,7 @@ <title >KPackage Yöneticisi</title> <date ->2017-01-03</date> +>2017‒01‒03</date> <releaseinfo >Frameworks 5.30</releaseinfo> <productname @@ -152,7 +152,7 @@ ><para ><quote >yol</quote ->'daki paket için bir SHA1 sağlaması oluşturun.</para +>’daki paket için bir SHA1 sağlaması oluşturun.</para ></listitem> </varlistentry> <varlistentry> @@ -188,7 +188,7 @@ ><para ><quote >path</quote ->'daki paketi kurun.</para +>’daki paketi kurun.</para ></listitem> </varlistentry> <varlistentry> @@ -202,7 +202,7 @@ ><para >Paket <quote >ad</quote ->'ı hakkında bilgi gösterin.</para +>’ı hakkında bilgi gösterin.</para ></listitem> </varlistentry> <varlistentry> @@ -216,7 +216,7 @@ ><para ><quote >yol</quote ->'daki paketi yükseltin.</para +>’daki paketi yükseltin.</para ></listitem> </varlistentry> <varlistentry> @@ -250,7 +250,7 @@ ><para >Paket <quote >ad</quote ->'ını kaldırın.</para +>’ını kaldırın.</para ></listitem> </varlistentry> <varlistentry> @@ -295,7 +295,7 @@ <para >Daha ayrıntılı kullanıcı belgelendirmesine <ulink url="help:/plasma-desktop" >help:/plasma-desktop</ulink -> (ya bu &URL;'yi &konqueror;'a girin ya da <userinput +> (ya bu &URL;’yi &konqueror;’a girin ya da <userinput ><command >khelpcenter</command > <parameter diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-6.21.0/src/kpackage/package.h new/kpackage-6.22.0/src/kpackage/package.h --- old/kpackage-6.21.0/src/kpackage/package.h 2025-12-05 14:24:38.000000000 +0100 +++ new/kpackage-6.22.0/src/kpackage/package.h 2026-01-02 18:43:38.000000000 +0100 @@ -85,7 +85,7 @@ Package &operator=(const Package &rhs); /*! - * Returns \c true if this package has a valid PackageStructure associatedw it with it. + * Returns \c true if this package has a valid PackageStructure associated with it. * * A package may not be valid, but have a valid structure. Useful when dealing with * Package objects in a semi-initialized state (e.g. before calling setPath())
