Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2022-02-04 21:46:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-contact.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-contact"

Fri Feb  4 21:46:35 2022 rev:71 rq:950948 version:21.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2022-01-11 21:15:00.760779176 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.1898/akonadi-contact.changes    
    2022-02-04 21:46:37.665519449 +0100
@@ -1,0 +2,11 @@
+Tue Feb  1 13:02:16 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.2/
+- Changes since 21.12.1:
+  * Explicitely link to KCoreAddons
+  * Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
+
+-------------------------------------------------------------------

Old:
----
  akonadi-contacts-21.12.1.tar.xz
  akonadi-contacts-21.12.1.tar.xz.sig

New:
----
  akonadi-contacts-21.12.2.tar.xz
  akonadi-contacts-21.12.2.tar.xz.sig

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

Other differences:
------------------
++++++ akonadi-contact.spec ++++++
--- /var/tmp/diff_new_pack.OWfq3Z/_old  2022-02-04 21:46:39.365507842 +0100
+++ /var/tmp/diff_new_pack.OWfq3Z/_new  2022-02-04 21:46:39.377507760 +0100
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           akonadi-contact
-Version:        21.12.1
+Version:        21.12.2
 Release:        0
 Summary:        KDE PIM Libraries for Akonadi Contacts
 License:        LGPL-2.1-or-later

++++++ akonadi-contacts-21.12.1.tar.xz -> akonadi-contacts-21.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-21.12.1/CMakeLists.txt 
new/akonadi-contacts-21.12.2/CMakeLists.txt
--- old/akonadi-contacts-21.12.1/CMakeLists.txt 2021-12-15 14:03:55.000000000 
+0100
+++ new/akonadi-contacts-21.12.2/CMakeLists.txt 2022-01-28 22:39:30.000000000 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.19.1")
+set(PIM_VERSION "5.19.2")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -35,10 +35,10 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KMIMELIB_VERSION "5.19.1")
-set(AKONADI_VERSION "5.19.1")
-set(LIBKLEO_LIB_VERSION "5.19.1")
-set(GRANTLEETHEME_LIB_VERSION "5.19.1")
+set(KMIMELIB_VERSION "5.19.2")
+set(AKONADI_VERSION "5.19.2")
+set(LIBKLEO_LIB_VERSION "5.19.2")
+set(GRANTLEETHEME_LIB_VERSION "5.19.2")
 set(GRANTLEE_LIB_VERSION "5.2")
 
 set(QT_REQUIRED_VERSION "5.15.2")
@@ -46,6 +46,7 @@
 ########### Find packages ###########
 find_package(KF5KIO ${KF5_MIN_VERSION} CONFIG REQUIRED)
 find_package(KF5I18n ${KF5_MIN_VERSION} CONFIG REQUIRED)
