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-06-13 13:02:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwrited5 (Old)
 and      /work/SRC/openSUSE:Factory/.kwrited5.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwrited5"

Mon Jun 13 13:02:18 2022 rev:131 rq:981913 version:5.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes        2022-05-05 
23:05:10.505466054 +0200
+++ /work/SRC/openSUSE:Factory/.kwrited5.new.1548/kwrited5.changes      
2022-06-13 13:02:33.829119805 +0200
@@ -1,0 +2,21 @@
+Thu Jun  9 11:15:01 UTC 2022 - Fabian Vogt <[email protected]>
+
+- 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:55 UTC 2022 - Fabian Vogt <[email protected]>
+
+- 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:
+  * Install in kf<version>
+  * Add CI qt6 support
+  * Make it compile against qt6
+
+-------------------------------------------------------------------

Old:
----
  kwrited-5.24.5.tar.xz
  kwrited-5.24.5.tar.xz.sig

New:
----
  kwrited-5.25.0.tar.xz
  kwrited-5.25.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kwrited5.spec ++++++
--- /var/tmp/diff_new_pack.tutZeg/_old  2022-06-13 13:02:34.361120548 +0200
+++ /var/tmp/diff_new_pack.tutZeg/_new  2022-06-13 13:02:34.365120554 +0200
@@ -18,15 +18,15 @@
 
 %bcond_without released
 Name:           kwrited5
-Version:        5.24.5
+Version:        5.25.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
+Source:         kwrited-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz.sig
+Source1:        kwrited-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.11

++++++ kwrited-5.24.5.tar.xz -> kwrited-5.25.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.24.5/.gitlab-ci.yml 
new/kwrited-5.25.0/.gitlab-ci.yml
--- old/kwrited-5.24.5/.gitlab-ci.yml   2022-05-03 12:12:54.000000000 +0200
+++ new/kwrited-5.25.0/.gitlab-ci.yml   2022-06-09 11:11:23.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/kwrited-5.24.5/CMakeLists.txt 
new/kwrited-5.25.0/CMakeLists.txt
--- old/kwrited-5.24.5/CMakeLists.txt   2022-05-03 12:12:54.000000000 +0200
+++ new/kwrited-5.25.0/CMakeLists.txt   2022-06-09 11:11:23.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(kwrited)
-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")
 
 set(CMAKE_CXX_STANDARD 17)
@@ -21,7 +21,7 @@
 include(KDEClangFormat)
 include(KDEGitCommitHooks)
 
-find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
+find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
     Gui
 )
 
@@ -89,7 +89,7 @@
     kcoreaddons_add_plugin(kded_kwrited
         SOURCES kwrited.cpp
         JSON kwrited.json
-        INSTALL_NAMESPACE "kf5/kded"
+        INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/kded"
     )
     set_target_properties(kded_kwrited PROPERTIES OUTPUT_NAME kwrited)
     target_compile_definitions(kded_kwrited PRIVATE 
-DPROJECT_VERSION="${PROJECT_VERSION}")
@@ -97,7 +97,7 @@
 endif ()
 
 # The .notifyrc file is common
-install(FILES kwrited.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFY5RCDIR})
+install(FILES kwrited.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})
 
 # add clang-format target for all our real source files
 file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.24.5/kwrited-autostart.desktop 
new/kwrited-5.25.0/kwrited-autostart.desktop
--- old/kwrited-5.24.5/kwrited-autostart.desktop        2022-05-03 
12:12:54.000000000 +0200
+++ new/kwrited-5.25.0/kwrited-autostart.desktop        2022-06-09 
11:11:23.000000000 +0200
@@ -10,7 +10,7 @@
 Name[br]=Diaoul skriva?? KDE
 Name[bs]=KDE???ov demon za poruke
 Name[ca]=Dimoni d'escriptura del KDE
-Name[ca@valencia]=Dimoni d'escriptura de KDE
+Name[ca@valencia]=Dimoni d'escritura de KDE
 Name[cs]=Zapisovac?? d??mon KDE
 Name[csb]=Dem??na z??pisu KDE
 Name[cy]=Daemon KDE Write
