Hello community, here is the log from the commit of package mbox-importer for openSUSE:Factory checked in at 2019-01-08 12:23:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old) and /work/SRC/openSUSE:Factory/.mbox-importer.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mbox-importer" Tue Jan 8 12:23:12 2019 rev:25 rq:658493 version:18.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes 2018-11-13 17:27:19.821470620 +0100 +++ /work/SRC/openSUSE:Factory/.mbox-importer.new.28833/mbox-importer.changes 2019-01-08 12:25:13.360486127 +0100 @@ -1,0 +2,35 @@ +Fri Dec 14 06:09:21 UTC 2018 - [email protected] + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * No code changes since 18.11.90 + +------------------------------------------------------------------- +Mon Dec 03 20:56:19 UTC 2018 - [email protected] + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * No code changes since 18.11.80 + +------------------------------------------------------------------- +Tue Nov 20 06:23:01 UTC 2018 - Luca Beltrame <[email protected]> + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:31 UTC 2018 - [email protected] + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-beta.php +- Changes since 18.08.3: + * No code changes since 18.08.3 + +------------------------------------------------------------------- @@ -47 +82 @@ - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php @@ -97 +132 @@ - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php @@ -213 +248 @@ - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php @@ -277 +312 @@ - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php Old: ---- mbox-importer-18.08.3.tar.xz New: ---- mbox-importer-18.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mbox-importer.spec ++++++ --- /var/tmp/diff_new_pack.wIeUIf/_old 2019-01-08 12:25:13.784485661 +0100 +++ /var/tmp/diff_new_pack.wIeUIf/_new 2019-01-08 12:25:13.784485661 +0100 @@ -16,18 +16,17 @@ # -%bcond_without lang - -Name: mbox-importer -Version: 18.08.3 -Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang +Name: mbox-importer +Version: 18.12.0 +Release: 0 Summary: Tool for importing mbox archives into akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/KDE -Url: http://www.kde.org +URL: http://www.kde.org Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: gettext-devel @@ -43,12 +42,11 @@ BuildRequires: cmake(KF5Service) BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0 +# It can only build on the same platforms as Qt Webengine +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 %if %{with lang} Recommends: %{name}-lang %endif -# It can only build on the same platforms as Qt Webengine -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains a tool that can be used to import mbox archives @@ -72,14 +70,13 @@ %endif %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_applicationsdir}/org.kde.mboximporter.desktop %{_kf5_bindir}/mboximporter %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog ++++++ mbox-importer-18.08.3.tar.xz -> mbox-importer-18.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/CMakeLists.txt new/mbox-importer-18.12.0/CMakeLists.txt --- old/mbox-importer-18.08.3/CMakeLists.txt 2018-11-06 01:20:57.000000000 +0100 +++ new/mbox-importer-18.12.0/CMakeLists.txt 2018-12-07 01:45:59.000000000 +0100 @@ -1,30 +1,30 @@ -set(KDEPIM_VERSION_NUMBER "5.9.3") +set(KDEPIM_VERSION_NUMBER "5.10.0") cmake_minimum_required(VERSION 3.1) project(mbox-importer VERSION ${KDEPIM_VERSION_NUMBER}) -set(KF5_VERSION "5.47.0") +set(KF5_VERSION "5.51.0") find_package(ECM ${KF5_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) include(ECMInstallIcons) -include(ECMOptionalAddSubdirectory) + include(ECMSetupVersion) include(ECMAddTests) -include(ECMMarkNonGuiExecutable) + include(GenerateExportHeader) include(ECMGenerateHeaders) -include(CMakePackageConfigHelpers) + include(FeatureSummary) include(CheckFunctionExists) include(ECMGeneratePriFile) include(KDEInstallDirs) include(KDECMakeSettings) -include(KDECompilerSettings NO_POLICY_SCOPE) +include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(ECMAddAppIcon) include(ECMQtDeclareLoggingCategory) -include(ECMCoverageOption) + # Do NOT add quote set(KDEPIM_DEV_VERSION) @@ -36,16 +36,16 @@ set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}") -set(AKONADI_VERSION "5.9.3") +set(AKONADI_VERSION "5.10.0") 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.9.3") -set(MAILCOMMON_LIB_VERSION_LIB "5.9.3") -set(PIMCOMMON_LIB_VERSION "5.9.3") +set(LIBMAILIMPORTER_VERSION_LIB "5.10.0") +set(MAILCOMMON_LIB_VERSION_LIB "5.10.0") +set(PIMCOMMON_LIB_VERSION "5.10.0") # Find KF5 package find_package(KF5Config ${KF5_VERSION} CONFIG REQUIRED) @@ -61,12 +61,6 @@ find_package(KF5PimCommonAkonadi ${PIMCOMMON_LIB_VERSION_LIB} CONFIG REQUIRED) include_directories(${mbox-importer_SOURCE_DIR} ${mbox-importer_BINARY_DIR}) -add_definitions(-DQT_NO_URL_CAST_FROM_STRING) -add_definitions(-DQT_USE_QSTRINGBUILDER) - -add_definitions(-DQT_NO_CAST_FROM_ASCII) -add_definitions(-DQT_NO_CAST_TO_ASCII) -add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT) add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000) add_subdirectory(src) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/ar/mboximporter.po new/mbox-importer-18.12.0/po/ar/mboximporter.po --- old/mbox-importer-18.08.3/po/ar/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/ar/mboximporter.po 2018-12-07 01:45:57.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-01-26 17:53+0300\n" "Last-Translator: Safa Alfulaij <[email protected]>\n" "Language-Team: Arabic <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/ast/mboximporter.po new/mbox-importer-18.12.0/po/ast/mboximporter.po --- old/mbox-importer-18.08.3/po/ast/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/ast/mboximporter.po 1970-01-01 01:00:00.000000000 +0100 @@ -1,85 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# enolp <[email protected]>, 2016. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" -"PO-Revision-Date: 2016-12-21 16:31+0100\n" -"Last-Translator: enolp <[email protected]>\n" -"Language-Team: Asturian <[email protected]>\n" -"Language: ast\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" - -#, kde-format -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Softastur" - -#, kde-format -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "[email protected]" - -#: main.cpp:42 -#, kde-format -msgid "MBox importer tool" -msgstr "" - -#: main.cpp:44 -#, kde-format -msgid "MBox Import Tool" -msgstr "" - -#: main.cpp:46 -#, kde-format -msgid "Copyright © 2013-2018 MBoxImporter authors" -msgstr "" - -#: main.cpp:47 -#, kde-format -msgid "Laurent Montel" -msgstr "" - -#: main.cpp:47 -#, kde-format -msgid "Maintainer" -msgstr "" - -#: main.cpp:59 -#, kde-format -msgid "URL of mbox to be imported" -msgstr "" - -#: mboxmainwindow.cpp:40 -#, kde-format -msgid "Import mbox file" -msgstr "" - -#: mboxmainwindow.cpp:73 -#, kde-format -msgid "Import in progress" -msgstr "" - -#: mboxmainwindow.cpp:79 -#, kde-format -msgid "Import finished" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: ui/mboximportwidget.ui:20 -#, kde-format -msgid "Please select the folder to import to:" -msgstr "" - -#. i18n: ectx: property (text), widget (QPushButton, importMails) -#: ui/mboximportwidget.ui:48 -#, kde-format -msgid "Import Mails" -msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/bg/mboximporter.po new/mbox-importer-18.12.0/po/bg/mboximporter.po --- old/mbox-importer-18.08.3/po/bg/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/bg/mboximporter.po 2018-12-07 01:45:57.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2013-08-05 13:36+0300\n" "Last-Translator: Yasen Pramatarov <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/bs/mboximporter.po new/mbox-importer-18.12.0/po/bs/mboximporter.po --- old/mbox-importer-18.08.3/po/bs/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/bs/mboximporter.po 2018-12-07 01:45:57.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: mbox\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2013-11-15 14:01+0000\n" "Last-Translator: Samir Ribić <Unknown>\n" "Language-Team: bosanski <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/ca/mboximporter.po new/mbox-importer-18.12.0/po/ca/mboximporter.po --- old/mbox-importer-18.08.3/po/ca/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/ca/mboximporter.po 2018-12-07 01:45:57.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-01-02 10:36+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/ca@valencia/mboximporter.po new/mbox-importer-18.12.0/po/ca@valencia/mboximporter.po --- old/mbox-importer-18.08.3/po/ca@valencia/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/ca@valencia/mboximporter.po 2018-12-07 01:45:57.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-01-02 10:36+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -87,9 +87,3 @@ #, kde-format msgid "Import Mails" msgstr "Importa els correus" - -#~ msgid "Messageviewer Header Theme Editor" -#~ msgstr "Editor de temes per a les capçaleres del visor de missatges" - -#~ msgid "mbox importer" -#~ msgstr "Importador de mbox" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/cs/mboximporter.po new/mbox-importer-18.12.0/po/cs/mboximporter.po --- old/mbox-importer-18.08.3/po/cs/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/cs/mboximporter.po 2018-12-07 01:45:57.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-01-09 14:36+0100\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/da/mboximporter.po new/mbox-importer-18.12.0/po/da/mboximporter.po --- old/mbox-importer-18.08.3/po/da/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/da/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2016-08-07 15:08+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/de/mboximporter.po new/mbox-importer-18.12.0/po/de/mboximporter.po --- old/mbox-importer-18.08.3/po/de/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/de/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-03-05 10:21+0100\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/en_GB/mboximporter.po new/mbox-importer-18.12.0/po/en_GB/mboximporter.po --- old/mbox-importer-18.08.3/po/en_GB/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/en_GB/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-02-18 16:19+0000\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/es/mboximporter.po new/mbox-importer-18.12.0/po/es/mboximporter.po --- old/mbox-importer-18.08.3/po/es/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/es/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-01-05 23:34+0100\n" "Last-Translator: Javier Vinal <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/et/mboximporter.po new/mbox-importer-18.12.0/po/et/mboximporter.po --- old/mbox-importer-18.08.3/po/et/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/et/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2016-07-27 20:02+0300\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/fi/mboximporter.po new/mbox-importer-18.12.0/po/fi/mboximporter.po --- old/mbox-importer-18.08.3/po/fi/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/fi/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-01-22 17:18+0200\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/fr/mboximporter.po new/mbox-importer-18.12.0/po/fr/mboximporter.po --- old/mbox-importer-18.08.3/po/fr/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/fr/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\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" "Language-Team: French <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/gl/mboximporter.po new/mbox-importer-18.12.0/po/gl/mboximporter.po --- old/mbox-importer-18.08.3/po/gl/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/gl/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-04-22 10:53+0100\n" "Last-Translator: Adrian Chaves <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/hu/mboximporter.po new/mbox-importer-18.12.0/po/hu/mboximporter.po --- old/mbox-importer-18.08.3/po/hu/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/hu/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2014-09-04 12:27+0200\n" "Last-Translator: Kristóf Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/ia/mboximporter.po new/mbox-importer-18.12.0/po/ia/mboximporter.po --- old/mbox-importer-18.08.3/po/ia/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/ia/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2013-10-23 14:02+0200\n" "Last-Translator: Giovanni Sora <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/it/mboximporter.po new/mbox-importer-18.12.0/po/it/mboximporter.po --- old/mbox-importer-18.08.3/po/it/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/it/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-01-03 21:01+0100\n" "Last-Translator: Luigi Toscano <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/ja/mboximporter.po new/mbox-importer-18.12.0/po/ja/mboximporter.po --- old/mbox-importer-18.08.3/po/ja/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/ja/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2013-08-19 00:13-0700\n" "Last-Translator: Japanese KDE translation team <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/kk/mboximporter.po new/mbox-importer-18.12.0/po/kk/mboximporter.po --- old/mbox-importer-18.08.3/po/kk/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/kk/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2013-09-24 04:50+0600\n" "Last-Translator: Sairan Kikkarin <[email protected]>\n" "Language-Team: Kazakh <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/ko/mboximporter.po new/mbox-importer-18.12.0/po/ko/mboximporter.po --- old/mbox-importer-18.08.3/po/ko/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/ko/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-08-15 12:35+0100\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/lt/mboximporter.po new/mbox-importer-18.12.0/po/lt/mboximporter.po --- old/mbox-importer-18.08.3/po/lt/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/lt/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2014-11-10 19:35+0200\n" "Last-Translator: Liudas Ališauskas <[email protected]>\n" "Language-Team: Lithuanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/nb/mboximporter.po new/mbox-importer-18.12.0/po/nb/mboximporter.po --- old/mbox-importer-18.08.3/po/nb/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/nb/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2014-09-13 18:22+0200\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/nds/mboximporter.po new/mbox-importer-18.12.0/po/nds/mboximporter.po --- old/mbox-importer-18.08.3/po/nds/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/nds/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2014-08-13 23:52+0200\n" "Last-Translator: Sönke Dibbern <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/nl/mboximporter.po new/mbox-importer-18.12.0/po/nl/mboximporter.po --- old/mbox-importer-18.08.3/po/nl/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/nl/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-01-02 22:10+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/pl/mboximporter.po new/mbox-importer-18.12.0/po/pl/mboximporter.po --- old/mbox-importer-18.08.3/po/pl/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/pl/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-01-28 06:03+0100\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/pt/mboximporter.po new/mbox-importer-18.12.0/po/pt/mboximporter.po --- old/mbox-importer-18.08.3/po/pt/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/pt/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-01-02 10:28+0000\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/pt_BR/mboximporter.po new/mbox-importer-18.12.0/po/pt_BR/mboximporter.po --- old/mbox-importer-18.08.3/po/pt_BR/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/pt_BR/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-08-04 23:36-0300\n" "Last-Translator: André Marcelo Alvarenga <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/ro/mboximporter.po new/mbox-importer-18.12.0/po/ro/mboximporter.po --- old/mbox-importer-18.08.3/po/ro/mboximporter.po 2018-11-06 01:20:56.000000000 +0100 +++ new/mbox-importer-18.12.0/po/ro/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2013-10-05 14:36+0300\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/ru/mboximporter.po new/mbox-importer-18.12.0/po/ru/mboximporter.po --- old/mbox-importer-18.08.3/po/ru/mboximporter.po 2018-11-06 01:20:57.000000000 +0100 +++ new/mbox-importer-18.12.0/po/ru/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2016-03-26 12:54+0300\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/sk/mboximporter.po new/mbox-importer-18.12.0/po/sk/mboximporter.po --- old/mbox-importer-18.08.3/po/sk/mboximporter.po 2018-11-06 01:20:57.000000000 +0100 +++ new/mbox-importer-18.12.0/po/sk/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2017-01-02 11:47+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/sl/mboximporter.po new/mbox-importer-18.12.0/po/sl/mboximporter.po --- old/mbox-importer-18.08.3/po/sl/mboximporter.po 2018-11-06 01:20:57.000000000 +0100 +++ new/mbox-importer-18.12.0/po/sl/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-01-18 18:00+0100\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/sr/mboximporter.po new/mbox-importer-18.12.0/po/sr/mboximporter.po --- old/mbox-importer-18.08.3/po/sr/mboximporter.po 2018-11-06 01:20:57.000000000 +0100 +++ new/mbox-importer-18.12.0/po/sr/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/sv/mboximporter.po new/mbox-importer-18.12.0/po/sv/mboximporter.po --- old/mbox-importer-18.08.3/po/sv/mboximporter.po 2018-11-06 01:20:57.000000000 +0100 +++ new/mbox-importer-18.12.0/po/sv/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-01-02 19:13+0100\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/tr/mboximporter.po new/mbox-importer-18.12.0/po/tr/mboximporter.po --- old/mbox-importer-18.08.3/po/tr/mboximporter.po 2018-11-06 01:20:57.000000000 +0100 +++ new/mbox-importer-18.12.0/po/tr/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdepim-kde4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2017-06-05 12:07+0000\n" "Last-Translator: Mesutcan <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/ug/mboximporter.po new/mbox-importer-18.12.0/po/ug/mboximporter.po --- old/mbox-importer-18.08.3/po/ug/mboximporter.po 2018-11-06 01:20:57.000000000 +0100 +++ new/mbox-importer-18.12.0/po/ug/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: Uyghur <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/uk/mboximporter.po new/mbox-importer-18.12.0/po/uk/mboximporter.po --- old/mbox-importer-18.08.3/po/uk/mboximporter.po 2018-11-06 01:20:57.000000000 +0100 +++ new/mbox-importer-18.12.0/po/uk/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" "PO-Revision-Date: 2018-01-02 09:29+0200\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/po/zh_CN/mboximporter.po new/mbox-importer-18.12.0/po/zh_CN/mboximporter.po --- old/mbox-importer-18.08.3/po/zh_CN/mboximporter.po 2018-11-06 01:20:57.000000000 +0100 +++ new/mbox-importer-18.12.0/po/zh_CN/mboximporter.po 2018-12-07 01:45:58.000000000 +0100 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\n" -"PO-Revision-Date: 2018-11-01 23:18\n" +"POT-Creation-Date: 2018-11-12 06:58+0100\n" +"PO-Revision-Date: 2018-11-12 09:22\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.08.3/po/zh_TW/mboximporter.po new/mbox-importer-18.12.0/po/zh_TW/mboximporter.po --- old/mbox-importer-18.08.3/po/zh_TW/mboximporter.po 2018-11-06 01:20:57.000000000 +0100 +++ new/mbox-importer-18.12.0/po/zh_TW/mboximporter.po 2018-12-07 01:45:59.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-01-02 03:16+0100\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" "Language-Team: Chinese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-18.08.3/src/org.kde.mboximporter.desktop new/mbox-importer-18.12.0/src/org.kde.mboximporter.desktop --- old/mbox-importer-18.08.3/src/org.kde.mboximporter.desktop 2018-10-26 07:58:37.000000000 +0200 +++ new/mbox-importer-18.12.0/src/org.kde.mboximporter.desktop 2018-12-03 13:06:15.000000000 +0100 @@ -1,7 +1,6 @@ [Desktop Entry] Name=MBoxImporter Name[ar]=مستورد MBox -Name[ast]=MBoxImporter Name[bs]=MBoxImporter Name[ca]=Importador MBox Name[ca@valencia]=Importador MBox
