Hello community, here is the log from the commit of package kgpg for openSUSE:Factory checked in at 2016-10-18 10:18:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kgpg (Old) and /work/SRC/openSUSE:Factory/.kgpg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kgpg" Changes: -------- --- /work/SRC/openSUSE:Factory/kgpg/kgpg.changes 2016-09-14 23:10:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes 2016-10-18 10:18:19.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Oct 11 20:56:18 UTC 2016 - [email protected] + +- KDE Applications 16.08.2 +https://www.kde.org/announcements/announce-applications-16.08.2.php + +------------------------------------------------------------------- Old: ---- kgpg-16.08.1.tar.xz New: ---- kgpg-16.08.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kgpg.spec ++++++ --- /var/tmp/diff_new_pack.bXX84K/_old 2016-10-18 10:18:21.000000000 +0200 +++ /var/tmp/diff_new_pack.bXX84K/_new 2016-10-18 10:18:21.000000000 +0200 @@ -17,7 +17,7 @@ Name: kgpg -Version: 16.08.1 +Version: 16.08.2 Release: 0 Summary: Encryption Tool License: GPL-2.0+ ++++++ kgpg-16.08.1.tar.xz -> kgpg-16.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgpg-16.08.1/kgpginterface.cpp new/kgpg-16.08.2/kgpginterface.cpp --- old/kgpg-16.08.1/kgpginterface.cpp 2016-08-11 16:19:31.000000000 +0200 +++ new/kgpg-16.08.2/kgpginterface.cpp 2016-09-09 16:27:55.000000000 +0200 @@ -192,7 +192,7 @@ if ((currentSNode != Q_NULLPTR) && (currentSNode->getType() == ITYPE_SUB)) static_cast<KGpgSubkeyNode *>(currentSNode)->setFingerprint(fingervalue); - else + else if (publickey->fingerprint().isEmpty()) publickey->setFingerprint(fingervalue); } else if (publickey && (lsp.at(0) == QLatin1String( "sub" )) && (items >= 7)) { KgpgSubKeyType subtype;
