Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kgamma5 for openSUSE:Factory checked in at 2021-10-13 18:03:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kgamma5 (Old) and /work/SRC/openSUSE:Factory/.kgamma5.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kgamma5" Wed Oct 13 18:03:21 2021 rev:103 rq:924697 version:5.23.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes 2021-09-04 22:33:00.199964467 +0200 +++ /work/SRC/openSUSE:Factory/.kgamma5.new.2443/kgamma5.changes 2021-10-13 18:05:08.711186057 +0200 @@ -1,0 +2,20 @@ +Thu Oct 7 13:50:06 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.23.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.23.0 +- No code changes since 5.22.90 +- Add new key + signature to plasma.keyring + +------------------------------------------------------------------- +Thu Sep 16 13:04:49 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.22.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.90 +- Changes since 5.22.5: + * Explicitly set KDE_COMPILERSETTINGS_LEVEL + +------------------------------------------------------------------- Old: ---- kgamma5-5.22.5.tar.xz kgamma5-5.22.5.tar.xz.sig New: ---- kgamma5-5.23.0.tar.xz kgamma5-5.23.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kgamma5.spec ++++++ --- /var/tmp/diff_new_pack.6CsQ46/_old 2021-10-13 18:05:09.307186991 +0200 +++ /var/tmp/diff_new_pack.6CsQ46/_new 2021-10-13 18:05:09.311186997 +0200 @@ -18,15 +18,15 @@ %bcond_without lang Name: kgamma5 -Version: 5.22.5 +Version: 5.23.0 Release: 0 Summary: Display gamma configuration License: GPL-2.0-or-later Group: Productivity/Graphics/Other URL: http://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/kgamma5-%{version}.tar.xz +Source: kgamma5-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/kgamma5-%{version}.tar.xz.sig +Source1: kgamma5-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.0.0 ++++++ kgamma5-5.22.5.tar.xz -> kgamma5-5.23.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.22.5/CMakeLists.txt new/kgamma5-5.23.0/CMakeLists.txt --- old/kgamma5-5.22.5/CMakeLists.txt 2021-08-31 13:35:53.000000000 +0200 +++ new/kgamma5-5.23.0/CMakeLists.txt 2021-10-07 13:34:41.000000000 +0200 @@ -1,10 +1,11 @@ cmake_minimum_required(VERSION 3.16) project(kgamma) -set(PROJECT_VERSION "5.22.5") +set(PROJECT_VERSION "5.23.0") set(QT_MIN_VERSION "5.15.0") set(KF5_MIN_VERSION "5.82") +set(KDE_COMPILERSETTINGS_LEVEL "5.82") find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) @@ -14,9 +15,7 @@ include(KDECompilerSettings NO_POLICY_SCOPE) include(FeatureSummary) include(KDEClangFormat) -if(ECM_VERSION VERSION_GREATER_EQUAL 5.79) - include(KDEGitCommitHooks) -endif() +include(KDEGitCommitHooks) find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Gui Widgets) @@ -47,9 +46,7 @@ # add clang-format target for all our real source files file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h) kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) -if(ECM_VERSION VERSION_GREATER_EQUAL 5.79) - kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) -endif() +kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.22.5/kcmkgamma/kgamma.desktop new/kgamma5-5.23.0/kcmkgamma/kgamma.desktop --- old/kgamma5-5.22.5/kcmkgamma/kgamma.desktop 2021-08-31 13:35:21.000000000 +0200 +++ new/kgamma5-5.23.0/kcmkgamma/kgamma.desktop 2021-10-07 13:34:13.000000000 +0200 @@ -22,7 +22,7 @@ Comment[ga]=Uirlis chalabraithe sc??ile??in Comment[gl]=Unha utilidade para calibrar o monitor Comment[he]=?????? ?????????? ?????? -Comment[hi]=?????????????????? ?????????????????????????????? ??????????????? +Comment[hi]=?????????????????? ?????????????????????????????? ??????????????? Comment[hne]=?????????????????? ?????????????????????????????? ???????????? Comment[hr]=Alat za u??timavanje monitora Comment[hu]=Monitorbe??ll??t?? program diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.22.5/po/ca/kcmkgamma.po new/kgamma5-5.23.0/po/ca/kcmkgamma.po --- old/kgamma5-5.22.5/po/ca/kcmkgamma.po 2021-08-31 13:35:25.000000000 +0200 +++ new/kgamma5-5.23.0/po/ca/kcmkgamma.po 2021-10-07 13:34:16.000000000 +0200 @@ -1,23 +1,23 @@ # Translation of kcmkgamma.po to Catalan -# Copyright (C) 2003-2020 This_file_is_part_of_KDE +# Copyright (C) 2003-2021 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Josep Ma. Ferrer <txe...@gmail.com>, 2003, 2007, 2010, 2012, 2015. +# Josep Ma. Ferrer <txe...@gmail.com>, 2003, 2007, 2010, 2012, 2015, 2021. # Antoni Bella P??rez <antonibel...@yahoo.com>, 2016, 2018, 2020. msgid "" msgstr "" "Project-Id-Version: kgamma5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-21 02:49+0100\n" -"PO-Revision-Date: 2020-07-18 11:01+0200\n" -"Last-Translator: Antoni Bella P??rez <antonibel...@yahoo.com>\n" +"PO-Revision-Date: 2021-09-13 15:17+0200\n" +"Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 20.04.3\n" +"X-Generator: Lokalize 20.12.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -79,7 +79,7 @@ #: kgamma.cpp:237 #, kde-format msgid "Save settings system wide" -msgstr "Desa els par??metres per a tot el sistema" +msgstr "Desa els par??metres de tot el sistema" #: kgamma.cpp:241 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.22.5/po/hi/kcmkgamma.po new/kgamma5-5.23.0/po/hi/kcmkgamma.po --- old/kgamma5-5.22.5/po/hi/kcmkgamma.po 2021-08-31 13:35:30.000000000 +0200 +++ new/kgamma5-5.23.0/po/hi/kcmkgamma.po 2021-10-07 13:34:21.000000000 +0200 @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Ravishankar Shrivastava <raviratl...@yahoo.com>, 2007. +# Sameer Singh <lumarzel...@gmail.com>, 2021. # Raghavendra Kamath <ra...@raghukamath.com>, 2021. msgid "" msgstr "" "Project-Id-Version: kgamma\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-21 02:49+0100\n" -"PO-Revision-Date: 2021-06-29 18:28+0530\n" +"PO-Revision-Date: 2021-06-29 20:35+0530\n" "Last-Translator: Raghavendra Kamath <ra...@raghukamath.com>\n" "Language-Team: kde-hindi\n" "Language: hi\n" @@ -77,7 +78,7 @@ #: kgamma.cpp:237 #, kde-format msgid "Save settings system wide" -msgstr "????????????????????? ?????? ???????????? ?????????????????? ?????? ????????? ??????????????????" +msgstr "????????????????????? ?????? ???????????? ??????????????? ?????? ????????? ??????????????????" #: kgamma.cpp:241 #, kde-format @@ -106,9 +107,10 @@ "own KDE settings. On multi head systems you can correct the gamma values " "separately for all screens." msgstr "" -"<h1>?????????????????? ????????????</h1>?????? ?????????????????? ???????????? ????????????????????? ??????????????? ?????? ????????? ?????? ??????????????? ??????. ???????????? ????????????????????? " -"??????????????? ?????? ????????? (?????? ?????? ?????? ????????? ????????? ????????? ?????? ????????? ?????????, ????????? ?????? ???????????? ?????????????????? ?????? ????????? ?????????) ??????????????? " -"??????????????????????????? ?????? ?????????????????? ????????????.??????????????? ?????????????????? ?????? ????????? ???????????? ?????????????????? ????????? ???????????????????????? ???????????????????????? ?????? ??????????????? ????????? " -"???????????? ??????. ??????????????? ??????????????? ??????????????? ???????????? ?????????????????? ?????? ???????????? ?????????.<br>?????? ?????? ?????? ???????????? ????????????????????????????????? " -"??????????????????????????????????????????????????? ????????? ???????????? ???????????? ????????? (???????????? ????????? ???????????? ????????? ???????????????) ?????? ????????? ?????? ????????? ???????????? ??????????????? " -"???????????????????????? ????????? ???????????? ???????????? ?????????.?????????????????? ????????????????????? ????????? ?????? ???????????? ????????? ?????? ?????? ????????????????????? ?????? ????????? ???????????? ??????????????? ?????? ???????????? ?????????." \ No newline at end of file +"<h1>?????????????????? ????????????</h1> ?????? ?????????????????? ???????????? ??????????????? ?????? ??????????????? ?????? ????????? ?????? ??????????????? ????????????????????? ??????????????? " +"?????? ?????? ??????????????? ????????? ???????????????????????? ???????????? ?????? ????????? ????????? ??????????????????????????? ?????? ??????????????? ????????????, ?????? ????????? ?????? ?????????, ????????? ?????? " +"???????????? ????????? ?????? ?????????????????? ?????? ???????????? ??????????????? ???????????????????????? ?????? ????????? ???????????? ???????????? ?????????????????? ?????? ????????? ?????? ???????????????????????? " +"???????????????????????? ?????? ??????????????? ????????? ???????????? ????????? ????????????????????? ?????????????????? ???????????? ???????????? ???????????????????????? ??????????????? ????????? ????????? ???????????? ????????????" +"<br> ?????? ?????????????????? ??????????????????-?????????????????? XF86Config (???????????? ????????? ????????? ?????????????????? ?????????????????? ?????? ???????????????????????? ??????) ?????? " +"???????????? ????????? ?????? ??????????????? ???????????????????????? ????????? ???????????? ???????????? ???????????? ?????????????????? ????????????????????? ????????? ?????? ???????????? ????????? ?????? ?????? ????????????????????? ?????? ????????? " +"???????????? ??????????????? ?????? ???????????? ????????????" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.22.5/po/zh_CN/kcmkgamma.po new/kgamma5-5.23.0/po/zh_CN/kcmkgamma.po --- old/kgamma5-5.22.5/po/zh_CN/kcmkgamma.po 2021-08-31 13:35:45.000000000 +0200 +++ new/kgamma5-5.23.0/po/zh_CN/kcmkgamma.po 2021-10-07 13:34:34.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-21 02:49+0100\n" -"PO-Revision-Date: 2021-08-30 11:45\n" +"PO-Revision-Date: 2021-09-27 13:10\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" ++++++ plasma.keyring ++++++ Binary files /var/tmp/diff_new_pack.6CsQ46/_old and /var/tmp/diff_new_pack.6CsQ46/_new differ