Hello community, here is the log from the commit of package kaddressbook for openSUSE:Leap:15.2 checked in at 2020-05-24 18:07:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/kaddressbook (Old) and /work/SRC/openSUSE:Leap:15.2/.kaddressbook.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kaddressbook" Sun May 24 18:07:05 2020 rev:60 rq:806368 version:20.04.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/kaddressbook/kaddressbook.changes 2020-05-12 11:33:38.535900892 +0200 +++ /work/SRC/openSUSE:Leap:15.2/.kaddressbook.new.2738/kaddressbook.changes 2020-05-24 18:07:07.505906111 +0200 @@ -1,0 +2,9 @@ +Fri May 15 15:41:05 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/2020-05-apps-update +- No code change since 20.04.0 + +------------------------------------------------------------------- @@ -18,2 +26,0 @@ - * For more details please see: - * https://kde.org/announcements/releases/20.04-rc @@ -29,2 +35,0 @@ - * For more details please see: - * https://kde.org/announcements/releases/20.04-beta @@ -39 +44 @@ - * https://www.kde.org/announcements/releases/19.12.3 + * https://kde.org/announcements/releases/2020-03-apps-update @@ -53 +58 @@ - * https://www.kde.org/announcements/releases/19.12.2 + * https://kde.org/announcements/releases/2020-02-apps-update Old: ---- kaddressbook-20.04.0.tar.xz kaddressbook-20.04.0.tar.xz.sig New: ---- kaddressbook-20.04.1.tar.xz kaddressbook-20.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kaddressbook.spec ++++++ --- /var/tmp/diff_new_pack.Td1jnE/_old 2020-05-24 18:07:07.973907124 +0200 +++ /var/tmp/diff_new_pack.Td1jnE/_new 2020-05-24 18:07:07.973907124 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kaddressbook -Version: 20.04.0 +Version: 20.04.1 Release: 0 Summary: Address book application to manage contacts License: LGPL-2.1-or-later AND GPL-2.0-or-later ++++++ kaddressbook-20.04.0.tar.xz -> kaddressbook-20.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kaddressbook-20.04.0/CMakeLists.txt new/kaddressbook-20.04.1/CMakeLists.txt --- old/kaddressbook-20.04.0/CMakeLists.txt 2020-04-17 02:38:45.000000000 +0200 +++ new/kaddressbook-20.04.1/CMakeLists.txt 2020-05-12 03:25:21.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(KDEPIM_VERSION_NUMBER "5.14.0") +set(KDEPIM_VERSION_NUMBER "5.14.1") project(kaddressbook VERSION ${KDEPIM_VERSION_NUMBER}) set(RELEASE_SERVICE_VERSION "20.04.0") set(KF5_MIN_VERSION "5.68.0") @@ -37,9 +37,9 @@ set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION} (${RELEASE_SERVICE_VERSION})") -set(KPIMTEXTEDIT_LIB_VERSION "5.14.0") -set(AKONADI_VERSION "5.14.0") -set(KONTACTINTERFACE_LIB_VERSION "5.14.0") +set(KPIMTEXTEDIT_LIB_VERSION "5.14.1") +set(AKONADI_VERSION "5.14.1") +set(KONTACTINTERFACE_LIB_VERSION "5.14.1") set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}") set(KDEPIM_LIB_SOVERSION "5") @@ -47,11 +47,11 @@ set(QT_REQUIRED_VERSION "5.12.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test DBus PrintSupport) -set(LIBKDEPIM_LIB_VERSION_LIB "5.14.0") -set(KDEPIM_APPS_LIB_VERSION_LIB "5.14.0") -set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.14.0") -set(PIMCOMMON_LIB_VERSION_LIB "5.14.0") -set(LIBKLEO_LIB_VERSION "5.14.0") +set(LIBKDEPIM_LIB_VERSION_LIB "5.14.1") +set(KDEPIM_APPS_LIB_VERSION_LIB "5.14.1") +set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.14.1") +set(PIMCOMMON_LIB_VERSION_LIB "5.14.1") +set(LIBKLEO_LIB_VERSION "5.14.1") # Find KF5 package find_package(KF5DBusAddons ${KF5_MIN_VERSION} CONFIG REQUIRED) find_package(KF5DocTools ${KF5_MIN_VERSION} REQUIRED) @@ -75,7 +75,7 @@ set(GPGMEPP_LIB_VERSION "1.11.1") find_package(Gpgmepp ${GPGMEPP_LIB_VERSION} CONFIG REQUIRED) -find_package(KF5AkonadiSearch "5.14.0" CONFIG REQUIRED) +find_package(KF5AkonadiSearch "5.14.1" CONFIG REQUIRED) set_package_properties(KF5AkonadiSearch PROPERTIES DESCRIPTION "The Akonadi Search libraries" URL "https://www.kde.org" TYPE REQUIRED PURPOSE "Provides search capabilities in KMail and Akonadi") include_directories(${kaddressbook_SOURCE_DIR} ${kaddressbook_BINARY_DIR}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kaddressbook-20.04.0/po/fr/kaddressbook.po new/kaddressbook-20.04.1/po/fr/kaddressbook.po --- old/kaddressbook-20.04.0/po/fr/kaddressbook.po 2020-04-17 02:38:43.000000000 +0200 +++ new/kaddressbook-20.04.1/po/fr/kaddressbook.po 2020-05-12 03:25:20.000000000 +0200 @@ -14,7 +14,7 @@ "Project-Id-Version: kcontactmanager\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-04-07 09:01+0200\n" -"PO-Revision-Date: 2020-02-02 23:59+0800\n" +"PO-Revision-Date: 2020-05-10 10:01+0800\n" "Last-Translator: Simon Depiets <[email protected]>\n" "Language-Team: French <[email protected]>\n" "Language: fr\n" @@ -22,7 +22,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.03.70\n" +"X-Generator: Lokalize 20.07.70\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -124,8 +124,7 @@ msgctxt "@info:whatsthis" msgid "You will be presented with a dialog where you can create a new contact." msgstr "" -"Une boîte de dialogue va apparaître, vous permettant de créer un nouveau " -"contact." +"Vous pourrez créer un nouveau contact à l'aide d'une boîte de dialogue." #: kontactplugin/kaddressbook_plugin.cpp:60 #, kde-format @@ -139,8 +138,8 @@ msgid "" "You will be presented with a dialog where you can create a new contact group." msgstr "" -"Une boîte de dialogue va apparaître, vous permettant de créer un nouveau " -"groupe de contacts." +"Vous pourrez créer un nouveau groupe de contacts à l'aide d'une boîte de " +"dialogue." #: src/aboutdata.cpp:31 #, kde-format @@ -221,21 +220,19 @@ msgstr "Configurer les modules externes" #: src/configuration/kaddressbook_config_plugins.cpp:43 -#, fuzzy, kde-format -#| msgid "(c), 2016-2019 Laurent Montel" +#, kde-format msgid "(c), 2016-2020 Laurent Montel" -msgstr "(c), 2016-2019 Laurent Montel" +msgstr "(c), 2016-2020 Laurent Montel" #: src/configuration/kaddressbook_config_userfeedback.cpp:42 #, kde-format msgid "Configure User FeedBack" -msgstr "" +msgstr "Configurer les paramètres des retours des utilisateurs" #: src/configuration/kaddressbook_config_userfeedback.cpp:44 -#, fuzzy, kde-format -#| msgid "(c), 2016-2019 Laurent Montel" +#, kde-format msgid "(c), 2020 Laurent Montel" -msgstr "(c), 2016-2019 Laurent Montel" +msgstr "(c), 2020 Laurent Montel" #: src/configuration/kaddressbookconfigpluginlistwidget.cpp:78 #, kde-format @@ -467,8 +464,8 @@ "You will be presented with a dialog where you can configure the application-" "wide shortcuts." msgstr "" -"Une boîte de dialogue va apparaître, vous permettant de configurer les " -"raccourcis concernant toute l'application." +"Vous pourrez configurer les raccourcis concernant toute l'application à " +"l'aide d'une boîte de dialogue." #: src/mainwindow.cpp:130 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kaddressbook-20.04.0/po/ia/kaddressbook.po new/kaddressbook-20.04.1/po/ia/kaddressbook.po --- old/kaddressbook-20.04.0/po/ia/kaddressbook.po 2020-04-17 02:38:43.000000000 +0200 +++ new/kaddressbook-20.04.1/po/ia/kaddressbook.po 2020-05-12 03:25:20.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-04-07 09:01+0200\n" -"PO-Revision-Date: 2020-02-11 23:11+0100\n" +"PO-Revision-Date: 2020-05-09 23:53+0100\n" "Last-Translator: Giovanni Sora <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" "Language: ia\n" @@ -206,21 +206,19 @@ msgstr "Configura Plug-ins" #: src/configuration/kaddressbook_config_plugins.cpp:43 -#, fuzzy, kde-format -#| msgid "(c), 2016-2019 Laurent Montel" +#, kde-format msgid "(c), 2016-2020 Laurent Montel" -msgstr "(c), 2016-2019 Laurent Montel" +msgstr "(c), 2016-2020 Laurent Montel" #: src/configuration/kaddressbook_config_userfeedback.cpp:42 #, kde-format msgid "Configure User FeedBack" -msgstr "" +msgstr "Configura responsa de usator" #: src/configuration/kaddressbook_config_userfeedback.cpp:44 -#, fuzzy, kde-format -#| msgid "(c), 2016-2019 Laurent Montel" +#, kde-format msgid "(c), 2020 Laurent Montel" -msgstr "(c), 2016-2019 Laurent Montel" +msgstr "(c), 2020 Laurent Montel" #: src/configuration/kaddressbookconfigpluginlistwidget.cpp:78 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kaddressbook-20.04.0/po/nn/kaddressbook.po new/kaddressbook-20.04.1/po/nn/kaddressbook.po --- old/kaddressbook-20.04.0/po/nn/kaddressbook.po 2020-04-17 02:38:44.000000000 +0200 +++ new/kaddressbook-20.04.1/po/nn/kaddressbook.po 2020-05-12 03:25:20.000000000 +0200 @@ -1,6 +1,6 @@ # Translation of kaddressbook to Norwegian Nynorsk # -# Karl Ove Hufthammer <[email protected]>, 2009, 2010, 2018. +# Karl Ove Hufthammer <[email protected]>, 2009, 2010, 2018, 2020. # Eirik U. Birkeland <[email protected]>, 2009, 2010. # Olav Selseng Vestreim <[email protected]>, 2015. msgid "" @@ -8,7 +8,7 @@ "Project-Id-Version: kcontactmanager\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-04-07 09:01+0200\n" -"PO-Revision-Date: 2018-10-07 10:47+0200\n" +"PO-Revision-Date: 2020-05-02 22:27+0200\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" "Language: nn\n" @@ -16,7 +16,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 2.0\n" +"X-Generator: Lokalize 20.04.0\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -457,7 +457,8 @@ "<qt>This will hide the menu bar completely. You can show it again by typing " "%1.</qt>" msgstr "" -"<qt>Dette vil gøyma menylinja heilt. Du kan visa ho att ved å skriva %1.</qt>" +"<qt>Dette vil gøyma menylinja heilt. Du kan visa ho att ved å trykkja %1.</" +"qt>" #: src/mainwindow.cpp:132 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kaddressbook-20.04.0/po/ru/kaddressbook.po new/kaddressbook-20.04.1/po/ru/kaddressbook.po --- old/kaddressbook-20.04.0/po/ru/kaddressbook.po 2020-04-17 02:38:44.000000000 +0200 +++ new/kaddressbook-20.04.1/po/ru/kaddressbook.po 2020-05-12 03:25:20.000000000 +0200 @@ -15,7 +15,7 @@ "Project-Id-Version: kcontactmanager\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-04-07 09:01+0200\n" -"PO-Revision-Date: 2020-04-04 17:17+0300\n" +"PO-Revision-Date: 2020-05-10 11:38+0300\n" "Last-Translator: Alexander Yavorsky <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" "Language: ru\n" @@ -24,7 +24,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Lokalize 19.12.3\n" +"X-Generator: Lokalize 20.04.0\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -290,12 +290,12 @@ #: src/kaddressbook_options.h:32 #, kde-format msgid "Import the given file" -msgstr "Импортировать указанный файл" +msgstr "Импортировать указанный файл." #: src/kaddressbook_options.h:37 #, kde-format msgid "Open the 'New Contact' dialog" -msgstr "Открыть диалог «Создание контакта»" +msgstr "Открыть диалог «Создание контакта»." #: src/kaddressbook_options.h:41 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kaddressbook-20.04.0/po/zh_CN/kaddressbook.po new/kaddressbook-20.04.1/po/zh_CN/kaddressbook.po --- old/kaddressbook-20.04.0/po/zh_CN/kaddressbook.po 2020-04-17 02:38:44.000000000 +0200 +++ new/kaddressbook-20.04.1/po/zh_CN/kaddressbook.po 2020-05-12 03:25:20.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-04-07 09:01+0200\n" -"PO-Revision-Date: 2020-03-25 19:56\n" +"PO-Revision-Date: 2020-05-09 13:51\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kaddressbook-20.04.0/src/configuration/kaddressbook_config_userfeedback.desktop new/kaddressbook-20.04.1/src/configuration/kaddressbook_config_userfeedback.desktop --- old/kaddressbook-20.04.0/src/configuration/kaddressbook_config_userfeedback.desktop 2020-04-15 11:26:36.000000000 +0200 +++ new/kaddressbook-20.04.1/src/configuration/kaddressbook_config_userfeedback.desktop 2020-05-11 23:34:19.000000000 +0200 @@ -12,11 +12,13 @@ Name=User FeedBack Name[ca]=Comentaris de l'usuari Name[ca@valencia]=Comentaris de l'usuari +Name[cs]=Zpětná vazba uživatele Name[en_GB]=User FeedBack Name[es]=Comentarios del usuario Name[et]=Kasutaja tagasiside Name[fi]=Käyttäjäpalaute Name[fr]=Retours des utilisateurs +Name[ia]=Responsa del usator Name[ko]=사용자 피드백 Name[nl]=Terugkoppeling van gebruiker Name[pt]=Reacções dos Utilizadores @@ -27,16 +29,19 @@ X-KDE-Keywords=kaddressbook, configure, settings, userfeedback X-KDE-Keywords[ca]=kaddressbook, configura, arranjament, comentaris de l'usuari X-KDE-Keywords[ca@valencia]=kaddressbook, configura, arranjament, comentaris de l'usuari +X-KDE-Keywords[cs]=kaddressbook, nastavit, nastavení, zpětnávazba X-KDE-Keywords[de]=KAddressbook,Konfigurieren,Einstellungen,feedback X-KDE-Keywords[en_GB]=kaddressbook, configure, settings, userfeedback X-KDE-Keywords[es]=kaddressbook, configurar, preferencias, comentarios del usuario X-KDE-Keywords[et]=kde aadressiraamat, seadistamine, seadistused, kasutaja tagasiside X-KDE-Keywords[fi]=kaddressbook, asetukset, käyttäjäpalaute X-KDE-Keywords[fr]=KAddressBook, configuration, paramètres, retours des utilisateurs +X-KDE-Keywords[ia]=kaddressbook, configure, settings, userfeedback X-KDE-Keywords[ko]=kaddressbook, configure, settings, userfeedback, 설정, 플러그인, 주소록, 사용자 피드백 X-KDE-Keywords[nl]=kaddressbook, instellen, instellingen, terugkoppeling van gebruiker X-KDE-Keywords[pt]=kaddressbook, configurar, configuração, reacções, utilizadores X-KDE-Keywords[pt_BR]=akregator, configurar, configurações, comentários do usuário +X-KDE-Keywords[ru]=kaddressbook, configure, settings, plugins, userfeedback, адресная книга, настройка, параметры, настроить, модули, обратная связь X-KDE-Keywords[sv]=adressbok, anpassa, inställningar, användaråterkoppling X-KDE-Keywords[uk]=kaddressbook,налаштувати,адресна,книга,параметри,додатки,configure,settings,відгук,користувач X-KDE-Keywords[x-test]=xxkaddressbookxx,xx configurexx,xx settingsxx,xx userfeedbackxx diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kaddressbook-20.04.0/src/data/org.kde.kaddressbook.appdata.xml new/kaddressbook-20.04.1/src/data/org.kde.kaddressbook.appdata.xml --- old/kaddressbook-20.04.0/src/data/org.kde.kaddressbook.appdata.xml 2020-04-15 11:26:36.000000000 +0200 +++ new/kaddressbook-20.04.1/src/data/org.kde.kaddressbook.appdata.xml 2020-05-11 23:34:19.000000000 +0200 @@ -329,9 +329,9 @@ <binary>kaddressbook</binary> </provides> <releases> + <release version="5.14.1" date="2020-05-14"/> <release version="5.14.0" date="2020-04-23"/> <release version="5.13.3" date="2020-03-05"/> <release version="5.13.2" date="2020-02-06"/> - <release version="5.13.1" date="2020-01-09"/> </releases> </component>
