Script 'mail_helper' called by obssrc
Hello community,

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

Package is "knotes"

Fri Feb  4 21:47:04 2022 rev:66 rq:951077 version:21.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotes/knotes.changes    2022-01-11 
21:16:12.800829847 +0100
+++ /work/SRC/openSUSE:Factory/.knotes.new.1898/knotes.changes  2022-02-04 
21:47:50.877019601 +0100
@@ -1,0 +2,10 @@
+Tue Feb  1 13:03:18 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:
----
  knotes-21.12.1.tar.xz
  knotes-21.12.1.tar.xz.sig

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

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

Other differences:
------------------
++++++ knotes.spec ++++++
--- /var/tmp/diff_new_pack.5ek0Tt/_old  2022-02-04 21:47:51.501015341 +0100
+++ /var/tmp/diff_new_pack.5ek0Tt/_new  2022-02-04 21:47:51.513015259 +0100
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           knotes
-Version:        21.12.1
+Version:        21.12.2
 Release:        0
 Summary:        Popup Notes
 License:        GPL-2.0-or-later


++++++ knotes-21.12.1.tar.xz -> knotes-21.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-21.12.1/CMakeLists.txt 
new/knotes-21.12.2/CMakeLists.txt
--- old/knotes-21.12.1/CMakeLists.txt   2022-01-03 22:58:07.000000000 +0100
+++ new/knotes-21.12.2/CMakeLists.txt   2022-01-29 00:28:43.000000000 +0100
@@ -1,7 +1,7 @@
-set(PIM_VERSION "5.19.1")
+set(PIM_VERSION "5.19.2")
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 project(knotes VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "21.12.1")
+set(RELEASE_SERVICE_VERSION "21.12.2")
 
 
 set(KF5_MIN_VERSION "5.87.0")
@@ -46,16 +46,16 @@
 set(KDEPIM_LIB_SOVERSION "5")
 
 
-set(AKONADINOTES_LIB_VERSION "5.19.1")
-set(AKONADI_VERSION "5.19.1")
-set(CALENDARUTILS_LIB_VERSION "5.19.1")
-set(KONTACTINTERFACE_LIB_VERSION "5.19.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.19.1")
-set(LIBKDEPIM_LIB_VERSION "5.19.1")
-set(KMIME_LIB_VERSION "5.19.1")
-set(PIMCOMMON_LIB_VERSION "5.19.1")
-set(GRANTLEETHEME_LIB_VERSION "5.19.1")
-set(AKONADI_SEARCH_VERSION "5.19.1")
+set(AKONADINOTES_LIB_VERSION "5.19.2")
+set(AKONADI_VERSION "5.19.2")
+set(CALENDARUTILS_LIB_VERSION "5.19.2")
+set(KONTACTINTERFACE_LIB_VERSION "5.19.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.19.2")
+set(LIBKDEPIM_LIB_VERSION "5.19.2")
+set(KMIME_LIB_VERSION "5.19.2")
+set(PIMCOMMON_LIB_VERSION "5.19.2")
+set(GRANTLEETHEME_LIB_VERSION "5.19.2")
+set(AKONADI_SEARCH_VERSION "5.19.2")
 
 set(QT_REQUIRED_VERSION "5.15.2")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED DBus Network 
PrintSupport Test Widgets Xml)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotes-21.12.1/noteshared/src/resources/localresourcecreator.h 
new/knotes-21.12.2/noteshared/src/resources/localresourcecreator.h
--- old/knotes-21.12.1/noteshared/src/resources/localresourcecreator.h  
2022-01-03 22:58:07.000000000 +0100
+++ new/knotes-21.12.2/noteshared/src/resources/localresourcecreator.h  
2022-01-29 00:28:43.000000000 +0100
@@ -19,7 +19,7 @@
 
     void createIfMissing();
 
-    static Q_REQUIRED_RESULT QString akonadiNotesInstanceName();
+    Q_REQUIRED_RESULT static QString akonadiNotesInstanceName();
 
 protected:
     virtual void finishCreateResource();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-21.12.1/po/ca/knotes.po 
new/knotes-21.12.2/po/ca/knotes.po
--- old/knotes-21.12.1/po/ca/knotes.po  2022-01-04 01:24:05.000000000 +0100
+++ new/knotes-21.12.2/po/ca/knotes.po  2022-02-01 01:15:06.000000000 +0100
@@ -1074,21 +1074,3 @@
 #, kde-format
 msgid "Themes:"
 msgstr "Temes:"
