Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grantlee-editor for openSUSE:Factory 
checked in at 2021-10-13 18:04:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
 and      /work/SRC/openSUSE:Factory/.grantlee-editor.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grantlee-editor"

Wed Oct 13 18:04:06 2021 rev:61 rq:923842 version:21.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes  
2021-09-04 22:36:19.384228550 +0200
+++ 
/work/SRC/openSUSE:Factory/.grantlee-editor.new.2443/grantlee-editor.changes    
    2021-10-13 18:06:48.567342579 +0200
@@ -1,0 +2,9 @@
+Tue Oct  5 16:27:43 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.2/
+- No code change since 21.08.1
+
+-------------------------------------------------------------------

Old:
----
  grantlee-editor-21.08.1.tar.xz
  grantlee-editor-21.08.1.tar.xz.sig

New:
----
  grantlee-editor-21.08.2.tar.xz
  grantlee-editor-21.08.2.tar.xz.sig

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

Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.a3t8fG/_old  2021-10-13 18:06:49.179343539 +0200
+++ /var/tmp/diff_new_pack.a3t8fG/_new  2021-10-13 18:06:49.183343545 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           grantlee-editor
-Version:        21.08.1
+Version:        21.08.2
 Release:        0
 Summary:        Messageviewer header theme editor based on Grantlee
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later


++++++ grantlee-editor-21.08.1.tar.xz -> grantlee-editor-21.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-21.08.1/.gitlab-ci.yml 
new/grantlee-editor-21.08.2/.gitlab-ci.yml
--- old/grantlee-editor-21.08.1/.gitlab-ci.yml  2021-08-13 08:44:22.000000000 
+0200
+++ new/grantlee-editor-21.08.2/.gitlab-ci.yml  2021-09-25 10:14:01.000000000 
+0200
@@ -31,4 +31,4 @@
     - cd build && run-clang-tidy
   variables:
     PLATFORM: SUSEQt5.15
-    BRANCH_GROUP: kf5-qt5
+    BRANCH_GROUP: stable-kf5-qt5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-21.08.1/CMakeLists.txt 
new/grantlee-editor-21.08.2/CMakeLists.txt
--- old/grantlee-editor-21.08.1/CMakeLists.txt  2021-08-13 08:44:22.000000000 
+0200
+++ new/grantlee-editor-21.08.2/CMakeLists.txt  2021-09-25 10:14:01.000000000 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.18.1")
+set(PIM_VERSION "5.18.2")
 project(grantlee-editor VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "21.08.1")
+set(RELEASE_SERVICE_VERSION "21.08.2")
 set(KF5_MIN_VERSION "5.83.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -38,16 +38,16 @@
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
-set(MESSAGELIB_LIB_VERSION "5.18.1")
+set(MESSAGELIB_LIB_VERSION "5.18.2")
 
-set(AKONADI_MIMELIB_VERSION "5.18.1")
-set(AKONADI_CONTACT_VERSION "5.18.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.18.1")
-set(LIBGRANTLEETHEME_LIB_VERSION "5.18.1")
-set(LIBKLEO_LIB_VERSION "5.18.1")
+set(AKONADI_MIMELIB_VERSION "5.18.2")
+set(AKONADI_CONTACT_VERSION "5.18.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.18.2")
+set(LIBGRANTLEETHEME_LIB_VERSION "5.18.2")
+set(LIBKLEO_LIB_VERSION "5.18.2")
 set(QT_REQUIRED_VERSION "5.15.0")
-set(KIMAP_LIB_VERSION "5.18.1")
-set(PIMCOMMON_LIB_VERSION "5.18.1")
+set(KIMAP_LIB_VERSION "5.18.2")
+set(PIMCOMMON_LIB_VERSION "5.18.2")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets WebEngine 
WebEngineWidgets)
 
 # Find KF5 package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-21.08.1/po/da/contactprintthemeeditor.po 
