Hello community,
here is the log from the commit of package kmail-account-wizard for
openSUSE:Factory checked in at 2020-01-11 14:40:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmail-account-wizard (Old)
and /work/SRC/openSUSE:Factory/.kmail-account-wizard.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmail-account-wizard"
Sat Jan 11 14:40:40 2020 rev:40 rq:762379 version:19.12.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/kmail-account-wizard/kmail-account-wizard.changes
2019-12-13 12:03:36.841419410 +0100
+++
/work/SRC/openSUSE:Factory/.kmail-account-wizard.new.6675/kmail-account-wizard.changes
2020-01-11 14:42:18.293238543 +0100
@@ -1,0 +2,9 @@
+Tue Jan 7 10:00:47 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- 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:
----
kmail-account-wizard-19.12.0.tar.xz
kmail-account-wizard-19.12.0.tar.xz.sig
New:
----
kmail-account-wizard-19.12.1.tar.xz
kmail-account-wizard-19.12.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kmail-account-wizard.spec ++++++
--- /var/tmp/diff_new_pack.udbZfS/_old 2020-01-11 14:42:18.705238707 +0100
+++ /var/tmp/diff_new_pack.udbZfS/_new 2020-01-11 14:42:18.709238709 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kmail-account-wizard
#
-# 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: kmail-account-wizard
-Version: 19.12.0
+Version: 19.12.1
Release: 0
Summary: Account wizard for KMail
License: GPL-2.0-or-later AND LGPL-2.1-or-later
++++++ kmail-account-wizard-19.12.0.tar.xz ->
kmail-account-wizard-19.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.12.0/CMakeLists.txt
new/kmail-account-wizard-19.12.1/CMakeLists.txt
--- old/kmail-account-wizard-19.12.0/CMakeLists.txt 2019-12-06
02:53:28.000000000 +0100
+++ new/kmail-account-wizard-19.12.1/CMakeLists.txt 2020-01-07
03:30:27.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(kmail-account-wizard VERSION ${KDEPIM_VERSION_NUMBER})
@@ -29,7 +29,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)
@@ -38,22 +38,22 @@
set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}
(${KDE_APPLICATIONS_VERSION})")
-set(AKONADI_MIMELIB_VERSION "5.13.0")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.13.0")
-set(KLDAP_LIB_VERSION "5.13.0")
-set(KMAILTRANSPORT_LIB_VERSION "5.13.0")
-set(AKONADI_VERSION "5.13.0")
-set(KIMAP_LIB_VERSION "5.13.0")
-set(AKONADI_MIMELIB_VERSION "5.13.0")
+set(AKONADI_MIMELIB_VERSION "5.13.1")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.13.1")
+set(KLDAP_LIB_VERSION "5.13.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.13.1")
+set(AKONADI_VERSION "5.13.1")
+set(KIMAP_LIB_VERSION "5.13.1")
+set(AKONADI_MIMELIB_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 Widgets Xml DBus Test)
-set(PIMCOMMON_LIB_VERSION_LIB "5.13.0")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.13.0")
-set(LIBKLEO_LIB_VERSION_LIB "5.13.0")
+set(PIMCOMMON_LIB_VERSION_LIB "5.13.1")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.13.1")
+set(LIBKLEO_LIB_VERSION_LIB "5.13.1")
# Find KF5 package
find_package(KF5Wallet ${KF5_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.12.0/po/ca/accountwizard.po
new/kmail-account-wizard-19.12.1/po/ca/accountwizard.po
--- old/kmail-account-wizard-19.12.0/po/ca/accountwizard.po 2019-12-06
02:53:22.000000000 +0100
+++ new/kmail-account-wizard-19.12.1/po/ca/accountwizard.po 2020-01-07
03:30:23.000000000 +0100
@@ -11,14 +11,14 @@
"Project-Id-Version: accountwizard\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-09-03 03:17+0200\n"
-"PO-Revision-Date: 2019-04-25 15:09+0200\n"
+"PO-Revision-Date: 2019-12-20 14:32+0100\n"
"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.04.0\n"
+"X-Generator: Lokalize 20.03.70\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
@@ -443,12 +443,12 @@
#, kde-format
msgid "Could not convert value of setting '%1' to required type %2."
msgstr ""
-"No s'ha pogut convertir el valor de l'arranjament «%1» al tipus requerit %2."
+"No s'ha pogut convertir el valor de l'ajustament «%1» al tipus requerit %2."
#: resource.cpp:146
#, kde-format
msgid "Could not set setting '%1': %2"
-msgstr "No s'ha pogut establir l'arranjament «%1»: %2"
+msgstr "No s'ha pogut establir l'ajustament «%1»: %2"
#: resource.cpp:156
#, kde-format
@@ -469,12 +469,12 @@
msgstr ""
"Sembla que hi ha un problema en arribar a aquest servidor o en seleccionar "
"una forma segura d'enviar les credencials al servidor. Recomanem que "
-"comproveu l'arranjament del compte i l'ajusteu manualment si és necessari."
+"comproveu els ajustaments del compte i l'ajusteu manualment si és necessari."
#: servertest.cpp:65
#, kde-format
msgid "Autodetecting settings failed"
-msgstr "Ha fallat la detecció automàtica de l'arranjament"
+msgstr "Ha fallat la detecció automàtica dels ajustaments"
#: setupautoconfigkolabfreebusy.cpp:87 setupautoconfigkolabldap.cpp:86
#: setupispdb.cpp:151
@@ -641,8 +641,8 @@
"With a few simple steps we create the right settings for you. Please follow "
"the steps of this wizard carefully."
msgstr ""
-"Amb uns pocs senzills passos es crea l'arranjament adequat per vós. Seguiu "
-"els passos d'aquest assistent amb cura."
+"Amb uns pocs senzills passos es crearan els ajustaments adequats per vós. "
+"Seguiu els passos d'aquest assistent amb cura."
#. i18n: ectx: property (text), widget (QLabel, nameLabel)
#: ui/personaldatapage.ui:29
@@ -666,7 +666,7 @@
#: ui/personaldatapage.ui:119
#, kde-format
msgid "Find pro&vider settings on the Internet"
-msgstr "Cerca l'arranjament del pro&veïdor a Internet"
+msgstr "Cerca els ajustaments del pro&veïdor a Internet"
#. i18n: ectx: property (text), widget (QLabel, checkOnlineExplanation)
#: ui/personaldatapage.ui:140
@@ -676,7 +676,7 @@
"domain name part of the e-mail address will be sent over the Internet at "
"this point. If this option is unchecked, the account can be set up manually."
msgstr ""
-"Comprova en línia l'arranjament del meu proveïdor. En aquest punt només "
+"Comprova en línia els ajustaments del meu proveïdor. En aquest punt només "
"s'enviarà a Internet la part del nom del domini de la vostra adreça de "
"correu. Si desmarqueu aquesta opció, podeu arranjar el compte manualment."
@@ -743,45 +743,3 @@
#, kde-format
msgid "Check for more on Internet"
msgstr "Cerca'n més a Internet"
-
-#~ msgid ""
-#~ "Your communication should always be private. To communicate privately, "
-#~ "you need a public/private pair of keys."
-#~ msgstr ""
-#~ "La vostra comunicació sempre ha de ser privada. Per a fer-ho de forma "
-#~ "privada, necessitareu un parell de claus pública/privada."
-
-#~ msgid ""
-#~ "The public key will be uploaded to a key server from where other users "
-#~ "can download it to verify authenticity of emails you sent them."
-#~ msgstr ""
-#~ "La clau pública serà pujada a un servidor de claus des d'on els altres "
-#~ "usuaris podran descarregar-la per a verificar l'autenticitat dels "
-#~ "missatges de correu electrònic que els envieu."
-
-#~ msgid "Publish key automatically"
-#~ msgstr "Publica automàticament la clau"
-
-#~ msgid "Security:"
-#~ msgstr "Seguretat:"
-
-#~ msgid "Always sign and encrypt outgoing emails"
-#~ msgstr "Signa i encripta sempre els correus electrònics sortints"
-
-#~ msgid "Always sign outgoing emails"
-#~ msgstr "Signa sempre els correus electrònics sortints"
-
-#~ msgid "Always encrypt outgoing emails"
-#~ msgstr "Encripta sempre els correus electrònics sortints"
-
-#~ msgid "Don't sign or encrypt outgoing emails"
-#~ msgstr "No signar o encriptar els correus electrònics sortints"
-
-#~ msgid "Key Generation Error"
-#~ msgstr "Error en generar la clau"
-
-#~ msgid "Generating new key pair..."
-#~ msgstr "S'està generant una parella de claus nova..."
-
-#~ msgid "Create Account"
-#~ msgstr "Crea un compte"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.12.0/po/ca/accountwizard_tine20.po
new/kmail-account-wizard-19.12.1/po/ca/accountwizard_tine20.po
--- old/kmail-account-wizard-19.12.0/po/ca/accountwizard_tine20.po
2019-12-06 02:53:22.000000000 +0100
+++ new/kmail-account-wizard-19.12.1/po/ca/accountwizard_tine20.po
2020-01-07 03:30:23.000000000 +0100
@@ -1,29 +1,29 @@
# Translation of accountwizard_tine20.po to Catalan
-# Copyright (C) 2012-2013 This_file_is_part_of_KDE
+# Copyright (C) 2012-2019 This_file_is_part_of_KDE
# This file is distributed under the license LGPL version 2.1 or
# version 3 or later versions approved by the membership of KDE e.V.
#
# Josep Ma. Ferrer <[email protected]>, 2012.
-# Antoni Bella Pérez <[email protected]>, 2013.
+# Antoni Bella Pérez <[email protected]>, 2013, 2019.
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-05-20 03:16+0200\n"
-"PO-Revision-Date: 2013-11-17 22:31+0100\n"
+"PO-Revision-Date: 2019-12-20 14:24+0100\n"
"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 20.03.70\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
#: tine20wizard.es:24
msgid "Personal Settings"
-msgstr "Preferències personals"
+msgstr "Ajustaments personals"
#. i18n: ectx: property (text), widget (QLabel, nameLabel)
#: tine20wizard.ui:20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.12.0/po/zh_CN/accountwizard.po
new/kmail-account-wizard-19.12.1/po/zh_CN/accountwizard.po
--- old/kmail-account-wizard-19.12.0/po/zh_CN/accountwizard.po 2019-12-06
02:53:28.000000000 +0100
+++ new/kmail-account-wizard-19.12.1/po/zh_CN/accountwizard.po 2020-01-07
03:30:27.000000000 +0100
@@ -8,15 +8,14 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-09-03 03:17+0200\n"
-"PO-Revision-Date: 2019-11-19 23:10\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/accountwizard.pot\n"
@@ -345,7 +344,7 @@
#: main.cpp:53
#, kde-format
msgid "(c) 2009-2019 the Akonadi developers"
-msgstr ""
+msgstr "(c) 2009-2019 Akonadi 开发者"
#: main.cpp:56
#, kde-format
@@ -380,7 +379,7 @@
#: main.cpp:75
#, kde-format
msgid "The following assistants are available:"
-msgstr ""
+msgstr "下列绘画辅助尺可用:"
#: personaldatapage.cpp:84
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.12.0/po/zh_CN/accountwizard_tine20.po
new/kmail-account-wizard-19.12.1/po/zh_CN/accountwizard_tine20.po
--- old/kmail-account-wizard-19.12.0/po/zh_CN/accountwizard_tine20.po
2019-12-06 02:53:28.000000000 +0100
+++ new/kmail-account-wizard-19.12.1/po/zh_CN/accountwizard_tine20.po
2020-01-07 03:30:27.000000000 +0100
@@ -7,15 +7,14 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-05-20 03:16+0200\n"
-"PO-Revision-Date: 2019-11-19 23:10\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/accountwizard_tine20.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.12.0/po/zh_TW/accountwizard.po
new/kmail-account-wizard-19.12.1/po/zh_TW/accountwizard.po
--- old/kmail-account-wizard-19.12.0/po/zh_TW/accountwizard.po 2019-12-06
02:53:28.000000000 +0100
+++ new/kmail-account-wizard-19.12.1/po/zh_TW/accountwizard.po 2020-01-07
03:30:27.000000000 +0100
@@ -12,7 +12,7 @@
"POT-Creation-Date: 2019-09-03 03:17+0200\n"
"PO-Revision-Date: 2019-01-19 19:36+0800\n"
"Last-Translator: pan93412 <[email protected]>\n"
-"Language-Team: Chinese <[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"