Hello community, here is the log from the commit of package akonadi-mime for openSUSE:Factory checked in at 2020-11-10 13:34:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadi-mime (Old) and /work/SRC/openSUSE:Factory/.akonadi-mime.new.11331 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-mime" Tue Nov 10 13:34:55 2020 rev:52 rq:846600 version:20.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadi-mime/akonadi-mime.changes 2020-10-12 13:47:56.593936657 +0200 +++ /work/SRC/openSUSE:Factory/.akonadi-mime.new.11331/akonadi-mime.changes 2020-11-10 13:34:57.941008513 +0100 @@ -1,0 +2,9 @@ +Thu Nov 5 22:45:13 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/2020-11-apps-update +- No code change since 20.08.2 + +------------------------------------------------------------------- Old: ---- akonadi-mime-20.08.2.tar.xz akonadi-mime-20.08.2.tar.xz.sig New: ---- akonadi-mime-20.08.3.tar.xz akonadi-mime-20.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadi-mime.spec ++++++ --- /var/tmp/diff_new_pack.Kon8Dn/_old 2020-11-10 13:34:58.521007360 +0100 +++ /var/tmp/diff_new_pack.Kon8Dn/_new 2020-11-10 13:34:58.521007360 +0100 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: akonadi-mime -Version: 20.08.2 +Version: 20.08.3 Release: 0 Summary: MIME email parser for KDE PIM License: LGPL-2.1-or-later ++++++ akonadi-mime-20.08.2.tar.xz -> akonadi-mime-20.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-mime-20.08.2/CMakeLists.txt new/akonadi-mime-20.08.3/CMakeLists.txt --- old/akonadi-mime-20.08.2/CMakeLists.txt 2020-10-06 05:39:22.000000000 +0200 +++ new/akonadi-mime-20.08.3/CMakeLists.txt 2020-11-03 01:45:12.000000000 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -set(PIM_VERSION "5.15.2") +set(PIM_VERSION "5.15.3") project(Akonadi-Mime VERSION ${PIM_VERSION}) # ECM setup @@ -23,8 +23,8 @@ include(ECMQtDeclareLoggingCategory) set(AKONADI_MIME_VERSION ${PIM_VERSION}) -set(AKONADI_VERSION "5.15.2") -set(KF5_MIME_VERSION "5.15.2") +set(AKONADI_VERSION "5.15.3") +set(KF5_MIME_VERSION "5.15.3") ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADIMIME VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-mime_version.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-mime-20.08.2/po/pl/libakonadi-kmime5.po new/akonadi-mime-20.08.3/po/pl/libakonadi-kmime5.po --- old/akonadi-mime-20.08.2/po/pl/libakonadi-kmime5.po 2020-10-06 05:39:22.000000000 +0200 +++ new/akonadi-mime-20.08.3/po/pl/libakonadi-kmime5.po 2020-11-03 01:45:12.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-07-13 07:46+0200\n" -"PO-Revision-Date: 2020-05-16 08:54+0200\n" +"PO-Revision-Date: 2020-10-17 05:23+0200\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" "Language: pl\n" @@ -16,7 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Lokalize 20.07.70\n" +"X-Generator: Lokalize 20.08.1\n" #: emptytrashcommand.cpp:48 #, kde-format @@ -72,34 +72,28 @@ msgstr "Rozmiar" #: messagemodel.cpp:74 -#, fuzzy, kde-format -#| msgctxt "@title:column, message (e.g. email) subject" -#| msgid "Subject" +#, kde-format msgctxt "@label Alternative text when email subject is missing" msgid "(No subject)" -msgstr "Temat" +msgstr "(Brak tematu)" #: messagemodel.cpp:80 -#, fuzzy, kde-format -#| msgctxt "@title:column, receiver of message (e.g. email)" -#| msgid "Receiver" +#, kde-format msgctxt "@label Alternative text when email sender is missing" msgid "(No sender)" -msgstr "Odbiorca" +msgstr "(Brak nadawcy)" #: messagemodel.cpp:86 -#, fuzzy, kde-format -#| msgctxt "@title:column, receiver of message (e.g. email)" -#| msgid "Receiver" +#, kde-format msgctxt "@label Alternative text when email recipient is missing" msgid "(No receiver)" -msgstr "Odbiorca" +msgstr "(Brak odbiorcy)" #: messagemodel.cpp:92 #, kde-format msgctxt "@label Alternative text when email date/time is missing" msgid "(No date)" -msgstr "" +msgstr "(Brak daty)" #: messagemodel.cpp:96 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-mime-20.08.2/po/zh_CN/libakonadi-kmime5.po new/akonadi-mime-20.08.3/po/zh_CN/libakonadi-kmime5.po --- old/akonadi-mime-20.08.2/po/zh_CN/libakonadi-kmime5.po 2020-10-06 05:39:22.000000000 +0200 +++ new/akonadi-mime-20.08.3/po/zh_CN/libakonadi-kmime5.po 2020-11-03 01:45:12.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-07-13 07:46+0200\n" -"PO-Revision-Date: 2020-09-23 12:21\n" +"PO-Revision-Date: 2020-10-08 19:23\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