new/grantlee-editor-21.08.2/po/da/contactprintthemeeditor.po
--- old/grantlee-editor-21.08.1/po/da/contactprintthemeeditor.po        
2021-08-31 02:37:16.000000000 +0200
+++ new/grantlee-editor-21.08.2/po/da/contactprintthemeeditor.po        
2021-10-05 07:44:52.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander <mschlan...@opensuse.org>, 2015, 2016, 2020.
+# Martin Schlander <mschlan...@opensuse.org>, 2015, 2016, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-16 01:42+0000\n"
-"PO-Revision-Date: 2020-07-23 11:02+0200\n"
+"PO-Revision-Date: 2021-09-27 21:04+0200\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
 "Language: da\n"
@@ -71,10 +71,9 @@
 msgstr "Printtema-editor til kontakter"
 
 #: main.cpp:28
-#, fuzzy, kde-format
-#| msgid "Copyright ?? 2015-2020 contactprintthemeeditor authors"
+#, kde-format
 msgid "Copyright ?? 2015-2021 contactprintthemeeditor authors"
-msgstr "Ophavsret ?? 2015-2020 contactprintthemeeditor-udviklerne"
+msgstr "Ophavsret ?? 2015-2021 contactprintthemeeditor-udviklerne"
 
 #: main.cpp:29
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-21.08.1/po/da/contactthemeeditor.po 
new/grantlee-editor-21.08.2/po/da/contactthemeeditor.po
--- old/grantlee-editor-21.08.1/po/da/contactthemeeditor.po     2021-08-31 
02:37:16.000000000 +0200
+++ new/grantlee-editor-21.08.2/po/da/contactthemeeditor.po     2021-10-05 
07:44:52.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander <mschlan...@opensuse.org>, 2013, 2014, 2016, 2020.
+# Martin Schlander <mschlan...@opensuse.org>, 2013, 2014, 2016, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-16 01:42+0000\n"
-"PO-Revision-Date: 2020-07-23 11:02+0200\n"
+"PO-Revision-Date: 2021-09-27 21:04+0200\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
 "Language: da\n"
@@ -217,10 +217,9 @@
 msgstr "Tema-editor til kontakter"
 
 #: main.cpp:39
-#, fuzzy, kde-format
-#| msgid "Copyright ?? 2013-2020 contactthemeeditor authors"
+#, kde-format
 msgid "Copyright ?? 2013-2021 contactthemeeditor authors"
-msgstr "Ophavsret ?? 2013-2020 contactthemeeditor-udviklerne"
+msgstr "Ophavsret ?? 2013-2021 contactthemeeditor-udviklerne"
 
 #: main.cpp:40
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-21.08.1/po/da/headerthemeeditor.po 
new/grantlee-editor-21.08.2/po/da/headerthemeeditor.po
--- old/grantlee-editor-21.08.1/po/da/headerthemeeditor.po      2021-08-31 
02:37:16.000000000 +0200
+++ new/grantlee-editor-21.08.2/po/da/headerthemeeditor.po      2021-10-05 
07:44:52.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander <mschlan...@opensuse.org>, 2013, 2014, 2015, 2016, 2020.
+# Martin Schlander <mschlan...@opensuse.org>, 2013, 2014, 2015, 2016, 2020, 
2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-16 01:42+0000\n"
-"PO-Revision-Date: 2020-08-01 09:32+0200\n"
+"PO-Revision-Date: 2021-09-27 21:04+0200\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
 "Language: da\n"
@@ -55,10 +55,9 @@
 msgstr "Temaeditor til headers i brevl??seren"
 
 #: main.cpp:40
-#, fuzzy, kde-format
-#| msgid "Copyright ?? 2013-2020 headerthemeeditor authors"
+#, kde-format
 msgid "Copyright ?? 2013-2021 headerthemeeditor authors"