-
-#~ msgctxt "@info"
-#~ msgid "Dropping multiple mails is not supported."
-#~ msgstr "No es permet amollar m??ltiples correus."
-
-#~ msgctxt "@item"
-#~ msgid ""
-#~ "From: %1\n"
-#~ "To: %2\n"
-#~ "Subject: %3"
-#~ msgstr ""
-#~ "De: %1\n"
-#~ "Per a: %2\n"
-#~ "Assumpte: %3"
-
-#~ msgctxt "@item"
-#~ msgid "Mail: %1"
-#~ msgstr "Correu: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-21.12.1/po/ca@valencia/knotes.po 
new/knotes-21.12.2/po/ca@valencia/knotes.po
--- old/knotes-21.12.1/po/ca@valencia/knotes.po 2022-01-04 01:24:05.000000000 
+0100
+++ new/knotes-21.12.2/po/ca@valencia/knotes.po 2022-02-01 01:15:06.000000000 
+0100
@@ -1074,21 +1074,3 @@
 #, kde-format
 msgid "Themes:"
 msgstr "Temes:"
-
-#~ msgctxt "@info"
-#~ msgid "Dropping multiple mails is not supported."
-#~ msgstr "No es permet amollar m??ltiples correus."
-
-#~ msgctxt "@item"
-#~ msgid ""
-#~ "From: %1\n"
-#~ "To: %2\n"
-#~ "Subject: %3"
-#~ msgstr ""
-#~ "De: %1\n"
-#~ "Per a: %2\n"
-#~ "Assumpte: %3"
-
-#~ msgctxt "@item"
-#~ msgid "Mail: %1"
-#~ msgstr "Correu: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-21.12.1/po/fr/akonadi_notes_agent.po 
new/knotes-21.12.2/po/fr/akonadi_notes_agent.po
--- old/knotes-21.12.1/po/fr/akonadi_notes_agent.po     2022-01-04 
01:24:05.000000000 +0100
+++ new/knotes-21.12.2/po/fr/akonadi_notes_agent.po     2022-02-01 
01:15:06.000000000 +0100
@@ -4,7 +4,7 @@
 # Vincent Pinon <[email protected]>, 2014, 2017, 2018.
 # Geoffray Levasseur <[email protected]>, 2014.
 # Simon Depiets <[email protected]>, 2019, 2020.
-# Xavier Besnard <[email protected]>, 2021.
+# Xavier Besnard <[email protected]>, 2021, 2022.
 #
 msgid ""
 msgstr ""
@@ -19,7 +19,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 21.08.0\n"
+"X-Generator: Lokalize 21.12.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-21.12.1/po/fr/knotes.po 
new/knotes-21.12.2/po/fr/knotes.po
--- old/knotes-21.12.1/po/fr/knotes.po  2022-01-04 01:24:05.000000000 +0100
+++ new/knotes-21.12.2/po/fr/knotes.po  2022-02-01 01:15:06.000000000 +0100
@@ -10,7 +10,7 @@
 # Matthieu Robin <[email protected]>, 2005.
 # S??bastien Renard <[email protected]>, 2007, 2008.
 # S??bastien Renard <[email protected]>, 2010, 2013, 2014, 2015.
-# xavier <[email protected]>, 2013, 2021.
+# xavier <[email protected]>, 2013, 2021, 2022.
 # Vincent Pinon <[email protected]>, 2017, 2018.
 # Simon Depiets <[email protected]>, 2019, 2020.
 #
@@ -30,7 +30,7 @@
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
-"X-Generator: Lokalize 20.12.3\n"
+"X-Generator: Lokalize 21.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-21.12.1/po/it/akonadi_notes_agent.po 
new/knotes-21.12.2/po/it/akonadi_notes_agent.po
--- old/knotes-21.12.1/po/it/akonadi_notes_agent.po     2022-01-04 
01:24:06.000000000 +0100
+++ new/knotes-21.12.2/po/it/akonadi_notes_agent.po     2022-02-01 
01:15:06.000000000 +0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Luigi Toscano <[email protected]>, 2014, 2015, 2016, 2017, 2018, 
2019, 2020, 2021.
+# Luigi Toscano <[email protected]>, 2014, 2015, 2016, 2017, 2018, 
2019, 2020, 2021, 2022.
 #
 msgid ""
 msgstr ""
