Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kwrited5 for openSUSE:Factory checked in at 2022-02-07 23:37:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwrited5 (Old) and /work/SRC/openSUSE:Factory/.kwrited5.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwrited5" Mon Feb 7 23:37:03 2022 rev:125 rq:951883 version:5.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes 2022-01-11 21:14:22.896752541 +0100 +++ /work/SRC/openSUSE:Factory/.kwrited5.new.1898/kwrited5.changes 2022-02-07 23:37:18.722759996 +0100 @@ -1,0 +2,22 @@ +Sat Feb 5 19:50:58 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.24.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.24.0 +- No code changes since 5.23.90 + +------------------------------------------------------------------- +Thu Jan 13 20:30:22 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.23.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.23.90 +- Changes since 5.23.5: + * It's compile fine without deprecated methods + * Add FreeBSD CI + * Add Linux CI + * Add .kde-ci.yml + +------------------------------------------------------------------- Old: ---- kwrited-5.23.5.tar.xz kwrited-5.23.5.tar.xz.sig New: ---- kwrited-5.24.0.tar.xz kwrited-5.24.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwrited5.spec ++++++ --- /var/tmp/diff_new_pack.iEOeVl/_old 2022-02-07 23:37:19.446755123 +0100 +++ /var/tmp/diff_new_pack.iEOeVl/_new 2022-02-07 23:37:19.450755095 +0100 @@ -16,17 +16,17 @@ # -%bcond_without lang +%bcond_without released Name: kwrited5 -Version: 5.23.5 +Version: 5.24.0 Release: 0 Summary: Daemon listening for wall and write messages License: GPL-2.0-or-later Group: System/GUI/KDE URL: http://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz -%if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz.sig +Source: kwrited-%{version}.tar.xz +%if %{with released} +Source1: kwrited-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 0.0.11 ++++++ kwrited-5.23.5.tar.xz -> kwrited-5.24.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwrited-5.23.5/.gitlab-ci.yml new/kwrited-5.24.0/.gitlab-ci.yml --- old/kwrited-5.23.5/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/kwrited-5.24.0/.gitlab-ci.yml 2022-02-03 15:35:20.000000000 +0100 @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +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 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwrited-5.23.5/.kde-ci.yml new/kwrited-5.24.0/.kde-ci.yml --- old/kwrited-5.23.5/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/kwrited-5.24.0/.kde-ci.yml 2022-02-03 15:35:20.000000000 +0100 @@ -0,0 +1,12 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@latest' + 'frameworks/kcoreaddons': '@latest' + 'frameworks/kdbusaddons': '@latest' + 'frameworks/ki18n': '@latest' + 'frameworks/knotifications': '@latest' + 'frameworks/kpty': '@latest' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwrited-5.23.5/CMakeLists.txt new/kwrited-5.24.0/CMakeLists.txt --- old/kwrited-5.23.5/CMakeLists.txt 2022-01-04 09:59:45.000000000 +0100 +++ new/kwrited-5.24.0/CMakeLists.txt 2022-02-03 15:35:20.000000000 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(kwrited) -set(PROJECT_VERSION "5.23.5") +set(PROJECT_VERSION "5.24.0") set(QT_MIN_VERSION "5.15.0") set(KF5_MIN_VERSION "5.86") @@ -46,8 +46,8 @@ add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT) add_definitions(-DQT_NO_URL_CAST_FROM_STRING) -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050c00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200) +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055900) # If libutempter is not available on the system, we build # kwrited as an executable that is installed with setuid root diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwrited-5.23.5/kwrited-autostart.desktop new/kwrited-5.24.0/kwrited-autostart.desktop --- old/kwrited-5.23.5/kwrited-autostart.desktop 2022-01-04 09:59:45.000000000 +0100 +++ new/kwrited-5.24.0/kwrited-autostart.desktop 2022-02-03 15:35:20.000000000 +0100 @@ -90,6 +90,7 @@ Name[zh_TW]=KDE Write ???????????? Comment=Watch for messages from local users sent with write(1) or wall(1) Comment[af]=Kyk uit vir boodskappe vanaf plaaslike gebruikers wat met write(1) of wall(1) gestuur is +Comment[ar]=?????????? ?????????????? ?????????? ?????????? ???????????? ?????? wall(1) ???? write(1). Comment[be]=?????????????? ???? ???????????????????????????? ???? ???????????????? ????????????????????????????, ?????????????????? ???????? write(1) ???? wall(1) Comment[be@latin]=Adso??vaje paviedamle??nia ad miascovych karysta??nika??, dasy??anyja zahadami ???write(1)??? ci ???wall(1)???. Comment[bg]=???????????????????? ???? ?????????????????? ???? ?????????????? ??????????????????????, ?????????????????? ?? write(1) ?????? wall(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwrited-5.23.5/kwrited.json new/kwrited-5.24.0/kwrited.json --- old/kwrited-5.23.5/kwrited.json 2022-01-04 09:59:45.000000000 +0100 +++ new/kwrited-5.24.0/kwrited.json 2022-02-03 15:35:20.000000000 +0100 @@ -36,6 +36,7 @@ "Description[sr@latin]": "Pazi na poruke od lokalnih korisnika poslatih naredbama write(1) ili wall(1)", "Description[sr]": "???????? ???? ???????????? ???? ???????????????? ?????????????????? ???????????????? ?????????????????? write(1) ?????? wall(1)", "Description[sv]": "Titta efter meddelanden fr??n lokala anv??ndare som skickas med write(1) eller wall(1)", + "Description[ta]": "write(1) ?????????????????? wall(1) ??????????????????????????? ?????????????????? ?????????????????? ???????????????????????? ??????????????????????????? ??????????????????????????????????????? ??????????????????????????????????????????", "Description[tg]": "???????????? ?????????????? ?????????????????? ???? ???????????????? write(1) ?? wall(1) ???? ?????????????????? ??????????????", "Description[tr]": "write(1) veya wall(1) ile g??nderilen yerel kullan??c??lardan gelen mesajlar?? izle", "Description[uk]": "?????????????????????????? ???? ????????????????????????????????????????????????????????????????????????????????????,????????????????????????????????????write(1) ?????? wall(1)", @@ -79,6 +80,7 @@ "Name[sr@latin]": "Demon za poruke", "Name[sr]": "?????????? ???? ????????????", "Name[sv]": "Skrivdemon", + "Name[ta]": "Write ????????????????????? ????????????", "Name[tg]": "?????????????? ?????????????? ????????????", "Name[tr]": "Yazma Yard??mc?? Uygulamas??", "Name[uk]": "???????????? ???????????? ????????????", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwrited-5.23.5/kwrited.notifyrc new/kwrited-5.24.0/kwrited.notifyrc --- old/kwrited-5.23.5/kwrited.notifyrc 2022-01-04 09:59:45.000000000 +0100 +++ new/kwrited-5.24.0/kwrited.notifyrc 2022-02-03 15:35:20.000000000 +0100 @@ -1,6 +1,7 @@ [Global] IconName=utilities-terminal Name=Local System Message Service +Name[ar]=???????? ?????????? ?????????????? ???????????????? Name[bg]=?????????????? ???????????? ???? ???????????????? ?????????????????? Name[ca]=Servei de missatges del sistema local Name[ca@valencia]=Servei de missatges del sistema local @@ -26,6 +27,7 @@ Name[pt_BR]=Servi??o de mensagens do sistema local Name[ro]=Serviciu local pentru mesaje de sistem Name[ru]=???????????? ?????????????????? ?????????????????? ?????????????????? +Name[sk]=Slu??ba lok??lnych syst??mov??ch spr??v Name[sl]=Krajevna storitev sporo??il Name[sv]=Lokal systemmeddelandetj??nst Name[ta]=????????????????????????????????? ???????????????????????????????????? ???????????? @@ -174,6 +176,7 @@ Name[zh_CN]=??????????????? Name[zh_TW]=??????????????? Comment=The daemon received a new message sent with wall(1) or write(1) +Comment[ar]=???????????? ?????????????? ?????????? ?????????? ???????????? ?????? wall(1) ???? write(1). Comment[be@latin]=S??u??ba atryma??a novaje paviedamle??nie ad ???wall(1)??? ci ???write(1)???. Comment[bg]=?????????????? ???????????? ???????? ?????????????????? (wall(1) ?????? write(1)) Comment[bs]=Demon je primio novu poruku poslatu kroz wall(1) ili write(1)