Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kgamma5 for openSUSE:Factory checked in at 2022-06-13 13:02:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kgamma5 (Old) and /work/SRC/openSUSE:Factory/.kgamma5.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kgamma5" Mon Jun 13 13:02:09 2022 rev:115 rq:981903 version:5.25.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes 2022-05-05 23:04:56.841448996 +0200 +++ /work/SRC/openSUSE:Factory/.kgamma5.new.1548/kgamma5.changes 2022-06-13 13:02:21.661102811 +0200 @@ -1,0 +2,20 @@ +Thu Jun 9 11:14:58 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.25.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.25.0 +- No code changes since 5.24.90 + +------------------------------------------------------------------- +Thu May 19 19:45:29 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.24.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.24.90 +- Changes since 5.24.5: + * Add qt6 CI support + * Allow to build against qt6 + +------------------------------------------------------------------- Old: ---- kgamma5-5.24.5.tar.xz kgamma5-5.24.5.tar.xz.sig New: ---- kgamma5-5.25.0.tar.xz kgamma5-5.25.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kgamma5.spec ++++++ --- /var/tmp/diff_new_pack.MtmwBH/_old 2022-06-13 13:02:22.153103499 +0200 +++ /var/tmp/diff_new_pack.MtmwBH/_new 2022-06-13 13:02:22.157103503 +0200 @@ -18,15 +18,15 @@ %bcond_without released Name: kgamma5 -Version: 5.24.5 +Version: 5.25.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 released} -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.24.5.tar.xz -> kgamma5-5.25.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.24.5/.gitlab-ci.yml new/kgamma5-5.25.0/.gitlab-ci.yml --- old/kgamma5-5.24.5/.gitlab-ci.yml 2022-05-03 12:06:21.000000000 +0200 +++ new/kgamma5-5.25.0/.gitlab-ci.yml 2022-06-09 11:07:22.000000000 +0200 @@ -4,3 +4,4 @@ include: - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.24.5/CMakeLists.txt new/kgamma5-5.25.0/CMakeLists.txt --- old/kgamma5-5.24.5/CMakeLists.txt 2022-05-03 12:06:51.000000000 +0200 +++ new/kgamma5-5.25.0/CMakeLists.txt 2022-06-09 11:07:42.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) project(kgamma) -set(PROJECT_VERSION "5.24.5") +set(PROJECT_VERSION "5.25.0") set(QT_MIN_VERSION "5.15.0") -set(KF5_MIN_VERSION "5.86") +set(KF5_MIN_VERSION "5.90") set(KDE_COMPILERSETTINGS_LEVEL "5.82") find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) @@ -17,7 +17,7 @@ include(KDEClangFormat) include(KDEGitCommitHooks) -find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Gui Widgets) +find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Gui Widgets) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Config diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.24.5/kcmkgamma/CMakeLists.txt new/kgamma5-5.25.0/kcmkgamma/CMakeLists.txt --- old/kgamma5-5.24.5/kcmkgamma/CMakeLists.txt 2022-05-03 12:06:21.000000000 +0200 +++ new/kgamma5-5.25.0/kcmkgamma/CMakeLists.txt 2022-06-09 11:07:22.000000000 +0200 @@ -12,10 +12,10 @@ add_library(kcm_kgamma MODULE ${kcm_kgamma_PART_SRCS}) -target_link_libraries(kcm_kgamma ${X11_Xxf86vm_LIB} ${X11_LIBRARIES} Qt::Core Qt::Widgets KF5::ConfigCore KF5::ConfigWidgets KF5::I18n) +target_link_libraries(kcm_kgamma ${X11_Xxf86vm_LIB} ${X11_LIBRARIES} Qt${QT_MAJOR_VERSION}::Core Qt${QT_MAJOR_VERSION}::Widgets KF5::ConfigCore KF5::ConfigWidgets KF5::I18n) kcoreaddons_desktop_to_json(kcm_kgamma kgamma.desktop) -target_link_libraries(kcm_kgamma ${X11_Xxf86vm_LIB} ${X11_LIBRARIES} Qt::Core Qt::Widgets KF5::ConfigCore KF5::ConfigWidgets KF5::I18n) +target_link_libraries(kcm_kgamma ${X11_Xxf86vm_LIB} ${X11_LIBRARIES} Qt${QT_MAJOR_VERSION}::Core Qt${QT_MAJOR_VERSION}::Widgets KF5::ConfigCore KF5::ConfigWidgets KF5::I18n) add_custom_command(TARGET kcm_kgamma POST_BUILD COMMAND ${CMAKE_COMMAND} -E create_symlink ../kcms/systemsettings/kcm_kgamma.so kcm_kgamma_init.so) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.24.5/kcmkgamma/kgamma.desktop new/kgamma5-5.25.0/kcmkgamma/kgamma.desktop --- old/kgamma5-5.24.5/kcmkgamma/kgamma.desktop 2022-05-03 12:06:21.000000000 +0200 +++ new/kgamma5-5.25.0/kcmkgamma/kgamma.desktop 2022-06-09 11:07:22.000000000 +0200 @@ -64,7 +64,7 @@ Comment[tr]=Monit??r kalibrasyon arac?? Comment[ug]=???????????????? ???????????? ???????????? Comment[uk]=?????????? ?????? ???????????????????????? ???????????????? -Comment[vi]=C??ng c??? c??n ch???nh m??n h??nh +Comment[vi]=C??ng c??? hi???u ch???nh m??n h??nh Comment[x-test]=xxA monitor calibration toolxx Comment[zh_CN]=??????????????????????????? Comment[zh_HK]=????????????????????? @@ -141,6 +141,7 @@ Name[uk]=???????? Name[uz]=Gamma Name[uz@cyrillic]=?????????? +Name[vi]=Gamma Name[xh]=Unobumba wesithathu konoobumba besiGrike Name[x-test]=xxGammaxx Name[zh_CN]=????????? @@ -201,6 +202,7 @@ X-KDE-Keywords[tg]=KGamma, kgamma, ?????????????? ????????????????, ?????????????? ???????????????? X-KDE-Keywords[tr]=KGamma, kgamma, gamma, gama X-KDE-Keywords[uk]=KGamma,kgamma,Gamma,gamma,????????,????????????,??????????????????????????,???????????? ?????????????????????????? +X-KDE-Keywords[vi]=KGamma,kgamma,Gamma,gamma X-KDE-Keywords[x-test]=xxKGammaxx,xx kgammaxx,xx Gammaxx,xx gammaxx X-KDE-Keywords[zh_CN]=KGamma, kgamma, Gamma, gamma, ??????, ??????, ????????? X-KDE-Keywords[zh_TW]=KGamma, kgamma, Gamma, gamma diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.24.5/po/ca@valencia/kcmkgamma.po new/kgamma5-5.25.0/po/ca@valencia/kcmkgamma.po --- old/kgamma5-5.24.5/po/ca@valencia/kcmkgamma.po 2022-05-03 12:06:25.000000000 +0200 +++ new/kgamma5-5.25.0/po/ca@valencia/kcmkgamma.po 2022-06-09 11:07:24.000000000 +0200 @@ -24,7 +24,7 @@ #: kgamma.cpp:133 #, kde-format msgid "&Select test picture:" -msgstr "&Seleccioneu la imatge de prova:" +msgstr "&Seleccioneu la image de prova:" #: kgamma.cpp:138 #, kde-format @@ -111,11 +111,11 @@ "separately for all screens." msgstr "" "<h1>Gamma del monitor</h1> Esta ??s una eina per a canviar la correcci?? de la " -"gamma del monitor. Empreu els quatre controls lliscants per a definir la " -"correcci?? de la gamma, b?? com un ??nic valor, o b?? per separat en els " +"gamma del monitor. Utiliseu els quatre controls lliscants per a definir la " +"correcci?? de la gamma, be com un ??nic valor, o be per separat en els " "components roig, verd i blau. Potser vos caldr?? corregir els par??metres de " "lluminositat i contrast del monitor per a obtindre bons resultats. Les " -"imatges de prova vos ajudaran a trobar els par??metres apropiats.<br> Podreu " +"im??gens de prova vos ajudaran a trobar els par??metres apropiats.<br> Podreu " "guardar-los per a tot el sistema al XF86Config (cal l'acc??s a root per a " "a????) o als vostres propis par??metres de KDE. En sistemes multimonitor podreu " "corregir per separat els valors de la gamma per a cada pantalla." \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.24.5/po/vi/kcmkgamma.po new/kgamma5-5.25.0/po/vi/kcmkgamma.po --- old/kgamma5-5.24.5/po/vi/kcmkgamma.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kgamma5-5.25.0/po/vi/kcmkgamma.po 2022-06-09 11:07:33.000000000 +0200 @@ -0,0 +1,116 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kgamma5 package. +# +# Phu Hung Nguyen <phu.ngu...@kdemail.net>, 2022. +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: 2022-05-12 17:32+0200\n" +"Last-Translator: Phu Hung Nguyen <phu.ngu...@kdemail.net>\n" +"Language-Team: Vietnamese <kde-l10n...@kde.org>\n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Lokalize 21.12.2\n" + +#: kgamma.cpp:133 +#, kde-format +msgid "&Select test picture:" +msgstr "Ch???n ???nh &ki???m th???:" + +#: kgamma.cpp:138 +#, kde-format +msgid "Gray Scale" +msgstr "Thang x??m" + +#: kgamma.cpp:138 +#, kde-format +msgid "RGB Scale" +msgstr "Thang RGB" + +#: kgamma.cpp:138 +#, kde-format +msgid "CMY Scale" +msgstr "Thang CMY" + +#: kgamma.cpp:138 +#, kde-format +msgid "Dark Gray" +msgstr "X??m ?????m" + +#: kgamma.cpp:138 +#, kde-format +msgid "Mid Gray" +msgstr "X??m trung" + +#: kgamma.cpp:138 +#, kde-format +msgid "Light Gray" +msgstr "X??m nh???t" + +#: kgamma.cpp:186 +#, kde-format +msgid "Gamma:" +msgstr "Gamma:" + +#: kgamma.cpp:189 +#, kde-format +msgid "Red:" +msgstr "?????:" + +#: kgamma.cpp:192 +#, kde-format +msgid "Green:" +msgstr "L???c:" + +#: kgamma.cpp:195 +#, kde-format +msgid "Blue:" +msgstr "Lam:" + +#: kgamma.cpp:237 +#, kde-format +msgid "Save settings system wide" +msgstr "L??u thi???t l???p cho to??n h??? th???ng" + +#: kgamma.cpp:241 +#, kde-format +msgid "Sync screens" +msgstr "?????ng b??? c??c m??n h??nh" + +#: kgamma.cpp:249 +#, kde-format +msgid "Screen %1" +msgstr "M??n h??nh %1" + +#: kgamma.cpp:267 +#, kde-format +msgid "Gamma correction is not supported by your graphics hardware or driver." +msgstr "" +"Vi???c ??i???u ch???nh gamma kh??ng ???????c h??? tr??? b???i ph???n c???ng ho???c tr??nh ??i???u khi???n " +"????? ho??? c???a b???n." + +#: kgamma.cpp:605 +#, kde-format +msgid "" +"<h1>Monitor Gamma</h1> This is a tool for changing monitor gamma correction. " +"Use the four sliders to define the gamma correction either as a single " +"value, or separately for the red, green and blue components. You may need to " +"correct the brightness and contrast settings of your monitor for good " +"results. The test images help you to find proper settings.<br> You can save " +"them system-wide to XF86Config (root access is required for that) or to your " +"own KDE settings. On multi head systems you can correct the gamma values " +"separately for all screens." +msgstr "" +"<h1>Gamma m??n h??nh</h1> ????y l?? m???t c??ng c??? ????? thay ?????i vi???c ??i???u ch???nh gamma " +"m??n h??nh. D??ng b???n thanh tr?????t ????? x??c ?????nh s??? ??i???u ch???nh gamma ho???c b???ng m???t " +"gi?? tr???, ho???c t??ch bi???t cho c??c th??nh ph???n ?????, l???c v?? lam. B???n c?? th??? c???n " +"??i???u ch???nh thi???t l???p ????? s??ng v?? ????? t????ng ph???n c???a m??n h??nh ????? c?? ???????c k???t " +"qu??? t???t. C??c ???nh ki???m th??? gi??p b???n t??m ra c??c thi???t l???p ph?? h???p.<br>B???n c?? " +"th??? l??u ch??ng v??o XF86Config (c???n c?? quy???n truy c???p g???c cho vi???c n??y) ????? " +"d??ng cho to??n h??? th???ng, ho???c v??o thi???t l???p KDE c???a ri??ng b???n. ??? c??c h??? th???ng " +"nhi???u m??n h??nh b???n c?? th??? ??i???u ch???nh gi?? tr??? gamma cho ri??ng t???ng m??n h??nh." \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.24.5/po/zh_CN/kcmkgamma.po new/kgamma5-5.25.0/po/zh_CN/kcmkgamma.po --- old/kgamma5-5.24.5/po/zh_CN/kcmkgamma.po 2022-05-03 12:06:44.000000000 +0200 +++ new/kgamma5-5.25.0/po/zh_CN/kcmkgamma.po 2022-06-09 11:07:33.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: 2022-04-26 15:32\n" +"PO-Revision-Date: 2022-06-05 04:19\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"