Hello community, here is the log from the commit of package kgpg for openSUSE:Factory checked in at 2013-04-18 10:27:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kgpg (Old) and /work/SRC/openSUSE:Factory/.kgpg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kgpg", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kgpg/kgpg.changes 2013-03-14 11:36:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes 2013-04-18 10:27:23.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Apr 1 19:22:46 UTC 2013 - [email protected] + +- Update to 4.10.2 \n * Bugfixes + +------------------------------------------------------------------- Old: ---- kgpg-4.10.1.tar.xz New: ---- kgpg-4.10.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kgpg.spec ++++++ --- /var/tmp/diff_new_pack.bhoGlC/_old 2013-04-18 10:27:24.000000000 +0200 +++ /var/tmp/diff_new_pack.bhoGlC/_new 2013-04-18 10:27:24.000000000 +0200 @@ -17,7 +17,7 @@ Name: kgpg -Version: 4.10.1 +Version: 4.10.2 Release: 0 Summary: Encryption Tool License: GPL-2.0+ ++++++ kgpg-4.10.1.tar.xz -> kgpg-4.10.2.tar.xz ++++++ Files old/kgpg-4.10.1/doc/index.cache.bz2 and new/kgpg-4.10.2/doc/index.cache.bz2 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgpg-4.10.1/keysmanager.cpp new/kgpg-4.10.2/keysmanager.cpp --- old/kgpg-4.10.1/keysmanager.cpp 2013-03-01 08:05:37.000000000 +0100 +++ new/kgpg-4.10.2/keysmanager.cpp 2013-03-29 08:05:43.000000000 +0100 @@ -592,7 +592,7 @@ if (!email.isEmpty()) page->kURLRequester1->setUrl(QString(revurl + email.section(QLatin1Char( '@' ), 0, 0) + QLatin1String( ".revoke" ))); else - page->kURLRequester1->setUrl(QString(revurl + email.section(QLatin1Char( ' ' ), 0, 0) + QLatin1String( ".revoke" ))); + page->kURLRequester1->setUrl(QString(revurl + genkey->getName().section(QLatin1Char(' '), 0, 0) + QLatin1String(".revoke"))); const QString fingerprint(genkey->getFingerprint()); page->TLid->setText(QLatin1String( "<b>" ) + fingerprint.right(8) + QLatin1String( "</b>" )); @@ -602,11 +602,8 @@ keyCreated->setMainWidget(page); keyCreated->exec(); - if (keyCreated.isNull()) { + if (keyCreated.isNull()) return; - } else { - delete keyCreated; - } imodel->refreshKey(fingerprint); KGpgKeyNode *knode = imodel->getRootNode()->findKey(fingerprint); @@ -630,6 +627,7 @@ genRev->start(); } + delete keyCreated; break; } default: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgpg-4.10.1/main.cpp new/kgpg-4.10.2/main.cpp --- old/kgpg-4.10.1/main.cpp 2013-03-01 08:05:37.000000000 +0100 +++ new/kgpg-4.10.2/main.cpp 2013-03-29 08:05:43.000000000 +0100 @@ -23,7 +23,7 @@ static const char description[] = I18N_NOOP("KGpg - simple gui for gpg\n\nKGpg was designed to make gpg very easy to use.\nI tried to make it as secure as possible.\nHope you enjoy it."); -static const char version[] = "2.9.0"; +static const char version[] = "2.9.1"; int main(int argc, char *argv[]) { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