-msgstr "Ophavsret ?? 2013-2020 headerthemeeditor-udviklerne"
+msgstr "Ophavsret ?? 2013-2021 headerthemeeditor-udviklerne"
 
 #: main.cpp:41
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-21.08.1/po/zh_CN/contactprintthemeeditor.po 
new/grantlee-editor-21.08.2/po/zh_CN/contactprintthemeeditor.po
--- old/grantlee-editor-21.08.1/po/zh_CN/contactprintthemeeditor.po     
2021-08-31 02:37:17.000000000 +0200
+++ new/grantlee-editor-21.08.2/po/zh_CN/contactprintthemeeditor.po     
2021-10-05 07:44:52.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-16 01:42+0000\n"
-"PO-Revision-Date: 2021-08-30 11:45\n"
+"PO-Revision-Date: 2021-09-27 13:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -93,7 +93,7 @@
 #: themeeditormainwindow.cpp:78
 #, kde-format
 msgid "Load Recent Theme..."
-msgstr "??????????????????..."
+msgstr "??????????????????..."
 
 #: themeeditormainwindow.cpp:85
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-21.08.1/po/zh_CN/contactthemeeditor.po 
new/grantlee-editor-21.08.2/po/zh_CN/contactthemeeditor.po
--- old/grantlee-editor-21.08.1/po/zh_CN/contactthemeeditor.po  2021-08-31 
02:37:17.000000000 +0200
+++ new/grantlee-editor-21.08.2/po/zh_CN/contactthemeeditor.po  2021-10-05 
07:44:52.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-16 01:42+0000\n"
-"PO-Revision-Date: 2021-08-30 11:45\n"
+"PO-Revision-Date: 2021-09-27 13:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -56,7 +56,7 @@
 #: contacteditormainwindow.cpp:77
 #, kde-format
 msgid "Load Recent Theme..."
-msgstr "??????????????????..."
+msgstr "??????????????????..."
 
 #: contacteditormainwindow.cpp:84
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-21.08.1/po/zh_CN/headerthemeeditor.po 
new/grantlee-editor-21.08.2/po/zh_CN/headerthemeeditor.po
--- old/grantlee-editor-21.08.1/po/zh_CN/headerthemeeditor.po   2021-08-31 
02:37:17.000000000 +0200
+++ new/grantlee-editor-21.08.2/po/zh_CN/headerthemeeditor.po   2021-10-05 
07:44:52.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-16 01:42+0000\n"
-"PO-Revision-Date: 2021-08-30 11:45\n"
+"PO-Revision-Date: 2021-09-27 13:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -122,7 +122,7 @@
 #: themeeditormainwindow.cpp:81
 #, kde-format
 msgid "Load Recent Theme..."
-msgstr "??????????????????..."
+msgstr "??????????????????..."
 
 #: themeeditormainwindow.cpp:88
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-21.08.1/po/zh_CN/libgrantleethemeeditor.po 
new/grantlee-editor-21.08.2/po/zh_CN/libgrantleethemeeditor.po
--- old/grantlee-editor-21.08.1/po/zh_CN/libgrantleethemeeditor.po      
2021-08-31 02:37:17.000000000 +0200
+++ new/grantlee-editor-21.08.2/po/zh_CN/libgrantleethemeeditor.po      
2021-10-05 07:44:52.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-02-02 02:46+0100\n"
-"PO-Revision-Date: 2021-08-30 11:45\n"
+"PO-Revision-Date: 2021-09-27 13:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -155,12 +155,12 @@
 #: themesession.cpp:61
 #, kde-format
 msgid "Error during theme loading"
-msgstr "?????????????????????"
+msgstr "?????????????????????"
 
 #: themesession.cpp:62
 #, kde-format
 msgid "You are trying to load a theme which cannot be read by this application"
-msgstr "????????????????????????????????????????????????????????????"
+msgstr "????????????????????????????????????????????????????????????"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: ui/configurewidget.ui:20

Reply via email to