Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package calindori for openSUSE:Factory checked in at 2023-09-15 22:02:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/calindori (Old) and /work/SRC/openSUSE:Factory/.calindori.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calindori" Fri Sep 15 22:02:45 2023 rev:6 rq:1111095 version:23.08.1 Changes: -------- --- /work/SRC/openSUSE:Factory/calindori/calindori.changes 2023-08-31 13:46:42.306340195 +0200 +++ /work/SRC/openSUSE:Factory/.calindori.new.1766/calindori.changes 2023-09-15 22:05:12.796573464 +0200 @@ -1,0 +2,10 @@ +Tue Sep 12 11:55:19 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.08.1/ +- Changes since 23.08.0: + * Add Keywords to org.kde.calindori.desktop + +------------------------------------------------------------------- Old: ---- calindori-23.08.0.tar.xz calindori-23.08.0.tar.xz.sig New: ---- calindori-23.08.1.tar.xz calindori-23.08.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ calindori.spec ++++++ --- /var/tmp/diff_new_pack.X6TR4p/_old 2023-09-15 22:05:13.968615369 +0200 +++ /var/tmp/diff_new_pack.X6TR4p/_new 2023-09-15 22:05:13.968615369 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: calindori -Version: 23.08.0 +Version: 23.08.1 Release: 0 Summary: Kirigami-based calendar application License: GPL-3.0-or-later ++++++ calindori-23.08.0.tar.xz -> calindori-23.08.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calindori-23.08.0/CMakeLists.txt new/calindori-23.08.1/CMakeLists.txt --- old/calindori-23.08.0/CMakeLists.txt 2023-08-16 23:30:58.000000000 +0200 +++ new/calindori-23.08.1/CMakeLists.txt 2023-09-11 05:07:19.000000000 +0200 @@ -7,7 +7,7 @@ # KDE Applications version, managed by release script. set(RELEASE_SERVICE_VERSION_MAJOR "23") set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "0") +set(RELEASE_SERVICE_VERSION_MICRO "1") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(calindori VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calindori-23.08.0/org.kde.calindori.appdata.xml new/calindori-23.08.1/org.kde.calindori.appdata.xml --- old/calindori-23.08.0/org.kde.calindori.appdata.xml 2023-08-16 23:30:58.000000000 +0200 +++ new/calindori-23.08.1/org.kde.calindori.appdata.xml 2023-09-11 05:07:19.000000000 +0200 @@ -432,6 +432,7 @@ <url type="homepage">https://invent.kde.org/plasma-mobile/calindori</url> <url type="bugtracker">https://bugs.kde.org/describecomponents.cgi?product=calindori</url> <releases> + <release version="23.08.1" date="2023-09-14"/> <release version="23.08.0" date="2023-08-24"/> <release version="23.04.3" date="2023-07-06"/> <release version="23.04.2" date="2023-06-08"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calindori-23.08.0/org.kde.calindori.desktop new/calindori-23.08.1/org.kde.calindori.desktop --- old/calindori-23.08.0/org.kde.calindori.desktop 2023-08-16 23:30:58.000000000 +0200 +++ new/calindori-23.08.1/org.kde.calindori.desktop 2023-09-11 05:07:19.000000000 +0200 @@ -93,6 +93,22 @@ Comment[uk]=УпоÑÑдкÑÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð¿Ð¸ÑÑв подÑй Ñ Ð·Ð°Ð²Ð´Ð°Ð½Ñ Comment[x-test]=xxOrganize events and tasksxx Comment[zh_CN]=ç»ç»æ´»å¨åä»»å¡ +Keywords=Calendar;Event;Reminder; +Keywords[ca]=Calendari;Esdeveniment;Recordatori; +Keywords[ca@valencia]=Calendari;Esdeveniment;Recordatori; +Keywords[es]=Calendario;Evento;Recordatorio; +Keywords[eu]=Egutegia;Ekitaldia;Oroigarria; +Keywords[fr]=Agenda ; Ãvènement ; Rappel ; +Keywords[gl]=calendario;almanaque;evento;acontecemento;suceso;recordatorio;lembranza; +Keywords[it]=Calendario;Evento;Promemoria; +Keywords[ka]=Calendar;Event;Reminder;áááááááá á;ááááááá;á¨áá®á¡ááááá; +Keywords[nl]=Agenda;Gebeurtenis;Herinnering; +Keywords[pl]=Kalendarz;Wydarzenie;Przypomnienie; +Keywords[sl]=Koledar;Dogodek;Opomnik; +Keywords[sv]=Kalender;Händelse;PÃ¥minnelse; +Keywords[tr]=Takvim;Etkinlik;Anımsatıcı;Hatırlatıcı; +Keywords[uk]=Calendar;Event;Reminder;ÐалендаÑ;ÐодÑÑ;ÐагадÑваннÑ; +Keywords[x-test]=xxCalendarxx;xxEventxx;xxReminderxx; Exec=calindori %f Icon=calindori Type=Application diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calindori-23.08.0/po/nn/calindori.po new/calindori-23.08.1/po/nn/calindori.po --- old/calindori-23.08.0/po/nn/calindori.po 2023-08-16 23:30:58.000000000 +0200 +++ new/calindori-23.08.1/po/nn/calindori.po 2023-09-11 05:07:19.000000000 +0200 @@ -1,12 +1,12 @@ # Translation of calindori to Norwegian Nynorsk # -# Karl Ove Hufthammer <[email protected]>, 2020, 2021. +# Karl Ove Hufthammer <[email protected]>, 2020, 2021, 2023. msgid "" msgstr "" "Project-Id-Version: calindori\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-03-03 00:46+0000\n" -"PO-Revision-Date: 2021-04-09 23:53+0200\n" +"PO-Revision-Date: 2023-08-24 21:38+0200\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" "Language: nn\n" @@ -14,7 +14,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 20.12.3\n" +"X-Generator: Lokalize 23.04.3\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -292,32 +292,32 @@ #: contents/ui/CalindoriGlobalDrawer.qml:64 #, kde-format msgid "Calendar" -msgstr "" +msgstr "Kalender" #: contents/ui/CalindoriGlobalDrawer.qml:81 #, kde-format msgid "Month View" -msgstr "" +msgstr "MÃ¥nadsvising" #: contents/ui/CalindoriGlobalDrawer.qml:104 #, kde-format msgid "Week View" -msgstr "" +msgstr "Vekevising" #: contents/ui/CalindoriGlobalDrawer.qml:127 #, kde-format msgid "Day View" -msgstr "" +msgstr "Dagvising" #: contents/ui/CalindoriGlobalDrawer.qml:150 #, kde-format msgid "Tasks List" -msgstr "" +msgstr "OppgÃ¥veliste" #: contents/ui/CalindoriGlobalDrawer.qml:172 #, kde-format msgid "Events List" -msgstr "" +msgstr "Hendingsliste" #: contents/ui/CalindoriGlobalDrawer.qml:198 #, kde-format @@ -530,12 +530,12 @@ #: contents/ui/ManageCalendarsPage.qml:41 #, kde-format msgid "No external calendars found" -msgstr "" +msgstr "Fann ingen eksterne kalendrar" #: contents/ui/ManageCalendarsPage.qml:42 #, kde-format msgid "No calendars found" -msgstr "" +msgstr "Fann ingen kalendrar" #: contents/ui/ManageCalendarsPage.qml:43 #, kde-format @@ -550,7 +550,7 @@ #: contents/ui/ManageCalendarsPage.qml:65 #, kde-format msgid "Modify " -msgstr "" +msgstr "Rediger " #: contents/ui/ManageCalendarsPage.qml:68 #, kde-format @@ -571,17 +571,17 @@ #: contents/ui/ManageCalendarsPage.qml:110 #, kde-format msgid "Edit details" -msgstr "" +msgstr "Rediger detaljar" #: contents/ui/ManageCalendarsPage.qml:119 #, kde-format msgid "Import calendar file" -msgstr "" +msgstr "Importer kalenderfil" #: contents/ui/ManageCalendarsPage.qml:129 #, kde-format msgid "Export calendar to file" -msgstr "" +msgstr "Eksporter kalender til fil" #: contents/ui/ManageCalendarsPage.qml:153 #, kde-format @@ -598,7 +598,7 @@ #: contents/ui/ManageCalendarsPage.qml:230 #, kde-format msgid "Modify" -msgstr "" +msgstr "Rediger" #: contents/ui/MessageBoard.qml:32 #, kde-format @@ -708,7 +708,7 @@ #: contents/ui/SettingsPage.qml:25 #, kde-format msgid "More Info:" -msgstr "" +msgstr "Meir informasjon:" #: contents/ui/SettingsPage.qml:27 #, kde-format @@ -718,7 +718,7 @@ #: contents/ui/SettingsPage.qml:40 #, kde-format msgid "Calendars:" -msgstr "" +msgstr "Kalendrar:" #: contents/ui/SettingsPage.qml:41 #, kde-format @@ -798,7 +798,7 @@ #: contents/ui/WeekPage.qml:29 #, kde-format msgid "Current Week" -msgstr "" +msgstr "Denne veka" #: contents/ui/WeekPage.qml:36 #, kde-format @@ -888,7 +888,7 @@ #, kde-format msgctxt "@info:credit" msgid "(c) 2018-2022 The Calindori Team" -msgstr "" +msgstr "© 2018-2022 Calindori-gruppa" #: main.cpp:79 #, kde-format @@ -912,7 +912,7 @@ #, kde-format msgctxt "@info:credit" msgid "Devin Lin" -msgstr "" +msgstr "Devin Lin" #: recurrenceperiodmodel.cpp:114 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calindori-23.08.0/po/zh_CN/calindac.po new/calindori-23.08.1/po/zh_CN/calindac.po --- old/calindori-23.08.0/po/zh_CN/calindac.po 2023-08-16 23:30:58.000000000 +0200 +++ new/calindori-23.08.1/po/zh_CN/calindac.po 2023-09-11 05:07:19.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-05-31 18:14+0200\n" -"PO-Revision-Date: 2023-08-02 12:45\n" +"PO-Revision-Date: 2023-09-02 02:59\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calindori-23.08.0/po/zh_CN/calindori.po new/calindori-23.08.1/po/zh_CN/calindori.po --- old/calindori-23.08.0/po/zh_CN/calindori.po 2023-08-16 23:30:58.000000000 +0200 +++ new/calindori-23.08.1/po/zh_CN/calindori.po 2023-09-11 05:07:19.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-03-03 00:46+0000\n" -"PO-Revision-Date: 2023-08-02 12:45\n" +"PO-Revision-Date: 2023-09-02 02:59\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