@@ -40,7 +40,7 @@
 Name[is]=KDE skriftarp??ki
 Name[it]=Demone di write di KDE
 Name[ja]=KDE Write ????????????
-Name[ka]=KDE Writed ??????????????????
+Name[ka]=KDE Write ??????????????????
 Name[kk]=KDE Write ??????????????
 Name[km]=???????????????????????????????????????????????? KDE
 Name[kn]=??????????????? ????????????????????? (????????????) 
?????????????????? (???????????????)
@@ -90,7 +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[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)
@@ -127,7 +127,7 @@
 Comment[is]=Fylgjast me?? skilabo??um fr?? notendum sem senda me?? write(1) 
e??a wall(1)
 Comment[it]=Controlla l'arrivo di messaggi da utenti locali inviati con 
write(1) o wall(1)
 Comment[ja]= write(1) ??? wall(1) 
?????????????????????????????????????????????????????????????????????
-Comment[ka]=???????????????????????? write(1) ?????? wall(1)-?????? 
???????????????????????? ??????????????????????????????????????????????????? 
??????????????????????????? ??????????????????????????????????????? 
???????????????
+Comment[ka]=???????????????????????? 
?????????????????????????????????????????? ???????????? write(1) ?????? 
wall(1)-?????? ?????????????????????????????? 
?????????????????????????????????????????? ???????????????
 Comment[kk]=???????????????????? ?????????????????????????????????? write(1) 
???? wall(1) ?????????????????????????? ???????????????????? 
???????????????????? ????????????????????
 
Comment[km]=??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
 write(1) ??? wall(1)
 Comment[kn]=write(1) ???????????? wall(1) ??? ???????????? ?????????????????? 
