Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kio-gdrive for openSUSE:Factory checked in at 2022-11-04 17:36:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kio-gdrive (Old) and /work/SRC/openSUSE:Factory/.kio-gdrive.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio-gdrive" Fri Nov 4 17:36:08 2022 rev:47 rq:1033287 version:22.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kio-gdrive/kio-gdrive.changes 2022-10-15 16:38:35.298316470 +0200 +++ /work/SRC/openSUSE:Factory/.kio-gdrive.new.2275/kio-gdrive.changes 2022-11-04 17:39:01.454082809 +0100 @@ -1,0 +2,8 @@ +Tue Nov 1 11:20:36 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 22.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.3/ + +------------------------------------------------------------------- Old: ---- kio-gdrive-22.08.2.tar.xz kio-gdrive-22.08.2.tar.xz.sig New: ---- kio-gdrive-22.08.3.tar.xz kio-gdrive-22.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kio-gdrive.spec ++++++ --- /var/tmp/diff_new_pack.vMh7s6/_old 2022-11-04 17:39:02.066086006 +0100 +++ /var/tmp/diff_new_pack.vMh7s6/_new 2022-11-04 17:39:02.070086027 +0100 @@ -20,7 +20,7 @@ %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kio-gdrive -Version: 22.08.2 +Version: 22.08.3 Release: 0 Summary: Google Drive KIO slave for KDE applications License: GPL-2.0-or-later ++++++ kio-gdrive-22.08.2.tar.xz -> kio-gdrive-22.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-22.08.2/CMakeLists.txt new/kio-gdrive-22.08.3/CMakeLists.txt --- old/kio-gdrive-22.08.2/CMakeLists.txt 2022-10-10 22:32:05.000000000 +0200 +++ new/kio-gdrive-22.08.3/CMakeLists.txt 2022-10-30 22:31:53.000000000 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "22") set (RELEASE_SERVICE_VERSION_MINOR "08") -set (RELEASE_SERVICE_VERSION_MICRO "2") +set (RELEASE_SERVICE_VERSION_MICRO "3") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kio-gdrive VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-22.08.2/desktop/gdrive-network.desktop new/kio-gdrive-22.08.3/desktop/gdrive-network.desktop --- old/kio-gdrive-22.08.2/desktop/gdrive-network.desktop 2022-10-10 22:32:05.000000000 +0200 +++ new/kio-gdrive-22.08.3/desktop/gdrive-network.desktop 2022-10-30 22:31:53.000000000 +0100 @@ -22,6 +22,7 @@ Name[ia]=Google Drive Name[id]=Google Drive Name[it]=Google Drive +Name[ka]=Google Drive Name[ko]=Google ???????????? Name[lt]=Google diskas Name[nl]=Google Drive diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-22.08.2/desktop/org.kde.kio_gdrive.metainfo.xml new/kio-gdrive-22.08.3/desktop/org.kde.kio_gdrive.metainfo.xml --- old/kio-gdrive-22.08.2/desktop/org.kde.kio_gdrive.metainfo.xml 2022-10-10 22:32:05.000000000 +0200 +++ new/kio-gdrive-22.08.3/desktop/org.kde.kio_gdrive.metainfo.xml 2022-10-30 22:31:53.000000000 +0100 @@ -27,6 +27,7 @@ <name xml:lang="ia">KIO GDrive</name> <name xml:lang="id">KIO GDrive</name> <name xml:lang="it">KIO GDrive</name> + <name xml:lang="ka">KIO GDrive</name> <name xml:lang="ko">KIO GDrive</name> <name xml:lang="lt">KIO GDrive</name> <name xml:lang="nl">KIO-GDrive</name> @@ -64,6 +65,7 @@ <summary xml:lang="ia">integration de Google drive con KDE Plasma e applicationeS de KDE</summary> <summary xml:lang="id">Google Drive terintegrasi dengan Plasma KDE dan aplikasi KDE</summary> <summary xml:lang="it">Integrazione di Google Drive con le applicazioni di KDE e KDE Plasma</summary> + <summary xml:lang="ka">Google Drive-?????? ?????????????????????????????? KDE Plasma-???????????? ?????? KDE -?????? ???????????????????????????????????????</summary> <summary xml:lang="ko">KDE Plasma ??? KDE ??????????????? Google ???????????? ??????</summary> <summary xml:lang="lt">Google disko integracija su KDE Plasma ir KDE programomis</summary> <summary xml:lang="nl">Integratie van Google Drive met KDE Plasma en KDE applications</summary> @@ -163,10 +165,10 @@ </screenshot> </screenshots> <releases> + <release version="22.08.3" date="2022-11-03"/> <release version="22.08.2" date="2022-10-13"/> <release version="22.08.1" date="2022-09-08"/> <release version="22.08.0" date="2022-08-18"/> - <release version="22.04.3" date="2022-07-07"/> </releases> <project_group>KDE</project_group> <categories> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-22.08.2/kaccounts/gdrive.notifyrc new/kio-gdrive-22.08.3/kaccounts/gdrive.notifyrc --- old/kio-gdrive-22.08.2/kaccounts/gdrive.notifyrc 2022-10-10 22:32:05.000000000 +0200 +++ new/kio-gdrive-22.08.3/kaccounts/gdrive.notifyrc 2022-10-30 22:31:53.000000000 +0100 @@ -22,6 +22,7 @@ Comment[ia]=KIO GDrive Comment[id]=KIO GDrive Comment[it]=KIO GDrive +Comment[ka]=KIO GDrive Comment[ko]=KIO GDrive Comment[lt]=KIO GDrive Comment[nl]=KIO GDrive @@ -63,6 +64,7 @@ Name[ia]=Nove conto addite Name[id]=Ditambahkan Akun Baru Name[it]=Nuovo account aggiunto +Name[ka]=??????????????? ???????????????????????? ????????????????????? Name[ko]=??? ?????? ????????? Name[lt]=Prid??ta nauja paskyra Name[nl]=Nieuw account toegevoegd @@ -102,6 +104,7 @@ Comment[ia]=Via breve pro cercar files de Google Drive quando un nove conto de Google ha essite addite. Comment[id]= Pintasan untuk menelusuri file Google Drive segera sesudah akun baru Google ditambahkan. Comment[it]= Scorciatoia per navigare tra i file di Google Drive dopo che ?? stato aggiunto un nuovo account di Google. +Comment[ka]= Google Drive -?????? ???????????????????????? ????????????????????????????????????????????? ?????????????????????????????? ?????????????????? ?????? ??????????????? Google ???????????????????????? ???????????????????????????. Comment[ko]= ????????? Google ????????? ???????????? ??? Google ??????????????? ?????? ????????? ??? ??? ?????? ?????? ????????? ???????????????. Comment[lt]= ??aukinys, skirtas nar??yti Google disko failus i?? karto, prid??jus nauj?? Google paskyr??. Comment[nl]= Sneltoets om door Google Drive bestanden te bladeren zodra een nieuw Google account is toegevoegd. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-22.08.2/kaccounts/kaccountsplugin.json new/kio-gdrive-22.08.3/kaccounts/kaccountsplugin.json --- old/kio-gdrive-22.08.2/kaccounts/kaccountsplugin.json 2022-10-10 22:32:05.000000000 +0200 +++ new/kio-gdrive-22.08.3/kaccounts/kaccountsplugin.json 2022-10-30 22:31:53.000000000 +0100 @@ -18,6 +18,7 @@ "Description[ia]": "Integrar KIO gdrive", "Description[id]": "Integrasi KIO gdrive", "Description[it]": "Integra KIO gdrive", + "Description[ka]": "KIO gdrive- ?????? ?????????????????????????????????", "Description[ko]": "KIO gdrive ??????", "Description[lt]": "Integruoti KIO gdrive", "Description[nl]": "KIO gdrive integreren", @@ -58,6 +59,7 @@ "Name[ia]": "KIO gdrive", "Name[id]": "KIO gdrive", "Name[it]": "KIO gdrive", + "Name[ka]": "KIO gdrive", "Name[ko]": "KIO gdrive", "Name[lt]": "KIO gdrive", "Name[nl]": "KIO gdrive", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-22.08.2/po/zh_CN/kio5_gdrive.po new/kio-gdrive-22.08.3/po/zh_CN/kio5_gdrive.po --- old/kio-gdrive-22.08.2/po/zh_CN/kio5_gdrive.po 2022-10-11 07:05:41.000000000 +0200 +++ new/kio-gdrive-22.08.3/po/zh_CN/kio5_gdrive.po 2022-11-01 01:17:53.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-06-15 00:46+0000\n" -"PO-Revision-Date: 2022-10-02 15:52\n" +"PO-Revision-Date: 2022-10-30 07:51\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-22.08.2/purpose/purpose_gdrive.json new/kio-gdrive-22.08.3/purpose/purpose_gdrive.json --- old/kio-gdrive-22.08.2/purpose/purpose_gdrive.json 2022-10-10 22:32:05.000000000 +0200 +++ new/kio-gdrive-22.08.3/purpose/purpose_gdrive.json 2022-10-30 22:31:53.000000000 +0100 @@ -19,6 +19,7 @@ "Name[ia]": "Nicolas Fella", "Name[id]": "Nicolas Fella", "Name[it]": "Nicolas Fella", + "Name[ka]": "????????????????????? ????????????", "Name[ko]": "Nicolas Fella", "Name[lt]": "Nicolas Fella", "Name[nl]": "Nicolas Fella", @@ -55,6 +56,7 @@ "Description[ia]": "Incarga files a Google Drive", "Description[id]": "Unggah file ke Google Drive", "Description[it]": "Carica i file su Google Drive", + "Description[ka]": "???????????????????????? ???????????????????????? Google Drive-??????", "Description[ko]": "Google ??????????????? ?????? ?????????", "Description[lt]": "I??siun??ia failus ?? Google disk??", "Description[nl]": "Bestanden naar Google Drive uploaden", @@ -90,6 +92,7 @@ "Name[ia]": "Google Drive", "Name[id]": "Google Drive", "Name[it]": "Google Drive", + "Name[ka]": "Google Drive", "Name[ko]": "Google ????????????", "Name[lt]": "Google diskas", "Name[nl]": "Google Drive", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-22.08.2/src/integration/contextmenuaction/contextmenuaction.json new/kio-gdrive-22.08.3/src/integration/contextmenuaction/contextmenuaction.json --- old/kio-gdrive-22.08.2/src/integration/contextmenuaction/contextmenuaction.json 2022-10-10 22:32:05.000000000 +0200 +++ new/kio-gdrive-22.08.3/src/integration/contextmenuaction/contextmenuaction.json 2022-10-30 22:31:53.000000000 +0100 @@ -23,6 +23,7 @@ "Name[ia]": "Menu de actiones de 'Google Drive'", "Name[id]": "Menu aksi Google Drive", "Name[it]": "Menu azioni di ??Google Drive??", + "Name[ka]": "'Google Drive'-?????? ???????????????????????? ???????????????", "Name[ko]": "'Google ????????????' ?????? ??????", "Name[lt]": "???Google disko??? veiksm?? meniu", "Name[nl]": "Actiemenu van Google Drive", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-22.08.2/src/integration/propertiesplugin/gdrivepropertiesplugin.json new/kio-gdrive-22.08.3/src/integration/propertiesplugin/gdrivepropertiesplugin.json --- old/kio-gdrive-22.08.2/src/integration/propertiesplugin/gdrivepropertiesplugin.json 2022-10-10 22:32:05.000000000 +0200 +++ new/kio-gdrive-22.08.3/src/integration/propertiesplugin/gdrivepropertiesplugin.json 2022-10-30 22:31:53.000000000 +0100 @@ -17,6 +17,7 @@ "Description[ia]": "Pagina de proprietates monstrante information additional a proposito de un elemento de Google Drive", "Description[id]": "Halaman properti menampilkan informasi tambahan tentang item Google Drive", "Description[it]": "Pagina delle propriet?? che mostra informazioni aggiuntive relative a un elemento di Google Drive", + "Description[ka]": "?????????????????????????????? ??????????????????, ????????????????????? ???????????????????????? ??????????????????????????? ????????????????????????????????? Google Drive ??????????????????????????? ?????????????????????", "Description[ko]": "Google ???????????? ????????? ?????? ????????? ???????????? ?????? ?????????", "Description[lt]": "Savybi?? puslapis, rodantis papildom?? informacij??, susijusi?? su Google disko elementu", "Description[nl]": "Eigenschappenpagina die extra informatie over een Google Drive-item toont", @@ -57,6 +58,7 @@ "Name[ia]": "Pagina de proprietates de Google Drive", "Name[id]": "Halaman Properti Google Drive", "Name[it]": "Pagina delle propriet?? di Google Drive", + "Name[ka]": "Google Drive-?????? ?????????????????????????????? ??????????????????", "Name[ko]": "Google ???????????? ?????? ?????????", "Name[lt]": "Google disko savybi?? puslapis", "Name[nl]": "Pagina van eigenschappen van Google Drive",
