Hello community,

here is the log from the commit of package mbox-importer for openSUSE:Factory 
checked in at 2020-01-12 23:23:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old)
 and      /work/SRC/openSUSE:Factory/.mbox-importer.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mbox-importer"

Sun Jan 12 23:23:10 2020 rev:38 rq:762465 version:19.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes      
2019-12-14 12:22:43.851205190 +0100
+++ /work/SRC/openSUSE:Factory/.mbox-importer.new.6675/mbox-importer.changes    
2020-01-12 23:24:32.074819466 +0100
@@ -1,0 +2,9 @@
+Tue Jan  7 10:36:29 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 19.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.1
+- No code change since 19.12.0
+
+-------------------------------------------------------------------
@@ -7 +16 @@
-  * https://www.kde.org/announcements/releases/19.12.0
+  * https://www.kde.org/announcements/releases/19.12

Old:
----
  mbox-importer-19.12.0.tar.xz
  mbox-importer-19.12.0.tar.xz.sig

New:
----
  mbox-importer-19.12.1.tar.xz
  mbox-importer-19.12.1.tar.xz.sig

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

Other differences:
------------------
++++++ mbox-importer.spec ++++++
--- /var/tmp/diff_new_pack.slId7o/_old  2020-01-12 23:24:32.766819722 +0100
+++ /var/tmp/diff_new_pack.slId7o/_new  2020-01-12 23:24:32.766819722 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mbox-importer
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           mbox-importer
-Version:        19.12.0
+Version:        19.12.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.12.0.tar.xz -> mbox-importer-19.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-19.12.0/CMakeLists.txt 
new/mbox-importer-19.12.1/CMakeLists.txt
--- old/mbox-importer-19.12.0/CMakeLists.txt    2019-12-06 02:54:03.000000000 
+0100
+++ new/mbox-importer-19.12.1/CMakeLists.txt    2020-01-07 03:30:53.000000000 
+0100
@@ -1,4 +1,4 @@
-set(KDEPIM_VERSION_NUMBER "5.13.0")
+set(KDEPIM_VERSION_NUMBER "5.13.1")
 cmake_minimum_required(VERSION 3.5)
 project(mbox-importer VERSION ${KDEPIM_VERSION_NUMBER})
 
@@ -28,7 +28,7 @@
 
 # Do NOT add quote
 set(KDEPIM_DEV_VERSION)
-set(KDE_APPLICATIONS_VERSION "19.12.0")
+set(KDE_APPLICATIONS_VERSION "19.12.1")
 # add an extra space
 if(DEFINED KDEPIM_DEV_VERSION)
     set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}")
@@ -36,16 +36,16 @@
 
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION} 
(${KDE_APPLICATIONS_VERSION})")
 
-set(AKONADI_VERSION "5.13.0")
+set(AKONADI_VERSION "5.13.1")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.11.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Gui Widgets)
-set(LIBMAILIMPORTER_VERSION_LIB "5.13.0")
-set(MAILCOMMON_LIB_VERSION_LIB "5.13.0")
-set(PIMCOMMON_LIB_VERSION "5.13.0")
+set(LIBMAILIMPORTER_VERSION_LIB "5.13.1")
+set(MAILCOMMON_LIB_VERSION_LIB "5.13.1")
+set(PIMCOMMON_LIB_VERSION "5.13.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.12.0/po/ca/mboximporter.po 
new/mbox-importer-19.12.1/po/ca/mboximporter.po
--- old/mbox-importer-19.12.0/po/ca/mboximporter.po     2019-12-06 
02:54:00.000000000 +0100
+++ new/mbox-importer-19.12.1/po/ca/mboximporter.po     2020-01-07 
03:30:52.000000000 +0100
@@ -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-19.12.0/po/fr/mboximporter.po 
new/mbox-importer-19.12.1/po/fr/mboximporter.po
--- old/mbox-importer-19.12.0/po/fr/mboximporter.po     2019-12-06 
02:54:00.000000000 +0100
+++ new/mbox-importer-19.12.1/po/fr/mboximporter.po     2020-01-07 
03:30:52.000000000 +0100
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 19.03.70\n"
+"X-Generator: Lokalize 19.07.70\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-19.12.0/po/it/mboximporter.po 
new/mbox-importer-19.12.1/po/it/mboximporter.po
--- old/mbox-importer-19.12.0/po/it/mboximporter.po     2019-12-06 
02:54:01.000000000 +0100
+++ new/mbox-importer-19.12.1/po/it/mboximporter.po     2020-01-07 
03:30:53.000000000 +0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Luigi Toscano <luigi.tosc...@tiscali.it>, 2013, 2014, 2015, 2016, 2017, 2018.
+# Luigi Toscano <luigi.tosc...@tiscali.it>, 2013, 2014, 2015, 2016, 2017, 
2018, 2019.
 #
 msgid ""
 msgstr ""
@@ -15,7 +15,7 @@
 "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.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-19.12.0/po/zh_CN/mboximporter.po 
new/mbox-importer-19.12.1/po/zh_CN/mboximporter.po
--- old/mbox-importer-19.12.0/po/zh_CN/mboximporter.po  2019-12-06 
02:54:03.000000000 +0100
+++ new/mbox-importer-19.12.1/po/zh_CN/mboximporter.po  2020-01-07 
03:30:53.000000000 +0100
@@ -8,15 +8,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-06-19 03:22+0200\n"
-"PO-Revision-Date: 2019-11-19 23:11\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:48\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\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: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/pim/mboximporter.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-19.12.0/po/zh_TW/mboximporter.po 
new/mbox-importer-19.12.1/po/zh_TW/mboximporter.po
--- old/mbox-importer-19.12.0/po/zh_TW/mboximporter.po  2019-12-06 
02:54:03.000000000 +0100
+++ new/mbox-importer-19.12.1/po/zh_TW/mboximporter.po  2020-01-07 
03:30:53.000000000 +0100
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2019-06-19 03:22+0200\n"
 "PO-Revision-Date: 2019-01-19 19:51+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
-"Language-Team: Chinese <zh-l...@linux.org.tw>\n"
+"Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"


Reply via email to