Hello community,

here is the log from the commit of package kgpg for openSUSE:13.1 checked in at 
2013-10-03 15:57:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/kgpg (Old)
 and      /work/SRC/openSUSE:13.1/.kgpg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kgpg"

Changes:
--------
--- /work/SRC/openSUSE:13.1/kgpg/kgpg.changes   2013-09-23 10:55:53.000000000 
+0200
+++ /work/SRC/openSUSE:13.1/.kgpg.new/kgpg.changes      2013-10-03 
15:58:43.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Sep 28 15:16:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+-------------------------------------------------------------------

Old:
----
  kgpg-4.11.1.tar.xz

New:
----
  kgpg-4.11.2.tar.xz

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

Other differences:
------------------
++++++ kgpg.spec ++++++
--- /var/tmp/diff_new_pack.CTzL7k/_old  2013-10-03 15:58:43.000000000 +0200
+++ /var/tmp/diff_new_pack.CTzL7k/_new  2013-10-03 15:58:43.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kgpg
-Version:        4.11.1
+Version:        4.11.2
 Release:        0
 Summary:        Encryption Tool
 License:        GPL-2.0+

++++++ kgpg-4.11.1.tar.xz -> kgpg-4.11.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-4.11.1/keysmanager.cpp 
new/kgpg-4.11.2/keysmanager.cpp
--- old/kgpg-4.11.1/keysmanager.cpp     2013-08-28 19:08:46.000000000 +0200
+++ new/kgpg-4.11.2/keysmanager.cpp     2013-09-26 21:24:32.000000000 +0200
@@ -593,7 +593,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>" ));
@@ -603,11 +603,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);
@@ -631,6 +628,7 @@
 
                        genRev->start();
                }
+               delete keyCreated;
                break;
        }
        default:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-4.11.1/main.cpp new/kgpg-4.11.2/main.cpp
--- old/kgpg-4.11.1/main.cpp    2013-08-28 19:08:46.000000000 +0200
+++ new/kgpg-4.11.2/main.cpp    2013-09-26 21:24:32.000000000 +0200
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2002 Jean-Baptiste Mardelle <b...@altern.org>
- * Copyright (C) 2007,2008,2009,2010,2011,2012
+ * Copyright (C) 2007,2008,2009,2010,2011,2012,2013
  *               Rolf Eike Beer <k...@opensource.sf-tec.de>
  */
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to