commit kleopatra for openSUSE:Factory
Hello community, here is the log from the commit of package kleopatra for openSUSE:Factory checked in at 2017-01-25 22:57:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kleopatra (Old) and /work/SRC/openSUSE:Factory/.kleopatra.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kleopatra" Changes: -------- --- /work/SRC/openSUSE:Factory/kleopatra/kleopatra.changes 2016-12-17 10:42:57.217192098 +0100 +++ /work/SRC/openSUSE:Factory/.kleopatra.new/kleopatra.changes 2017-01-25 22:57:59.412311071 +0100 @@ -1,0 +2,7 @@ +Sat Jan 14 08:57:59 UTC 2017 - lbeltrame@kde.org + +- - Update to KDE Applications 16.12.1 + * KDE Applications 16.12.1 + * https://www.kde.org/announcements/announce-applications-16.12.1.php + +------------------------------------------------------------------- Old: ---- kleopatra-16.12.0.tar.xz New: ---- kleopatra-16.12.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kleopatra.spec ++++++ --- /var/tmp/diff_new_pack.J36E1Y/_old 2017-01-25 22:58:00.128202780 +0100 +++ /var/tmp/diff_new_pack.J36E1Y/_new 2017-01-25 22:58:00.136201571 +0100 @@ -1,7 +1,7 @@ # # spec file for package kleopatra # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: kleopatra -Version: 16.12.0 +Version: 16.12.1 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: KDE Key Manager License: LGPL-2.1+ ++++++ kleopatra-16.12.0.tar.xz -> kleopatra-16.12.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kleopatra-16.12.0/CMakeLists.txt new/kleopatra-16.12.1/CMakeLists.txt --- old/kleopatra-16.12.0/CMakeLists.txt 2016-12-08 07:09:03.000000000 +0100 +++ new/kleopatra-16.12.1/CMakeLists.txt 2017-01-08 20:13:00.000000000 +0100 @@ -7,8 +7,8 @@ # Standalone build. Find / include everything neccessary. set(KF5_VERSION "5.28.0") -set(KMIME_VERSION "5.4.0") -set(LIBKLEO_VERSION "5.4.0") +set(KMIME_VERSION "5.4.1") +set(LIBKLEO_VERSION "5.4.1") set(QT_REQUIRED_VERSION "5.5.0") find_package(ECM ${KF5_VERSION} REQUIRED NO_MODULE) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kleopatra-16.12.0/src/CMakeLists.txt new/kleopatra-16.12.1/src/CMakeLists.txt --- old/kleopatra-16.12.0/src/CMakeLists.txt 2016-12-08 07:09:03.000000000 +0100 +++ new/kleopatra-16.12.1/src/CMakeLists.txt 2017-01-08 20:13:00.000000000 +0100 @@ -266,6 +266,8 @@ set_target_properties(kleopatra_bin PROPERTIES OUTPUT_NAME kleopatra) target_link_libraries(kleopatra_bin + Gpgmepp + QGpgme ${_kleopatra_extra_libs} KF5::Libkleo KF5::Mime diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kleopatra-16.12.0/src/aboutdata.cpp new/kleopatra-16.12.1/src/aboutdata.cpp --- old/kleopatra-16.12.0/src/aboutdata.cpp 2016-12-08 07:09:03.000000000 +0100 +++ new/kleopatra-16.12.1/src/aboutdata.cpp 2017-01-08 20:13:00.000000000 +0100 @@ -101,8 +101,8 @@ AboutData::AboutData() : KAboutData(QStringLiteral("kleopatra"), i18n("Kleopatra"), QLatin1String(kleopatra_version), i18n(description), KAboutLicense::GPL, - i18n("(c) 2002 Steffen\xC2\xA0Hansen, Matthias\xC2\xA0Kalle\xC2\xA0" "Dalheimer, Klar\xC3\xA4lvdalens\xC2\xA0" "Datakonsult\xC2\xA0" "AB\n" - "(c) 2004, 2007, 2008, 2009 Marc\xC2\xA0Mutz, Klar\xC3\xA4lvdalens\xC2\xA0" "Datakonsult\xC2\xA0" "AB") + + i18n("(c) 2002 Steffen\u00A0Hansen, Matthias\u00A0Kalle\u00A0" "Dalheimer, Klar\u00E4lvdalens\u00A0" "Datakonsult\u00A0" "AB\n" + "(c) 2004, 2007, 2008, 2009 Marc\u00A0Mutz, Klar\u00E4lvdalens\u00A0" "Datakonsult\u00A0" "AB") + "\n" + i18n("(c) 2010-2016 The Kleopatra developers")) { using ::authors; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kleopatra-16.12.0/src/crypto/gui/signencryptemailconflictdialog.cpp new/kleopatra-16.12.1/src/crypto/gui/signencryptemailconflictdialog.cpp --- old/kleopatra-16.12.0/src/crypto/gui/signencryptemailconflictdialog.cpp 2016-12-08 07:09:03.000000000 +0100 +++ new/kleopatra-16.12.1/src/crypto/gui/signencryptemailconflictdialog.cpp 2017-01-08 20:13:00.000000000 +0100 @@ -202,7 +202,7 @@ } } if (encrypt) { - if (const unsigned int num = std::count_if(ui.recipients.cbegin(), ui.signers.cend(), + if (const unsigned int num = std::count_if(ui.recipients.cbegin(), ui.recipients.cend(), [proto](const CertificateSelectionLine &l) { return l.wasInitiallyAmbiguous(proto); })) {
participants (1)
-
root@hilbertn.suse.de