Hello community,

here is the log from the commit of package kgpg for openSUSE:Factory checked in 
at 2014-05-22 06:50:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-04-18 
12:34:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes   2014-05-22 
06:51:40.000000000 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:51:18 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+-------------------------------------------------------------------

Old:
----
  kgpg-4.13.0.tar.xz

New:
----
  kgpg-4.13.1.tar.xz

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

Other differences:
------------------
++++++ kgpg.spec ++++++
--- /var/tmp/diff_new_pack.rAV8gK/_old  2014-05-22 06:51:42.000000000 +0200
+++ /var/tmp/diff_new_pack.rAV8gK/_new  2014-05-22 06:51:42.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kgpg
-Version:        4.13.0
+Version:        4.13.1
 Release:        0
 Summary:        Encryption Tool
 License:        GPL-2.0+

++++++ kgpg-4.13.0.tar.xz -> kgpg-4.13.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-4.13.0/kgpginterface.cpp 
new/kgpg-4.13.1/kgpginterface.cpp
--- old/kgpg-4.13.0/kgpginterface.cpp   2014-04-08 22:13:33.000000000 +0200
+++ new/kgpg-4.13.1/kgpginterface.cpp   2014-05-08 08:44:56.000000000 +0200
@@ -159,7 +159,7 @@
                        KgpgSubKeyType subtype;
                        KgpgSubKeyType keytype;
                        bool enabled = true;
-                       if (items >= 11) {
+                       if (items > 11) {
                                const QString &caps = lsp.at(11);
 
                                enabled = !caps.contains(QLatin1Char('D'), 
Qt::CaseSensitive);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-4.13.0/main.cpp new/kgpg-4.13.1/main.cpp
--- old/kgpg-4.13.0/main.cpp    2014-04-08 22:13:33.000000000 +0200
+++ new/kgpg-4.13.1/main.cpp    2014-05-08 08:44:56.000000000 +0200
@@ -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.12.0";
+static const char version[] = "2.12.1";
 
 int main(int argc, char *argv[])
 {

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

Reply via email to