@@ -15,7 +15,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.0\n"
+"X-Generator: Lokalize 21.08.0\n"
 
 #: notesagentalarmdialog.cpp:38
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-21.12.1/po/it/knotes.po 
new/knotes-21.12.2/po/it/knotes.po
--- old/knotes-21.12.1/po/it/knotes.po  2022-01-04 01:24:06.000000000 +0100
+++ new/knotes-21.12.2/po/it/knotes.po  2022-02-01 01:15:06.000000000 +0100
@@ -4,7 +4,7 @@
 # Andrea Rizzi <[email protected]>, 2005.
 # Dario Panico <[email protected]>, 2008.
 # Antonino Arcudi <[email protected]>, 2009.
-# Valter Mura <[email protected]>, 2010, 2013, 2014, 2015, 2016, 2017, 
2018, 2019, 2020, 2021.
+# Valter Mura <[email protected]>, 2010, 2013, 2014, 2015, 2016, 2017, 
2018, 2019, 2020, 2021, 2022.
 # Luigi Toscano <[email protected]>, 2014.
 msgid ""
 msgstr ""
@@ -19,7 +19,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 21.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-21.12.1/po/zh_CN/akonadi_notes_agent.po 
new/knotes-21.12.2/po/zh_CN/akonadi_notes_agent.po
--- old/knotes-21.12.1/po/zh_CN/akonadi_notes_agent.po  2022-01-04 
01:24:06.000000000 +0100
+++ new/knotes-21.12.2/po/zh_CN/akonadi_notes_agent.po  2022-02-01 
01:15:06.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-06 00:17+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"
@@ -98,7 +98,7 @@
 #: notesagentsettingsdialog.cpp:60
 #, kde-format
 msgid "Copyright (C) 2013-2021 Laurent Montel"
-msgstr "???????????? (C) 2013-2021 Laurent Montel"
+msgstr "Copyright (C) 2013-2021 Laurent Montel"
 
 #: notesagentsettingsdialog.cpp:62
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-21.12.1/po/zh_CN/knotes.po 
new/knotes-21.12.2/po/zh_CN/knotes.po
--- old/knotes-21.12.1/po/zh_CN/knotes.po       2022-01-04 01:24:06.000000000 
+0100
+++ new/knotes-21.12.2/po/zh_CN/knotes.po       2022-02-01 01:15:06.000000000 
+0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-01 00: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"
@@ -591,7 +591,7 @@
 #: kontactplugin/kcmknotessummary.cpp:44
 #, kde-format
 msgid "Copyright ?? 2013-2021 Laurent Montel <[email protected]>"
-msgstr "???????????? ?? 2013-2021 Laurent Montel <[email protected]>"
+msgstr "Copyright ?? 2013-2021 Laurent Montel <[email protected]>"
 
 #: kontactplugin/knotes_part.cpp:84
 #, kde-format
@@ -813,7 +813,7 @@
 #, kde-kuit-format
 msgctxt "@info:credit"
 msgid "Copyright ?? 2003???2021 Kontact authors"
-msgstr "???????????? ?? 2003???2021 Kontact ????????????"
+msgstr "Copyright ?? 2003???2021 Kontact authors"
 
 #: kontactplugin/knotes_plugin.cpp:85
 #, kde-kuit-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-21.12.1/po/zh_CN/libnoteshared.po 
new/knotes-21.12.2/po/zh_CN/libnoteshared.po
--- old/knotes-21.12.1/po/zh_CN/libnoteshared.po        2022-01-04 
01:24:06.000000000 +0100
+++ new/knotes-21.12.2/po/zh_CN/libnoteshared.po        2022-02-01 
01:15:06.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-06 00:17+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/knotes-21.12.1/src/data/org.kde.knotes.appdata.xml 
new/knotes-21.12.2/src/data/org.kde.knotes.appdata.xml
--- old/knotes-21.12.1/src/data/org.kde.knotes.appdata.xml      2022-01-03 
22:58:07.000000000 +0100
+++ new/knotes-21.12.2/src/data/org.kde.knotes.appdata.xml      2022-01-29 
00:28:43.000000000 +0100
@@ -343,9 +343,9 @@
     <binary>knotes</binary>
   </provides>
   <releases>
+    <release version="5.19.2" date="2022-02-03"/>
     <release version="5.19.1" date="2022-01-06"/>
     <release version="5.19.0" date="2021-12-09"/>
     <release version="5.18.3" date="2021-11-04"/>
-    <release version="5.18.2" date="2021-10-07"/>
   </releases>
 </component>

Reply via email to