Script 'mail_helper' called by obssrc
Hello community,

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

Package is "mailcommon"

Fri Feb  4 21:47:22 2022 rev:72 rq:951155 version:21.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mailcommon/mailcommon.changes    2022-01-11 
21:16:54.996859526 +0100
+++ /work/SRC/openSUSE:Factory/.mailcommon.new.1898/mailcommon.changes  
2022-02-04 21:48:28.984759422 +0100
@@ -1,0 +2,10 @@
+Tue Feb  1 13:03:55 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- 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:
+  * Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
+
+-------------------------------------------------------------------

Old:
----
  mailcommon-21.12.1.tar.xz
  mailcommon-21.12.1.tar.xz.sig

New:
----
  mailcommon-21.12.2.tar.xz
  mailcommon-21.12.2.tar.xz.sig

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

Other differences:
------------------
++++++ mailcommon.spec ++++++
--- /var/tmp/diff_new_pack.tCotPz/_old  2022-02-04 21:48:29.644754916 +0100
+++ /var/tmp/diff_new_pack.tCotPz/_new  2022-02-04 21:48:29.648754889 +0100
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           mailcommon
-Version:        21.12.1
+Version:        21.12.2
 Release:        0
 Summary:        Base KDE PIM library for mail-handling applications
 License:        GPL-2.0-only AND LGPL-2.1-or-later


++++++ mailcommon-21.12.1.tar.xz -> mailcommon-21.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-21.12.1/CMakeLists.txt 
new/mailcommon-21.12.2/CMakeLists.txt
--- old/mailcommon-21.12.1/CMakeLists.txt       2021-12-28 16:18:10.000000000 
+0100
+++ new/mailcommon-21.12.2/CMakeLists.txt       2022-01-17 15:48:27.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(mailcommon VERSION ${PIM_VERSION})
 
@@ -34,17 +34,17 @@
 set(QT_REQUIRED_VERSION "5.15.2")
 
 set(MAILCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.19.1")
-set(AKONADICONTACT_LIB_VERSION "5.19.1")
-set(MESSAGELIB_LIB_VERSION "5.19.1")
-set(KMIME_LIB_VERSION "5.19.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.19.1")
-set(MAILIMPORTER_LIB_VERSION "5.19.1")
-set(LIBKDEPIM_LIB_VERSION "5.19.1")
-set(PIMCOMMON_LIB_VERSION "5.19.1")
+set(AKONADIMIME_LIB_VERSION "5.19.2")
+set(AKONADICONTACT_LIB_VERSION "5.19.2")
+set(MESSAGELIB_LIB_VERSION "5.19.2")
+set(KMIME_LIB_VERSION "5.19.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.19.2")
+set(MAILIMPORTER_LIB_VERSION "5.19.2")
+set(LIBKDEPIM_LIB_VERSION "5.19.2")
+set(PIMCOMMON_LIB_VERSION "5.19.2")
 
 set(PHONON_LIB_VERSION "4.10.60")
-set(AKONADI_VERSION "5.19.1")
+set(AKONADI_VERSION "5.19.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Test Xml)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-21.12.1/po/ca/libmailcommon.po 
new/mailcommon-21.12.2/po/ca/libmailcommon.po
--- old/mailcommon-21.12.1/po/ca/libmailcommon.po       2022-01-04 
01:25:12.000000000 +0100
+++ new/mailcommon-21.12.2/po/ca/libmailcommon.po       2022-02-01 
01:16:09.000000000 +0100
@@ -3072,22 +3072,3 @@
 msgstr ""
 "Aquest bot?? obre un di??leg separat a on podreu seleccionar destinataris des 
"
 "de totes les adreces disponibles."
-
-#~ msgid "Advanced Options"
-#~ msgstr "Opcions avan??ades"
-
-#~ msgctxt "@label:textbox Name of the folder."
-#~ msgid "&Name:"
-#~ msgstr "&Nom:"
-
-#~ msgid "Message List"
-#~ msgstr "Llista de missatges"
-
-#~ msgid "Aggregation"
-#~ msgstr "Agregaci??"
-
-#~ msgid "Theme"
-#~ msgstr "Tema"
-
-#~ msgid "Separate email with a comma"
-#~ msgstr "Correus electr??nics separats per una coma"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-21.12.1/po/zh_CN/libmailcommon.po 
new/mailcommon-21.12.2/po/zh_CN/libmailcommon.po
--- old/mailcommon-21.12.1/po/zh_CN/libmailcommon.po    2022-01-04 
01:25:12.000000000 +0100
+++ new/mailcommon-21.12.2/po/zh_CN/libmailcommon.po    2022-02-01 
01:16:09.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-29 02:20+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/mailcommon-21.12.1/src/collectionpage/collectionexpirywidget.h 
new/mailcommon-21.12.2/src/collectionpage/collectionexpirywidget.h
--- old/mailcommon-21.12.1/src/collectionpage/collectionexpirywidget.h  
2021-12-28 16:18:10.000000000 +0100
+++ new/mailcommon-21.12.2/src/collectionpage/collectionexpirywidget.h  
2022-01-17 15:48:27.000000000 +0100
@@ -41,7 +41,7 @@
     void save(const CollectionExpirySettings &collectionExpirySettings, 
Akonadi::Collection &collection, bool saveSettings, bool expireNow);
     Q_REQUIRED_RESULT CollectionExpirySettings settings() const;
     void hideExpireNowButton();
-    static Q_REQUIRED_RESULT bool canHandle(const Akonadi::Collection &col);
+    Q_REQUIRED_RESULT static bool canHandle(const Akonadi::Collection &col);
 Q_SIGNALS:
     void saveAndExpireRequested();
     void configChanged(bool changed = true);

Reply via email to