Hello community, here is the log from the commit of package mbox-importer for openSUSE:Factory checked in at 2019-02-15 10:00:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old) and /work/SRC/openSUSE:Factory/.mbox-importer.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mbox-importer" Fri Feb 15 10:00:49 2019 rev:27 rq:673868 version:18.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes 2019-01-24 14:09:27.279636244 +0100 +++ /work/SRC/openSUSE:Factory/.mbox-importer.new.28833/mbox-importer.changes 2019-02-15 10:00:52.823655119 +0100 @@ -1,0 +2,10 @@ +Sat Feb 09 08:25:27 UTC 2019 - [email protected] + +- Update to 18.12.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.2.php +- Changes since 18.12.1: + * No code changes since 18.12.1 + +------------------------------------------------------------------- Old: ---- mbox-importer-18.12.1.tar.xz New: ---- mbox-importer-18.12.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mbox-importer.spec ++++++ --- /var/tmp/diff_new_pack.EEsbJC/_old 2019-02-15 10:00:53.403654933 +0100 +++ /var/tmp/diff_new_pack.EEsbJC/_new 2019-02-15 10:00:53.407654932 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: mbox-importer -Version: 18.12.1 +Version: 18.12.2 Release: 0 Summary: Tool for importing mbox archives into akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ mbox-importer-18.12.1.tar.xz -> mbox-importer-18.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.12.1/CMakeLists.txt new/mbox-importer-18.12.2/CMakeLists.txt --- old/mbox-importer-18.12.1/CMakeLists.txt 2019-01-08 01:19:29.000000000 +0100 +++ new/mbox-importer-18.12.2/CMakeLists.txt 2019-02-05 01:48:16.000000000 +0100 @@ -1,4 +1,4 @@ -set(KDEPIM_VERSION_NUMBER "5.10.1") +set(KDEPIM_VERSION_NUMBER "5.10.2") cmake_minimum_required(VERSION 3.1) project(mbox-importer VERSION ${KDEPIM_VERSION_NUMBER}) @@ -36,16 +36,16 @@ set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}") -set(AKONADI_VERSION "5.10.1") +set(AKONADI_VERSION "5.10.2") set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}") set(KDEPIM_LIB_SOVERSION "5") set(QT_REQUIRED_VERSION "5.9.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Gui Widgets) -set(LIBMAILIMPORTER_VERSION_LIB "5.10.1") -set(MAILCOMMON_LIB_VERSION_LIB "5.10.1") -set(PIMCOMMON_LIB_VERSION "5.10.1") +set(LIBMAILIMPORTER_VERSION_LIB "5.10.2") +set(MAILCOMMON_LIB_VERSION_LIB "5.10.2") +set(PIMCOMMON_LIB_VERSION "5.10.2") # Find KF5 package find_package(KF5Config ${KF5_VERSION} CONFIG REQUIRED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.12.1/po/fr/mboximporter.po new/mbox-importer-18.12.2/po/fr/mboximporter.po --- old/mbox-importer-18.12.1/po/fr/mboximporter.po 2019-01-08 01:19:29.000000000 +0100 +++ new/mbox-importer-18.12.2/po/fr/mboximporter.po 2019-02-05 01:48:16.000000000 +0100 @@ -2,21 +2,22 @@ # This file is distributed under the same license as the PACKAGE package. # Geoffray Levasseur <[email protected]>, 2013. # Vincent Pinon <[email protected]>, 2017, 2018. +# Simon Depiets <[email protected]>, 2019. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:58+0100\n" -"PO-Revision-Date: 2018-01-11 17:50+0100\n" -"Last-Translator: Vincent Pinon <[email protected]>\n" +"PO-Revision-Date: 2019-01-30 00:55+0800\n" +"Last-Translator: Simon Depiets <[email protected]>\n" "Language-Team: French <[email protected]>\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.03.70\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -24,12 +25,12 @@ #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Geoffray Levasseur" +msgstr "Geoffray Levasseur, Simon Depiets" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "[email protected]" +msgstr "[email protected], [email protected]" #: main.cpp:42 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.12.1/po/zh_CN/mboximporter.po new/mbox-importer-18.12.2/po/zh_CN/mboximporter.po --- old/mbox-importer-18.12.1/po/zh_CN/mboximporter.po 2019-01-08 01:19:29.000000000 +0100 +++ new/mbox-importer-18.12.2/po/zh_CN/mboximporter.po 2019-02-05 01:48:16.000000000 +0100 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:58+0100\n" -"PO-Revision-Date: 2019-01-05 20:50\n" +"PO-Revision-Date: 2019-01-27 23:05\n" "Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.12.1/po/zh_TW/mboximporter.po new/mbox-importer-18.12.2/po/zh_TW/mboximporter.po --- old/mbox-importer-18.12.1/po/zh_TW/mboximporter.po 2019-01-08 01:19:29.000000000 +0100 +++ new/mbox-importer-18.12.2/po/zh_TW/mboximporter.po 2019-02-05 01:48:16.000000000 +0100 @@ -2,20 +2,21 @@ # This file is distributed under the same license as the PACKAGE package. # # Franklin Weng <franklin at goodhorse dot idv dot tw>, 2013, 2015, 2017. +# pan93412 <[email protected]>, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:58+0100\n" -"PO-Revision-Date: 2017-11-11 19:21+0800\n" -"Last-Translator: Franklin Weng <[email protected]>\n" +"PO-Revision-Date: 2019-01-19 19:51+0800\n" +"Last-Translator: pan93412 <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n" "Language: zh_TW\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.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -33,8 +34,7 @@ msgstr "MBox 匯入工具" #: main.cpp:44 -#, fuzzy, kde-format -#| msgid "MBox importer tool" +#, kde-format msgid "MBox Import Tool" msgstr "MBox 匯入工具"