????????????????????????????????? ???????????????????????????????????? 
???????????????????????????????????? ??????????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.24.5/kwrited.json 
new/kwrited-5.25.0/kwrited.json
--- old/kwrited-5.24.5/kwrited.json     2022-05-03 12:12:54.000000000 +0200
+++ new/kwrited-5.25.0/kwrited.json     2022-06-09 11:11:23.000000000 +0200
@@ -1,6 +1,7 @@
 {
     "KPlugin": {
         "Description": "Watch for messages from local users sent with write(1) 
or wall(1)",
+        "Description[ar]": "?????????? ?????????? ???????????????????? 
???????????????? ?????????????? ?????? wall(1) ???? write(1).",
         "Description[bg]": "???????????????????? ???? ?????????????????? ???? 
?????????????? ??????????????????????, ?????????????????? ?? write(1) ?????? 
wall(1)",
         "Description[ca@valencia]": "Vigila els missatges dels usuaris locals 
enviats amb write(1) o wall(1)",
         "Description[ca]": "Vigila els missatges dels usuaris locals enviats 
amb write(1) o wall(1)",
@@ -20,6 +21,7 @@
         "Description[ia]": "Vigila super messages ex usatores local inviate 
con write(1) o wall(1)",
         "Description[id]": "Awasi pesan dari pengguna lokal yang dikirim 
dengan write(1) atau wall(1)",
         "Description[it]": "Monitora i messaggi inviati tramite write(1) o 
wall(1) dagli utenti locali",
+        "Description[ka]": "???????????????????????? 
?????????????????????????????????????????? ???????????? write(1) ?????? 
wall(1)-?????? ?????????????????????????????? 
?????????????????????????????????????????? ???????????????",
         "Description[ko]": "write(1)?????? wall(1)??? ?????? ???????????? 
?????? ????????? ????????????",
         "Description[lt]": "Steb??ti vietini?? naudotoj?? i??si??stus 
prane??imus naudojant write(1) arba wall(1)",
         "Description[nl]": "Observeer berichten van lokale gebruikers 
verzonden met write(1) of wall(1)",
@@ -45,8 +47,9 @@
         "Description[zh_CN]": "???????????????????????? write(1) ??? wall(1) 
???????????????",
         "Description[zh_TW]": "???????????????????????? write(1) ??? wall(1) 
???????????????",
         "Name": "Write Daemon",
+        "Name[ar]": "?????????? ??????????????",
         "Name[bg]": "?????????? ???? ????????????",
-        "Name[ca@valencia]": "Dimoni d'escriptura",
+        "Name[ca@valencia]": "Dimoni d'escritura",
         "Name[ca]": "Dimoni d'escriptura",
         "Name[cs]": "Zapisovac?? d??mon",
         "Name[da]": "Write-d??mon",
@@ -64,6 +67,7 @@
         "Name[ia]": "Demone Write (pro scriber)",
         "Name[id]": "Daemon Write",
         "Name[it]": "Demone di write",
+        "Name[ka]": "KDE Write ??????????????????",
         "Name[ko]": "Write ??????",
         "Name[lt]": "Ra??ymo tarnyba",
         "Name[nl]": "Write-daemon",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.24.5/kwrited.notifyrc 
new/kwrited-5.25.0/kwrited.notifyrc
--- old/kwrited-5.24.5/kwrited.notifyrc 2022-05-03 12:12:54.000000000 +0200
+++ new/kwrited-5.25.0/kwrited.notifyrc 2022-06-09 11:11:23.000000000 +0200
@@ -19,6 +19,7 @@
 Name[hu]=Helyi rendszer??zenet-szolg??ltat??s
 Name[ia]=Servicio de message de systema local
 Name[it]=Servizio dei messaggi del sistema locale
+Name[ka]=???????????????????????? ??????????????????????????? 
?????????????????????????????????????????? ?????????????????????
 Name[ko]=?????? ????????? ????????? ?????????
 Name[nl]=Service voor lokale systeemberichten
 Name[nn]=Lokal systemmeldingsteneste
@@ -64,6 +65,7 @@
 Comment[is]=Sta??v??r kerfisskilabo??a??j??nusta
 Comment[it]=Servizio dei messaggi di sistema locale
 Comment[ja]=???????????????????????????????????????????????????
+Comment[ka]=???????????????????????? ??????????????????????????? 
?????????????????????????????????????????? ?????????????????????
 Comment[kk]=???????????????????? ???????????? ?????????????????? ??????????????
 
Comment[km]=??????????????????????????????????????????????????????????????????????????????
 Comment[kn]=?????????????????? ??????????????????????????? ??????????????? 
????????????
@@ -136,6 +138,7 @@
 Name[is]=N??tt skeyti hefur borist
 Name[it]=Nuovo messaggio ricevuto
 Name[ja]=????????????????????????????????????????????????
+Name[ka]=??????????????????????????? ??????????????? 
?????????????????????????????????
 Name[kk]=???????? ?????????? ??????????
 Name[km]=???????????????????????????????????????????????????
 Name[kn]=????????? ?????????????????????????????? 
??????????????????????????????????????????
@@ -208,6 +211,7 @@
 Comment[is]=??j??nninn t??k vi?? n??ju skeyti sem sent var me?? wall(1) e??a 
write(1)
 Comment[it]=Il demone ha ricevuto un nuovo messaggio mandato con wall(1) o 
write(1)
 Comment[ja]=??????????????? wall(1) ??? write(1) 
??????????????????????????????????????????????????????????????????
+Comment[ka]=????????????????????? wall(1)-?????? ?????? write(1)-?????? 
??????????????? ????????????????????????????????? ???????????????
 Comment[kk]=???????????? write(1) ???? wall(1) ?????????????????????????? 
???????????????????? ???????????????????? ??????????????????
 
Comment[km]=????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
 wall(1) ?????? write(1)
 Comment[kn]=????????????(1) ????????? ????????????(1) ???????????? 
??????????????????????????? ???????????? ????????? 
?????????????????????????????? ??????????????? ?????????????????????????????????

Reply via email to