Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkdecoration2 for openSUSE:Factory checked in at 2021-12-02 22:29:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkdecoration2 (Old) and /work/SRC/openSUSE:Factory/.libkdecoration2.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkdecoration2" Thu Dec 2 22:29:48 2021 rev:119 rq:934806 version:5.23.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libkdecoration2/libkdecoration2.changes 2021-11-17 01:13:08.066146882 +0100 +++ /work/SRC/openSUSE:Factory/.libkdecoration2.new.31177/libkdecoration2.changes 2021-12-02 22:30:04.222718960 +0100 @@ -1,0 +2,9 @@ +Tue Nov 30 14:59:21 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.23.4 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.23.4 +- No code changes since 5.23.3 + +------------------------------------------------------------------- Old: ---- kdecoration-5.23.3.tar.xz kdecoration-5.23.3.tar.xz.sig New: ---- kdecoration-5.23.4.tar.xz kdecoration-5.23.4.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkdecoration2.spec ++++++ --- /var/tmp/diff_new_pack.AvdQNm/_old 2021-12-02 22:30:04.934716032 +0100 +++ /var/tmp/diff_new_pack.AvdQNm/_new 2021-12-02 22:30:04.938716015 +0100 @@ -22,15 +22,15 @@ %define lname_private libkdecorations2private%{private_sover} %bcond_without lang Name: libkdecoration2 -Version: 5.23.3 +Version: 5.23.4 Release: 0 Summary: KDE's window decorations library License: GPL-2.0-or-later Group: System/GUI/KDE URL: http://www.kde.org -Source: kdecoration-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/kdecoration-%{version}.tar.xz %if %{with lang} -Source1: kdecoration-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/kdecoration-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: cmake >= 3.16 ++++++ kdecoration-5.23.3.tar.xz -> kdecoration-5.23.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdecoration-5.23.3/CMakeLists.txt new/kdecoration-5.23.4/CMakeLists.txt --- old/kdecoration-5.23.3/CMakeLists.txt 2021-11-09 13:26:21.000000000 +0100 +++ new/kdecoration-5.23.4/CMakeLists.txt 2021-11-30 13:50:33.000000000 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(decoration-api) -set(PROJECT_VERSION "5.23.3") +set(PROJECT_VERSION "5.23.4") set(QT_MIN_VERSION "5.15.0") set(KF5_MIN_VERSION "5.86") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdecoration-5.23.3/po/hu/kdecoration.po new/kdecoration-5.23.4/po/hu/kdecoration.po --- old/kdecoration-5.23.3/po/hu/kdecoration.po 2021-11-09 13:26:30.000000000 +0100 +++ new/kdecoration-5.23.4/po/hu/kdecoration.po 2021-11-30 13:50:41.000000000 +0100 @@ -2,25 +2,26 @@ # This file is distributed under the same license as the kdecoration package. # # Krist??f Kiszel <ulys...@kubuntu.org>, 2019. +# Kristof Kiszel <ulys...@fsf.hu>, 2021. msgid "" msgstr "" "Project-Id-Version: kdecoration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-05 00:20+0000\n" -"PO-Revision-Date: 2019-11-22 23:42+0100\n" -"Last-Translator: Krist??f Kiszel <ulys...@kubuntu.org>\n" +"PO-Revision-Date: 2021-11-24 13:23+0100\n" +"Last-Translator: Kristof Kiszel <ulys...@fsf.hu>\n" "Language-Team: Hungarian <kde-l10n...@kde.org>\n" "Language: hu\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 20.03.70\n" +"X-Generator: Lokalize 21.08.3\n" #: decorationbutton.cpp:299 #, kde-format msgid "More actions for this window" -msgstr "" +msgstr "Tov??bbi m??veletek" #: decorationbutton.cpp:301 #, kde-format @@ -73,23 +74,21 @@ msgstr "??rny??kol??s" #: decorationbutton.cpp:325 -#, fuzzy, kde-format -#| msgid "Don't keep below" +#, kde-format msgid "Don't keep below other windows" -msgstr "Ne tartsa alul" +msgstr "Ne maradjon m??s ablakok alatt" #: decorationbutton.cpp:327 #, kde-format msgid "Keep below other windows" -msgstr "" +msgstr "Maradjon m??s ablakok alatt" #: decorationbutton.cpp:330 -#, fuzzy, kde-format -#| msgid "Don't keep above" +#, kde-format msgid "Don't keep above other windows" -msgstr "Ne tartsa fel??l" +msgstr "Ne maradjon m??s ablakok f??l??tt" #: decorationbutton.cpp:332 #, kde-format msgid "Keep above other windows" -msgstr "" \ No newline at end of file +msgstr "Maradjon m??s ablakok f??l??tt" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdecoration-5.23.3/po/zh_CN/kdecoration.po new/kdecoration-5.23.4/po/zh_CN/kdecoration.po --- old/kdecoration-5.23.3/po/zh_CN/kdecoration.po 2021-11-09 13:26:43.000000000 +0100 +++ new/kdecoration-5.23.4/po/zh_CN/kdecoration.po 2021-11-30 13:50:53.000000000 +0100 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-05 00:20+0000\n" -"PO-Revision-Date: 2021-11-08 12:07\n" +"PO-Revision-Date: 2021-11-23 14:31\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"