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 2024-05-11 18:19:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-kpackage (Old) and /work/SRC/openSUSE:Factory/.kf6-kpackage.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kpackage" Sat May 11 18:19:42 2024 rev:3 rq:1173151 version:6.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-kpackage/kf6-kpackage.changes 2024-04-15 20:15:33.906162345 +0200 +++ /work/SRC/openSUSE:Factory/.kf6-kpackage.new.1880/kf6-kpackage.changes 2024-05-11 18:23:16.930767903 +0200 @@ -1,0 +2,9 @@ +Mon May 6 12:22:47 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 6.2.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/6.2.0/ +- No code change since 6.1.0 + +------------------------------------------------------------------- Old: ---- kpackage-6.1.0.tar.xz kpackage-6.1.0.tar.xz.sig New: ---- kpackage-6.2.0.tar.xz kpackage-6.2.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-kpackage.spec ++++++ --- /var/tmp/diff_new_pack.zi0Swx/_old 2024-05-11 18:23:17.986806358 +0200 +++ /var/tmp/diff_new_pack.zi0Swx/_new 2024-05-11 18:23:17.990806503 +0200 @@ -19,13 +19,13 @@ %define qt6_version 6.6.0 %define rname kpackage -# Full KF6 version (e.g. 6.1.0) +# Full KF6 version (e.g. 6.2.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-kpackage -Version: 6.1.0 +Version: 6.2.0 Release: 0 Summary: Non-binary asset user-installable package managing framework License: GPL-2.0-or-later AND LGPL-2.0-or-later ++++++ frameworks.keyring ++++++ Binary files /var/tmp/diff_new_pack.zi0Swx/_old and /var/tmp/diff_new_pack.zi0Swx/_new differ ++++++ kpackage-6.1.0.tar.xz -> kpackage-6.2.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-6.1.0/CMakeLists.txt new/kpackage-6.2.0/CMakeLists.txt --- old/kpackage-6.1.0/CMakeLists.txt 2024-04-05 12:58:03.000000000 +0200 +++ new/kpackage-6.2.0/CMakeLists.txt 2024-05-03 14:26:12.000000000 +0200 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "6.1.0") # handled by release scripts -set(KF_DEP_VERSION "6.1.0") # handled by release scripts +set(KF_VERSION "6.2.0") # handled by release scripts +set(KF_DEP_VERSION "6.2.0") # handled by release scripts project(KPackage VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 6.1.0 NO_MODULE) +find_package(ECM 6.2.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) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-6.1.0/po/de/libkpackage6.po new/kpackage-6.2.0/po/de/libkpackage6.po --- old/kpackage-6.1.0/po/de/libkpackage6.po 2024-04-05 12:58:03.000000000 +0200 +++ new/kpackage-6.2.0/po/de/libkpackage6.po 2024-05-03 14:26:12.000000000 +0200 @@ -1,3 +1,4 @@ +# SPDX-FileCopyrightText: 2024 Johannes Obermayr <[email protected]> # Burkhard Lück <[email protected]>, 2013, 2014, 2015, 2016, 2017, 2019, 2020, 2021. # Frederik Schwarzer <[email protected]>, 2014, 2016, 2022, 2023. msgid "" @@ -5,15 +6,15 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-12-20 01:33+0000\n" -"PO-Revision-Date: 2023-03-21 20:00+0100\n" -"Last-Translator: Frederik Schwarzer <[email protected]>\n" +"PO-Revision-Date: 2024-04-24 00:18+0200\n" +"Last-Translator: Johannes Obermayr <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 22.12.3\n" +"X-Generator: Lokalize 24.02.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -49,7 +50,7 @@ #: kpackage/private/packagejobthread.cpp:238 #, kde-format msgid "Package is not considered valid" -msgstr "" +msgstr "Das Paket wird als ungültig betrachtet" #: kpackage/private/packagejobthread.cpp:248 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-6.1.0/po/ta/libkpackage6.po new/kpackage-6.2.0/po/ta/libkpackage6.po --- old/kpackage-6.1.0/po/ta/libkpackage6.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kpackage-6.2.0/po/ta/libkpackage6.po 2024-05-03 14:26:12.000000000 +0200 @@ -0,0 +1,334 @@ +# Copyright (C) 2024 This file is copyright: +# This file is distributed under the same license as the kpackage package. +# +# SPDX-FileCopyrightText: 2024 Kishore G <[email protected]> +msgid "" +msgstr "" +"Project-Id-Version: kpackage\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2023-12-20 01:33+0000\n" +"PO-Revision-Date: 2024-04-07 16:29+0530\n" +"Last-Translator: Kishore G <[email protected]>\n" +"Language-Team: Tamil <[email protected]>\n" +"Language: ta\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 24.02.1\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 "à®à®ªà¯à®ªà®à®¿à®ªà¯à®ªà®à¯à® à®à¯à®ªà¯à®ªà¯ à®à®²à¯à®²à¯: %1" + +#: 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 " பà¯à®¯à®°à¯ : %1" + +#: kpackagetool/kpackagetool.cpp:261 +#, kde-format +msgid " Description: %1" +msgstr " விவரணமà¯: %1" + +#: kpackagetool/kpackagetool.cpp:262 +#, kde-format +msgid " Plugin : %1" +msgstr " à®à¯à®°à¯à®à¯à®¨à®¿à®°à®²à¯: %1" + +#: kpackagetool/kpackagetool.cpp:268 +#, kde-format +msgid " Author : %1" +msgstr " à®à®¯à®±à¯à®±à®¿à®¯à®µà®°à¯ : %1" + +#: kpackagetool/kpackagetool.cpp:269 +#, kde-format +msgid " Path : %1" +msgstr " பாத௠: %1" + +#: 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.1.0/po/zh_CN/libkpackage6.po new/kpackage-6.2.0/po/zh_CN/libkpackage6.po --- old/kpackage-6.1.0/po/zh_CN/libkpackage6.po 2024-04-05 12:58:03.000000000 +0200 +++ new/kpackage-6.2.0/po/zh_CN/libkpackage6.po 2024-05-03 14:26:12.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-12-20 01:33+0000\n" -"PO-Revision-Date: 2024-03-30 19:36\n" +"PO-Revision-Date: 2024-04-22 15:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