+find_package(KF5CoreAddons ${KF5_MIN_VERSION} CONFIG REQUIRED)
 find_package(KF5Completion ${KF5_MIN_VERSION} CONFIG REQUIRED)
 find_package(KF5Config ${KF5_MIN_VERSION} CONFIG REQUIRED)
 find_package(KF5IconThemes ${KF5_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-21.12.1/kcm/CMakeLists.txt 
new/akonadi-contacts-21.12.2/kcm/CMakeLists.txt
--- old/akonadi-contacts-21.12.1/kcm/CMakeLists.txt     2021-12-15 
14:03:55.000000000 +0100
+++ new/akonadi-contacts-21.12.2/kcm/CMakeLists.txt     2022-01-28 
22:39:30.000000000 +0100
@@ -18,4 +18,4 @@
 kcoreaddons_desktop_to_json(kcm_akonadicontact_actions 
akonadicontact_actions.desktop SERVICE_TYPES kcmodule.desktop)
 install(TARGETS kcm_akonadicontact_actions DESTINATION 
${KDE_INSTALL_PLUGINDIR}/pim/kcms/kaddressbook)
 
-target_link_libraries(kcm_akonadicontact_actions KF5::ConfigWidgets KF5::I18n 
KF5::Completion) 
+target_link_libraries(kcm_akonadicontact_actions KF5::ConfigWidgets KF5::I18n 
KF5::Completion KF5::CoreAddons) 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-21.12.1/po/ca/akonadicontact5.po 
new/akonadi-contacts-21.12.2/po/ca/akonadicontact5.po
--- old/akonadi-contacts-21.12.1/po/ca/akonadicontact5.po       2022-01-04 
01:23:17.000000000 +0100
+++ new/akonadi-contacts-21.12.2/po/ca/akonadicontact5.po       2022-02-01 
01:14:18.000000000 +0100
@@ -1904,7 +1904,3 @@
 #, kde-format
 msgid "Set as Preferred"
 msgstr "Estableix com a preferit"
-
-#~ msgctxt "@title:window"
-#~ msgid "Show Contact Group"
-#~ msgstr "Mostra el grup de contactes"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-21.12.1/po/cs/akonadicontact5.po 
new/akonadi-contacts-21.12.2/po/cs/akonadicontact5.po
--- old/akonadi-contacts-21.12.1/po/cs/akonadicontact5.po       2022-01-04 
01:23:17.000000000 +0100
+++ new/akonadi-contacts-21.12.2/po/cs/akonadicontact5.po       2022-02-01 
01:14:18.000000000 +0100
@@ -3,14 +3,14 @@
 # V??t Pel????k <v...@pelcak.org>, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2019, 2020.
 # Luk???? Tinkl <lti...@redhat.com>, 2011.
 # Tom???? Chv??tal <tomas.chva...@gmail.com>, 2012.
-# Vit Pelcak <vpel...@suse.cz>, 2021.
+# Vit Pelcak <vpel...@suse.cz>, 2021, 2022.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-01 02:12+0000\n"
-"PO-Revision-Date: 2021-08-16 12:13+0200\n"
+"PO-Revision-Date: 2022-01-13 16:29+0100\n"
 "Last-Translator: Vit Pelcak <vpel...@suse.cz>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
 "Language: cs\n"
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 21.04.3\n"
+"X-Generator: Lokalize 21.12.0\n"
 
 #. i18n: ectx: whatsthis, entry (ShowAddressAction), group (Show Address 
Settings)
 #: akonadi-contacts/actions/contactactionssettings.kcfg.cmake:18
@@ -298,13 +298,13 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Close Editor"
-msgstr ""
+msgstr "Zav????t editor"
 
 #: akonadi-contacts/contacteditordialog.cpp:182
 #, kde-format
 msgctxt "@action:button"
 msgid "Do Not Close"
-msgstr ""
+msgstr "Nezav??rat"
 
 #: akonadi-contacts/contacteditordialog.cpp:196
 #: akonadi-contacts/contactgroupeditordialog.cpp:161
@@ -318,14 +318,14 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Cancel Editing"
-msgstr ""
+msgstr "Zru??it ??pravy"
 
 #: akonadi-contacts/contacteditordialog.cpp:199
 #: akonadi-contacts/contactgroupeditordialog.cpp:164
 #, kde-format
 msgctxt "@action:button"
 msgid "Do Not Cancel"
-msgstr ""
+msgstr "Neru??it"
 
 #: akonadi-contacts/contactgroupeditor.cpp:133
 #, kde-format
@@ -605,7 +605,7 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Create Address Book"
-msgstr ""
+msgstr "Vytvo??it knihu adres"
 
 #: akonadi-contacts/job/addemailaddressjob.cpp:127
 #: akonadi-contacts/job/addemaildisplayjob.cpp:166
@@ -635,7 +635,7 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Finish"
-msgstr ""
+msgstr "Dokon??it"
 
 #: akonadi-contacts/job/addemailaddressjob.cpp:251
 #: akonadi-contacts/standardcontactactionmanager.cpp:467
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-21.12.1/po/ru/akonadicontact5.po 
new/akonadi-contacts-21.12.2/po/ru/akonadicontact5.po
--- old/akonadi-contacts-21.12.1/po/ru/akonadicontact5.po       2022-01-04 
01:23:18.000000000 +0100
+++ new/akonadi-contacts-21.12.2/po/ru/akonadicontact5.po       2022-02-01 
01:14:18.000000000 +0100
@@ -5,21 +5,22 @@
 # Alexander Lakhin <exclus...@gmail.com>, 2013.
 # Galym Kerimbekov <housegregory...@gmail.com>, 2013.
 # Alexander Yavorsky <kekc...@gmail.com>, 2018, 2019, 2020, 2021.
+# Olesya Gerasimenko <translation-t...@basealt.ru>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-01 02:12+0000\n"
-"PO-Revision-Date: 2021-01-07 10:53+0300\n"
-"Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
-"Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
+"PO-Revision-Date: 2022-01-28 11:22+0300\n"
+"Last-Translator: Olesya Gerasimenko <translation-t...@basealt.ru>\n"
+"Language-Team: Basealt Translation Team\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "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 20.12.0\n"
+"X-Generator: Lokalize 21.08.3\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -318,15 +319,13 @@
 msgstr "???????????????? ???????????????? ??????????, ?? ?????????????? 
?????????????? ?????????????????? ?????????? ??????????????:"
 
 #: akonadi-contacts/contacteditordialog.cpp:43
-#, fuzzy, kde-format
-#| msgid "New Contact"
+#, kde-format
 msgctxt "@title:window"
 msgid "New Contact"
 msgstr "???????????????? ????????????????"
 
 #: akonadi-contacts/contacteditordialog.cpp:43
-#, fuzzy, kde-format
-#| msgid "Edit Contact"
+#, kde-format
 msgctxt "@title:window"
 msgid "Edit Contact"
 msgstr "?????????????????? ????????????????"
@@ -355,13 +354,13 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Close Editor"
-msgstr ""
+msgstr "?????????????? ????????????????"
 
 #: akonadi-contacts/contacteditordialog.cpp:182
 #, kde-format
 msgctxt "@action:button"
 msgid "Do Not Close"
-msgstr ""
+msgstr "???? ??????????????????"
 
 #: akonadi-contacts/contacteditordialog.cpp:196
 #: akonadi-contacts/contactgroupeditordialog.cpp:161
@@ -372,19 +371,17 @@
 
 #: akonadi-contacts/contacteditordialog.cpp:198
 #: akonadi-contacts/contactgroupeditordialog.cpp:163
-#, fuzzy, kde-format
-#| msgid "Cancel"
+#, kde-format
 msgctxt "@action:button"
 msgid "Cancel Editing"
-msgstr "????????????"
+msgstr "???????????????? ????????????????????????????"
 
 #: akonadi-contacts/contacteditordialog.cpp:199
 #: akonadi-contacts/contactgroupeditordialog.cpp:164
-#, fuzzy, kde-format
-#| msgid "Cancel"
+#, kde-format
 msgctxt "@action:button"
 msgid "Do Not Cancel"
-msgstr "????????????"
+msgstr "???? ????????????????"
 
 #: akonadi-contacts/contactgroupeditor.cpp:133
 #, kde-format
@@ -422,22 +419,18 @@
 
 #. i18n: ectx: property (placeholderText), widget (QLineEdit, searchField)
 #: akonadi-contacts/contactgroupeditor.ui:53
-#, fuzzy, kde-format
-#| msgctxt "@label Search in a list of contacts"
-#| msgid "Search:"
+#, kde-format
 msgid "Search..."
-msgstr "????????????:"
+msgstr "??????????..."
 
 #: akonadi-contacts/contactgroupeditordialog.cpp:76
-#, fuzzy, kde-format
-#| msgid "New Contact Group"
+#, kde-format
 msgctxt "@title:window"
 msgid "New Contact Group"
 msgstr "???????????????? ???????????? ??????????????????"
 
 #: akonadi-contacts/contactgroupeditordialog.cpp:76
-#, fuzzy, kde-format
-#| msgid "Edit Contact Group"
+#, kde-format
 msgctxt "@title:window"
 msgid "Edit Contact Group"
 msgstr "?????????????????? ???????????? ??????????????????"
@@ -668,12 +661,10 @@
 
 #: akonadi-contacts/job/addemailaddressjob.cpp:123
 #: akonadi-contacts/job/addemaildisplayjob.cpp:162
-#, fuzzy, kde-format
-#| msgid "Update Address Book"
-#| msgid_plural "Update %1 Address Books"
+#, kde-format
 msgctxt "@action:button"
 msgid "Create Address Book"
-msgstr "???????????????? %1 ???????????????? ??????????"
+msgstr "?????????????? ???????????????? ??????????"
 
 #: akonadi-contacts/job/addemailaddressjob.cpp:127
 #: akonadi-contacts/job/addemaildisplayjob.cpp:166
@@ -694,17 +685,16 @@
 "?????????????? ?????? ?????????????????????????????</para>"
 
 #: akonadi-contacts/job/addemailaddressjob.cpp:229
-#, fuzzy, kde-format
-#| msgid "Edit..."
+#, kde-format
 msgctxt "@action:button"
 msgid "Edit"
-msgstr "????????????????..."
+msgstr "????????????????"
 
 #: akonadi-contacts/job/addemailaddressjob.cpp:230
 #, kde-format
 msgctxt "@action:button"
 msgid "Finish"
-msgstr ""
+msgstr "??????????????????"
 
 #: akonadi-contacts/job/addemailaddressjob.cpp:251
 #: akonadi-contacts/standardcontactactionmanager.cpp:467
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-21.12.1/po/zh_CN/akonadicontact5-serializer.po 
new/akonadi-contacts-21.12.2/po/zh_CN/akonadicontact5-serializer.po
--- old/akonadi-contacts-21.12.1/po/zh_CN/akonadicontact5-serializer.po 
2022-01-04 01:23:18.000000000 +0100
+++ new/akonadi-contacts-21.12.2/po/zh_CN/akonadicontact5-serializer.po 
2022-02-01 01:14:18.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-15 00:19+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-21.12.1/po/zh_CN/akonadicontact5.po 
new/akonadi-contacts-21.12.2/po/zh_CN/akonadicontact5.po
--- old/akonadi-contacts-21.12.1/po/zh_CN/akonadicontact5.po    2022-01-04 
01:23:18.000000000 +0100
+++ new/akonadi-contacts-21.12.2/po/zh_CN/akonadicontact5.po    2022-02-01 
01:14:18.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-01 02:12+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-21.12.1/po/zh_CN/kcm_akonadicontact_actions.po 
new/akonadi-contacts-21.12.2/po/zh_CN/kcm_akonadicontact_actions.po
--- old/akonadi-contacts-21.12.1/po/zh_CN/kcm_akonadicontact_actions.po 
2022-01-04 01:23:18.000000000 +0100
+++ new/akonadi-contacts-21.12.2/po/zh_CN/kcm_akonadicontact_actions.po 
2022-02-01 01:14:18.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:05+0100\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-21.12.1/src/contact-editor/abstractcontacteditorwidget_p.h 
new/akonadi-contacts-21.12.2/src/contact-editor/abstractcontacteditorwidget_p.h
--- 
old/akonadi-contacts-21.12.1/src/contact-editor/abstractcontacteditorwidget_p.h 
    2021-12-15 14:03:55.000000000 +0100
+++ 
new/akonadi-contacts-21.12.2/src/contact-editor/abstractcontacteditorwidget_p.h 
    2022-01-28 22:39:30.000000000 +0100
@@ -54,7 +54,7 @@
      */
     virtual void setReadOnly(bool readOnly) = 0;
 
-    virtual Q_REQUIRED_RESULT bool hasNoSavedData() const
+    Q_REQUIRED_RESULT virtual bool hasNoSavedData() const
     {
         return false;
     }

Reply via email to