Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2022-09-09 18:23:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and      /work/SRC/openSUSE:Factory/.akregator.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akregator"

Fri Sep  9 18:23:00 2022 rev:78 rq:1001941 version:22.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/akregator/akregator.changes      2022-08-19 
17:51:36.819488612 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.2083/akregator.changes    
2022-09-09 18:23:05.628188309 +0200
@@ -1,0 +2,8 @@
+Tue Sep  6 15:18:42 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.1/
+
+-------------------------------------------------------------------

Old:
----
  akregator-22.08.0.tar.xz
  akregator-22.08.0.tar.xz.sig

New:
----
  akregator-22.08.1.tar.xz
  akregator-22.08.1.tar.xz.sig

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

Other differences:
------------------
++++++ akregator.spec ++++++
--- /var/tmp/diff_new_pack.Kw8Om8/_old  2022-09-09 18:23:06.096189688 +0200
+++ /var/tmp/diff_new_pack.Kw8Om8/_new  2022-09-09 18:23:06.100189700 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           akregator
-Version:        22.08.0
+Version:        22.08.1
 Release:        0
 Summary:        RSS Feed Reader
 License:        GPL-2.0-or-later

++++++ akregator-22.08.0.tar.xz -> akregator-22.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-22.08.0/CMakeLists.txt 
new/akregator-22.08.1/CMakeLists.txt
--- old/akregator-22.08.0/CMakeLists.txt        2022-08-11 00:15:54.000000000 
+0200
+++ new/akregator-22.08.1/CMakeLists.txt        2022-09-03 00:37:16.000000000 
+0200
@@ -1,11 +1,11 @@
 # SPDX-License-Identifier: CC0-1.0
 # SPDX-FileCopyrightText: none
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.21.0")
+set(PIM_VERSION "5.21.1")
 project(akregator VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.95.0")
-set(RELEASE_SERVICE_VERSION "22.08.0")
+set(RELEASE_SERVICE_VERSION "22.08.1")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -46,13 +46,13 @@
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.15.2")
-set(KONTACTINTERFACE_LIB_VERSION "5.21.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.21.0")
-set(LIBGRANTLEETHEME_LIB_VERSION "5.21.0")
-set(LIBKDEPIM_LIB_VERSION "5.21.0")
-set(LIBKLEO_LIB_VERSION "5.21.0")
-set(MESSAGELIB_LIB_VERSION "5.21.0")
-set(PIMCOMMON_LIB_VERSION "5.21.0")
+set(KONTACTINTERFACE_LIB_VERSION "5.21.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.21.1")
+set(LIBGRANTLEETHEME_LIB_VERSION "5.21.1")
+set(LIBKDEPIM_LIB_VERSION "5.21.1")
+set(LIBKLEO_LIB_VERSION "5.21.1")
+set(MESSAGELIB_LIB_VERSION "5.21.1")
+set(PIMCOMMON_LIB_VERSION "5.21.1")
 
 option(KDEPIM_KUSERFEEDBACK "Enable user feedback support (experimental)" 
FALSE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-22.08.0/configuration/akregator_config_advanced.json 
new/akregator-22.08.1/configuration/akregator_config_advanced.json
--- old/akregator-22.08.0/configuration/akregator_config_advanced.json  
2022-08-11 00:15:54.000000000 +0200
+++ new/akregator-22.08.1/configuration/akregator_config_advanced.json  
2022-09-03 00:37:16.000000000 +0200
@@ -16,6 +16,7 @@
         "Description[hu]": "Speci??lis h??rolvas??-be??ll??t??sok",
         "Description[ia]": "Preferentias avantiate de lector de syndication",
         "Description[it]": "Impostazioni avanzate per il lettore di fonti",
+        "Description[ka]": "?????????????????????????????? ?????????????????? 
?????????????????????????????? ?????????????????????????????? 
?????????????????????????????????",
         "Description[ko]": "?????? ?????? ?????? ??????",
         "Description[nl]": "Geavanceerde instellingen van feedlezer",
         "Description[pl]": "Ustawienie rozszerzone czytnika kana????w",
@@ -54,6 +55,7 @@
         "Name[ia]": "Avantiate",
         "Name[it]": "Avanzate",
         "Name[ja]": "??????",
+        "Name[ka]": "??????????????????????????????",
         "Name[kk]": "??????????????",
         "Name[km]": "????????????????????????????????????",
         "Name[ko]": "??????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-22.08.0/configuration/akregator_config_appearance.json 
new/akregator-22.08.1/configuration/akregator_config_appearance.json
--- old/akregator-22.08.0/configuration/akregator_config_appearance.json        
2022-08-11 00:15:54.000000000 +0200
+++ new/akregator-22.08.1/configuration/akregator_config_appearance.json        
2022-09-03 00:37:16.000000000 +0200
@@ -16,6 +16,7 @@
         "Description[hu]": "A h??rolvas?? megjelen??t??s??nek be??ll??t??sa",
         "Description[ia]": "Configura le apparentia de lector de syndication",
         "Description[it]": "Configura l'aspetto del lettore di fonti",
+        "Description[ka]": "?????????????????????????????? ?????????????????? 
?????????????????????????????? ?????????????????????????????? 
?????????????????????",
         "Description[ko]": "?????? ?????? ?????? ??????",
         "Description[nl]": "Het uiterlijk van feedlezer instellen",
         "Description[pl]": "Ustawienia wygl??du czytnika kana????w",
@@ -63,7 +64,7 @@
         "Name[is]": "??tlit",
         "Name[it]": "Aspetto",
         "Name[ja]": "??????",
-        "Name[ka]": "?????????????????????",
+        "Name[ka]": "????????????????????? ?????????????????????",
         "Name[kk]": "???????????? ????????????????",
         "Name[km]": "??????????????????",
         "Name[ko]": "??????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-22.08.0/configuration/akregator_config_archive.json 
new/akregator-22.08.1/configuration/akregator_config_archive.json
--- old/akregator-22.08.0/configuration/akregator_config_archive.json   
2022-08-11 00:15:54.000000000 +0200
+++ new/akregator-22.08.1/configuration/akregator_config_archive.json   
2022-09-03 00:37:16.000000000 +0200
@@ -16,6 +16,7 @@
         "Description[hu]": "A h??rarch??vum be??ll??t??sai",
         "Description[ia]": "Configura archivo de syndication",
         "Description[it]": "Configura l'archivio delle fonti",
+        "Description[ka]": "?????????????????? ????????????????????? 
?????????????????????",
         "Description[ko]": "?????? ????????? ??????",
         "Description[nl]": "Feedarchief instellen",
         "Description[pl]": "Ustawienia archiwum kana????w",
@@ -54,6 +55,7 @@
         "Name[ia]": "Archivo",
         "Name[it]": "Archivio",
         "Name[ja]": "???????????????",
+        "Name[ka]": "??????????????????",
         "Name[kk]": "????????????",
         "Name[km]": "????????????????????????",
         "Name[ko]": "?????????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-22.08.0/configuration/akregator_config_browser.json 
new/akregator-22.08.1/configuration/akregator_config_browser.json
--- old/akregator-22.08.0/configuration/akregator_config_browser.json   
2022-08-11 00:15:54.000000000 +0200
+++ new/akregator-22.08.1/configuration/akregator_config_browser.json   
2022-09-03 00:37:16.000000000 +0200
@@ -16,6 +16,7 @@
         "Description[hu]": "A bels?? b??ng??sz??komponens be??ll??t??sa",
         "Description[ia]": "Configura componente interne de navigator",
         "Description[it]": "Configura il componente interno di navigazione",
+        "Description[ka]": "??????????????????????????? 
????????????????????????????????? ?????????????????????",
         "Description[ko]": "?????? ????????? ?????? ?????? ??????",
         "Description[nl]": "Interne browsercomponent instellen",
         "Description[pl]": "Ustawienia wewn??trznej przegl??darki",
@@ -54,6 +55,7 @@
         "Name[ia]": "Navigator",
         "Name[it]": "Navigatore",
         "Name[ja]": "????????????",
+        "Name[ka]": "Browser-???",
         "Name[kk]": "??????????????",
         "Name[km]": "??????????????????????????????????????????",
         "Name[ko]": "?????????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-22.08.0/configuration/akregator_config_general.json 
new/akregator-22.08.1/configuration/akregator_config_general.json
--- old/akregator-22.08.0/configuration/akregator_config_general.json   
2022-08-11 00:15:54.000000000 +0200
+++ new/akregator-22.08.1/configuration/akregator_config_general.json   
2022-09-03 00:37:16.000000000 +0200
@@ -16,6 +16,7 @@
         "Description[hu]": "Csatornabe??ll??t??sok",
         "Description[ia]": "Configura syndicationes",
         "Description[it]": "Configura le fonti",
+        "Description[ka]": "???????????????????????? ?????????????????????",
         "Description[ko]": "?????? ??????",
         "Description[nl]": "Feeds configureren",
         "Description[pl]": "Ustawienia kana????w",
@@ -62,7 +63,7 @@
         "Name[is]": "Almennt",
         "Name[it]": "Generale",
         "Name[ja]": "??????",
-        "Name[ka]": "??????????????????",
+        "Name[ka]": "?????????????????????",
         "Name[kk]": "??????????",
         "Name[km]": "????????????",
         "Name[ko]": "??????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-22.08.0/configuration/akregator_config_plugins.json 
new/akregator-22.08.1/configuration/akregator_config_plugins.json
--- old/akregator-22.08.0/configuration/akregator_config_plugins.json   
2022-08-11 00:15:54.000000000 +0200
+++ new/akregator-22.08.1/configuration/akregator_config_plugins.json   
2022-09-03 00:37:16.000000000 +0200
@@ -16,6 +16,7 @@
         "Description[hu]": "B??v??tm??nyek be??ll??t??sa",
         "Description[ia]": "Configura Plug-ins",
         "Description[it]": "Configura le estensioni",
+        "Description[ka]": "????????????????????????????????? 
?????????????????????",
         "Description[ko]": "???????????? ??????",
         "Description[nl]": "Plugins configureren",
         "Description[pl]": "Ustawienia wtyczek",
@@ -61,7 +62,7 @@
         "Name[is]": "??forrit",
         "Name[it]": "Estensioni",
         "Name[ja]": "???????????????",
-        "Name[ka]": "????????????????????????",
+        "Name[ka]": "??????????????????????????????",
         "Name[kk]": "???????????? ????????????????????",
         "Name[km]": "??????????????????????????????????????????",
         "Name[ko]": "????????????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-22.08.0/configuration/akregator_config_security.json 
new/akregator-22.08.1/configuration/akregator_config_security.json
--- old/akregator-22.08.0/configuration/akregator_config_security.json  
2022-08-11 00:15:54.000000000 +0200
+++ new/akregator-22.08.1/configuration/akregator_config_security.json  
2022-09-03 00:37:16.000000000 +0200
@@ -16,6 +16,7 @@
         "Description[hu]": "Biztons??gi be??ll??t??sok",
         "Description[ia]": "Configura securitate",
         "Description[it]": "Configura la sicurezza",
+        "Description[ka]": "???????????????????????????????????? 
?????????????????????",
         "Description[ko]": "?????? ??????",
         "Description[nl]": "Beveiliging configureren",
         "Description[pl]": "Ustawienia zabezpiecze??",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-22.08.0/configuration/akregator_config_userfeedback.json 
new/akregator-22.08.1/configuration/akregator_config_userfeedback.json
--- old/akregator-22.08.0/configuration/akregator_config_userfeedback.json      
2022-08-11 00:15:54.000000000 +0200
+++ new/akregator-22.08.1/configuration/akregator_config_userfeedback.json      
2022-09-03 00:37:16.000000000 +0200
@@ -20,6 +20,7 @@
         "Name[hu]": "Felhaszn??l??i visszajelz??s",
         "Name[ia]": "Responsa del usator",
         "Name[it]": "Segnalazioni degli utenti",
+        "Name[ka]": "????????????????????????????????? 
??????????????????????????????",
         "Name[ko]": "????????? ?????????",
         "Name[nl]": "Terugkoppeling van gebruiker",
         "Name[nn]": "Tilbakemeldingar",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-22.08.0/kontactplugin/akregatorplugin.json.cmake 
new/akregator-22.08.1/kontactplugin/akregatorplugin.json.cmake
--- old/akregator-22.08.0/kontactplugin/akregatorplugin.json.cmake      
2022-08-11 00:15:54.000000000 +0200
+++ new/akregator-22.08.1/kontactplugin/akregatorplugin.json.cmake      
2022-09-03 00:37:16.000000000 +0200
@@ -16,6 +16,7 @@
         "Description[hu]": "Akregator b??v??tm??ny",
         "Description[ia]": "Plug-in Akregator",
         "Description[it]": "Estensione di Akregator",
+        "Description[ka]": "Akregator -?????? ????????????????????????",
         "Description[ko]": "Akregator ????????????",
         "Description[nl]": "Akregatorplug-in",
         "Description[pl]": "Wtyczka Akregatora",
@@ -63,7 +64,7 @@
         "Name[is]": "Fr??ttastraumar",
         "Name[it]": "Fonti",
         "Name[ja]": "????????????",
-        "Name[ka]": "???????????????",
+        "Name[ka]": "?????????????????????",
         "Name[kk]": "????????????????",
         "Name[km]": "??????????????????????????????",
         "Name[ko]": "??????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-22.08.0/po/be/akregator.po 
new/akregator-22.08.1/po/be/akregator.po
--- old/akregator-22.08.0/po/be/akregator.po    2022-08-12 02:11:37.000000000 
+0200
+++ new/akregator-22.08.1/po/be/akregator.po    2022-09-06 02:14:33.000000000 
+0200
@@ -24,8 +24,9 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KAider 0.1\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || n%10>=5 && n%10<=9 || n"
+"%100>=11 && n%100<=14 ? 2 : 3);\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -2132,7 +2133,7 @@
 
 #: src/formatter/grantleeviewformatter.cpp:60
 #: src/formatter/grantleeviewformatter.cpp:111
-#, kde-format
+#, fuzzy, kde-format
 msgid " (1 unread article)"
 msgid_plural " (%1 unread articles)"
 msgstr[0] " (%1 ?????????????? ??????????????????????)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-22.08.0/po/ca@valencia/akregator.po 
new/akregator-22.08.1/po/ca@valencia/akregator.po
--- old/akregator-22.08.0/po/ca@valencia/akregator.po   2022-08-12 
02:11:37.000000000 +0200
+++ new/akregator-22.08.1/po/ca@valencia/akregator.po   2022-09-06 
02:14:33.000000000 +0200
@@ -302,7 +302,7 @@
 #: configuration/ui/settings_appearance.ui:244
 #, kde-format
 msgid "Fixed font:"
-msgstr "Tipus de lletra d'ampl??ria fixa:"
+msgstr "Tipus de lletra fixa:"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel3)
 #: configuration/ui/settings_appearance.ui:254
@@ -879,13 +879,13 @@
 #: interfaces/akregator.kcfg:180
 #, kde-format
 msgid "Show tray icon"
-msgstr "Mostra una icona a la safata del sistema"
+msgstr "Mostra una icona en la safata del sistema"
 
 #. i18n: ectx: whatsthis, entry, group (General)
 #: interfaces/akregator.kcfg:181
 #, kde-format
 msgid "Specifies if the tray icon is shown or not."
-msgstr "Especifica si es mostra o no la icona a la safata."
+msgstr "Especifica si es mostra o no la icona en la safata."
 
 #. i18n: ectx: label, entry, group (General)
 #: interfaces/akregator.kcfg:185
@@ -1487,7 +1487,7 @@
 #: src/actions/actionmanagerimpl.cpp:603
 #, kde-format
 msgid "&Find in Message..."
-msgstr "Bu&sca al missatge..."
+msgstr "Bu&sca en el missatge..."
 
 #: src/actions/actionmanagerimpl.cpp:614
 #, kde-format
@@ -1787,7 +1787,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Print Document"
-msgstr "Impressi?? del document"
+msgstr "Imprimiu el document"
 
 #: src/command/createfoldercommand.cpp:47
 #, kde-format
@@ -2164,7 +2164,7 @@
 "<qt>Are you sure you want to mark <b>all feeds in the folder</b> as read?</"
 "qt>"
 msgstr ""
-"<qt>Segur que voleu <b>totes les fonts a la carpeta</b> com a llegides?</qt>"
+"<qt>Segur que voleu <b>totes les fonts en la carpeta</b> com a llegides?</qt>"
 
 #: src/mainwidget.cpp:777
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-22.08.0/po/zh_CN/akregator.po 
new/akregator-22.08.1/po/zh_CN/akregator.po
--- old/akregator-22.08.0/po/zh_CN/akregator.po 2022-08-12 02:11:37.000000000 
+0200
+++ new/akregator-22.08.1/po/zh_CN/akregator.po 2022-09-06 02:14:34.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-17 02:17+0000\n"
-"PO-Revision-Date: 2022-08-07 13:32\n"
+"PO-Revision-Date: 2022-08-20 14:20\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-22.08.0/src/data/akregator.notifyrc 
new/akregator-22.08.1/src/data/akregator.notifyrc
--- old/akregator-22.08.0/src/data/akregator.notifyrc   2022-08-11 
00:15:54.000000000 +0200
+++ new/akregator-22.08.1/src/data/akregator.notifyrc   2022-09-03 
00:37:16.000000000 +0200
@@ -96,7 +96,7 @@
 Name[is]=Straum b??tt vi??
 Name[it]=Aggiunta fonte
 Name[ja]=??????????????????
-Name[ka]=????????????????????????????????? ???????????????
+Name[ka]=??????????????? ?????????????????????????????????
 Name[kk]=?????????? ??????????????
 Name[km]=???????????????????????????????????????????????????????????????
 Name[ko]=?????? ?????????
@@ -157,7 +157,7 @@
 Comment[is]=N??jum straum var b??tt vi?? Akregator
 Comment[it]=Una nuova fonte ?? stata aggiunta ad Akregator da remoto
 Comment[ja]=??????????????????????????????????????? Akregator 
????????????????????????
-Comment[ka]=Akregator-?????? ???????????? ???????????????????????????????????? 
??????????????? ??????????????? ?????????????????????
+Comment[ka]=Akregator-?????? ??????????????? ??????????????? 
????????????????????? ???????????? ??????????????????????????????
 Comment[kk]=Akregator-???? ???????????????? ???????? ?????????? ??????????????
 
Comment[km]=?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
 Akregator
 Comment[ko]=??? ????????? ?????????????????????
@@ -287,7 +287,7 @@
 Comment[is]=N??jar greinar voru s??ttar
 Comment[it]=I nuovi articoli sono stati recuperati
 Comment[ja]=????????????????????????????????????
-Comment[ka]=??????????????????????????? ??????????????? 
????????????????????????
+Comment[ka]=??????????????? ???????????????????????? 
????????????????????????????????????
 Comment[kk]=???????? ???????????? ????????????
 Comment[km]=??????????????????????????????????????????????????????????????????
 Comment[ko]=??? ?????? ????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-22.08.0/src/data/org.kde.akregator.appdata.xml 
new/akregator-22.08.1/src/data/org.kde.akregator.appdata.xml
--- old/akregator-22.08.0/src/data/org.kde.akregator.appdata.xml        
2022-08-11 00:15:54.000000000 +0200
+++ new/akregator-22.08.1/src/data/org.kde.akregator.appdata.xml        
2022-09-03 00:37:16.000000000 +0200
@@ -24,6 +24,7 @@
   <name xml:lang="ia">Akregator</name>
   <name xml:lang="id">Akregator</name>
   <name xml:lang="it">Akregator</name>
+  <name xml:lang="ka">Akregator</name>
   <name xml:lang="ko">Akregator</name>
   <name xml:lang="lt">Akregator</name>
   <name xml:lang="nb">Akregator</name>
@@ -68,6 +69,7 @@
   <developer_name xml:lang="ia">Le communitate de KDE</developer_name>
   <developer_name xml:lang="id">Komunitas KDE</developer_name>
   <developer_name xml:lang="it">La comunit?? KDE</developer_name>
+  <developer_name xml:lang="ka">KDE-?????? 
?????????????????????????????????</developer_name>
   <developer_name xml:lang="ko">KDE ????????????</developer_name>
   <developer_name xml:lang="nl">De KDE gemeenschap</developer_name>
   <developer_name xml:lang="nn">KDE-fellesskapet</developer_name>
@@ -214,10 +216,10 @@
     <binary>akregator</binary>
   </provides>
   <releases>
+    <release version="5.21.1" date="2022-09-08"/>
     <release version="5.21.0" date="2022-08-18"/>
     <release version="5.20.3" date="2022-07-07"/>
     <release version="5.20.2" date="2022-06-09"/>
-    <release version="5.20.1" date="2022-05-12"/>
   </releases>
   <content_rating type="oars-1.1"/>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-22.08.0/src/data/org.kde.akregator.desktop 
new/akregator-22.08.1/src/data/org.kde.akregator.desktop
--- old/akregator-22.08.0/src/data/org.kde.akregator.desktop    2022-08-11 
00:15:54.000000000 +0200
+++ new/akregator-22.08.1/src/data/org.kde.akregator.desktop    2022-09-03 
00:37:16.000000000 +0200
@@ -95,6 +95,7 @@
 GenericName[ia]=Lector de syndication
 GenericName[it]=Lettore di fonti
 GenericName[ja]=????????????????????????
+GenericName[ka]=?????????????????? ???????????????????????????
 GenericName[kk]=RSS ???????????????????? ??????
 
GenericName[km]=?????????????????????????????????????????????????????????????????????
 GenericName[ko]=?????? ??????
@@ -149,6 +150,7 @@
 Comment[ia]=Un lector KDE de syndication de novas
 Comment[it]=Lettore KDE di fonti di notizie
 Comment[ja]=KDE ????????????????????????????????????
+Comment[ka]=KDE-?????? ?????????????????????????????? ?????????????????? 
????????????????????????
 Comment[kk]=KDE ?????????????? ?????????????? ?????? ????????????
 
Comment[km]=???????????????????????????????????????????????????????????????????????????????????????
 KDE
 Comment[ko]=KDE ?????? ?????? ??????

Reply via email to