Hello community, here is the log from the commit of package mbox-importer for openSUSE:Factory checked in at 2019-05-15 12:32:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old) and /work/SRC/openSUSE:Factory/.mbox-importer.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mbox-importer" Wed May 15 12:32:54 2019 rev:30 rq:702329 version:19.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes 2019-04-27 11:58:20.479819411 +0200 +++ /work/SRC/openSUSE:Factory/.mbox-importer.new.5148/mbox-importer.changes 2019-05-15 12:32:56.152785866 +0200 @@ -1,0 +2,9 @@ +Fri May 10 05:37:18 UTC 2019 - [email protected] + +- Update to 19.04.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.1.php +- No code changes since 19.04.0 + +------------------------------------------------------------------- Old: ---- mbox-importer-19.04.0.tar.xz New: ---- mbox-importer-19.04.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mbox-importer.spec ++++++ --- /var/tmp/diff_new_pack.Rm4BXu/_old 2019-05-15 12:32:56.876783780 +0200 +++ /var/tmp/diff_new_pack.Rm4BXu/_new 2019-05-15 12:32:56.876783780 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: mbox-importer -Version: 19.04.0 +Version: 19.04.1 Release: 0 Summary: Tool for importing mbox archives into akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ mbox-importer-19.04.0.tar.xz -> mbox-importer-19.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-19.04.0/CMakeLists.txt new/mbox-importer-19.04.1/CMakeLists.txt --- old/mbox-importer-19.04.0/CMakeLists.txt 2019-04-12 02:15:29.000000000 +0200 +++ new/mbox-importer-19.04.1/CMakeLists.txt 2019-05-07 02:49:44.000000000 +0200 @@ -1,4 +1,4 @@ -set(KDEPIM_VERSION_NUMBER "5.11.0") +set(KDEPIM_VERSION_NUMBER "5.11.1") cmake_minimum_required(VERSION 3.5) project(mbox-importer VERSION ${KDEPIM_VERSION_NUMBER}) @@ -36,16 +36,16 @@ set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}") -set(AKONADI_VERSION "5.11.0") +set(AKONADI_VERSION "5.11.1") set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}") set(KDEPIM_LIB_SOVERSION "5") set(QT_REQUIRED_VERSION "5.10.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Gui Widgets) -set(LIBMAILIMPORTER_VERSION_LIB "5.11.0") -set(MAILCOMMON_LIB_VERSION_LIB "5.11.0") -set(PIMCOMMON_LIB_VERSION "5.11.0") +set(LIBMAILIMPORTER_VERSION_LIB "5.11.1") +set(MAILCOMMON_LIB_VERSION_LIB "5.11.1") +set(PIMCOMMON_LIB_VERSION "5.11.1") # Find KF5 package find_package(KF5Config ${KF5_MIN_VERSION} CONFIG REQUIRED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-19.04.0/po/ko/mboximporter.po new/mbox-importer-19.04.1/po/ko/mboximporter.po --- old/mbox-importer-19.04.0/po/ko/mboximporter.po 2019-04-12 02:15:29.000000000 +0200 +++ new/mbox-importer-19.04.1/po/ko/mboximporter.po 2019-05-07 02:49:10.000000000 +0200 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Shinjo Park <[email protected]>, 2014, 2015, 2016, 2017, 2018. +# Shinjo Park <[email protected]>, 2014, 2015, 2016, 2017, 2018, 2019. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-12-31 03:09+0100\n" -"PO-Revision-Date: 2018-08-15 12:35+0100\n" +"PO-Revision-Date: 2019-04-22 01:22+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" -"Language-Team: Korean <[email protected]>\n" +"Language-Team: Korean <[email protected]>\n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 18.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -38,10 +38,9 @@ msgstr "MBox 가져오기 도구" #: main.cpp:46 -#, fuzzy, kde-format -#| msgid "Copyright © 2013-2018 MBoxImporter authors" +#, kde-format msgid "Copyright © 2013-2019 MBoxImporter authors" -msgstr "Copyright © 2013-2018 MBoxImporter authors" +msgstr "Copyright © 2013-2019 MBoxImporter authors" #: main.cpp:47 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-19.04.0/po/sr/mboximporter.po new/mbox-importer-19.04.1/po/sr/mboximporter.po --- old/mbox-importer-19.04.0/po/sr/mboximporter.po 2019-04-12 02:15:29.000000000 +0200 +++ new/mbox-importer-19.04.1/po/sr/mboximporter.po 2019-05-07 02:49:34.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-08-16 09:13+0200\n" +"POT-Creation-Date: 2018-12-31 03:09+0100\n" "PO-Revision-Date: 2018-01-06 09:21+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -39,8 +39,9 @@ msgstr "Алатка за увоз мбокса" #: main.cpp:46 -#, kde-format -msgid "Copyright © 2013-2018 MBoxImporter authors" +#, fuzzy, kde-format +#| msgid "Copyright © 2013-2018 MBoxImporter authors" +msgid "Copyright © 2013-2019 MBoxImporter authors" msgstr "© 2013–2018, аутори увоза мбокса" #: main.cpp:47 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-19.04.0/po/zh_CN/mboximporter.po new/mbox-importer-19.04.1/po/zh_CN/mboximporter.po --- old/mbox-importer-19.04.0/po/zh_CN/mboximporter.po 2019-04-12 02:15:29.000000000 +0200 +++ new/mbox-importer-19.04.1/po/zh_CN/mboximporter.po 2019-05-07 02:49:43.000000000 +0200 @@ -8,8 +8,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-12-31 03:09+0100\n" -"PO-Revision-Date: 2019-04-09 18:52\n" -"Last-Translator: guoyunhe <[email protected]>\n" +"PO-Revision-Date: 2019-05-05 22:30\n" +"Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n"
