Hello community,

here is the log from the commit of package kgpg for openSUSE:Factory checked in 
at 2017-01-25 22:55:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2017-01-11 
11:53:55.641763331 +0100
+++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes   2017-01-25 
22:55:27.143351187 +0100
@@ -1,0 +2,10 @@
+Sat Jan 14 08:56:14 UTC 2017 - [email protected]
+
+- - Update to KDE Applications 16.12.1
+   * KDE Applications 16.12.1 
+   * https://www.kde.org/announcements/announce-applications-16.12.1.php
+
+- Drop 0001-fix-crash-when-GnuPG-does-not-output-curve-fields-fo.patch,
+  included in this release
+
+-------------------------------------------------------------------

Old:
----
  0001-fix-crash-when-GnuPG-does-not-output-curve-fields-fo.patch
  kgpg-16.12.0.tar.xz

New:
----
  kgpg-16.12.1.tar.xz

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

Other differences:
------------------
++++++ kgpg.spec ++++++
--- /var/tmp/diff_new_pack.aQkvNs/_old  2017-01-25 22:55:27.783254332 +0100
+++ /var/tmp/diff_new_pack.aQkvNs/_new  2017-01-25 22:55:27.787253727 +0100
@@ -17,10 +17,10 @@
 
 
 Name:           kgpg
-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}')}
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
@@ -32,9 +32,8 @@
 Patch1:         kgpg-autostart.diff
 Patch2:         fix-build-gcc48.patch
 # The following patches are from upstream and added on the upstream 
maintainers request, see https://build.opensuse.org/request/show/448937
-Patch3:         0001-fix-crash-when-GnuPG-does-not-output-curve-fields-fo.patch
-Patch4:         0002-Revert-Use-new-slot-syntax-for-KStandardAction-conne.patch
-Patch5:         0003-Revert-Increase-KF5-requirement.patch
+Patch3:         0002-Revert-Use-new-slot-syntax-for-KStandardAction-conne.patch
+Patch4:         0003-Revert-Increase-KF5-requirement.patch
 BuildRequires:  akonadi-contact-devel
 BuildRequires:  boost-devel
 BuildRequires:  extra-cmake-modules
@@ -69,7 +68,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %build
 %cmake_kf5 -d build

++++++ kgpg-16.12.0.tar.xz -> kgpg-16.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-16.12.0/CMakeLists.txt 
new/kgpg-16.12.1/CMakeLists.txt
--- old/kgpg-16.12.0/CMakeLists.txt     2016-12-12 01:22:37.000000000 +0100
+++ new/kgpg-16.12.1/CMakeLists.txt     2017-01-07 19:58:24.000000000 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "0")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 project(kgpg)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-16.12.0/kgpginterface.cpp 
new/kgpg-16.12.1/kgpginterface.cpp
--- old/kgpg-16.12.0/kgpginterface.cpp  2016-12-12 01:22:37.000000000 +0100
+++ new/kgpg-16.12.1/kgpginterface.cpp  2017-01-07 19:58:24.000000000 +0100
@@ -342,9 +342,10 @@
                                keytype = Convert::toSubType(caps, true);
                        }
 
+                       const QString curve = (items > 16) ? lsp.at(16) : 
QString();
                        result << KgpgKey(lsp.at(4), lsp.at(2).toUInt(), 
Convert::toTrust(lsp.at(1)),
                                Convert::toAlgo(lsp.at(3)), subtype, keytype,
-                               QDateTime::fromTime_t(lsp.at(5).toUInt()), 
lsp.at(16));
+                               QDateTime::fromTime_t(lsp.at(5).toUInt()), 
curve);
 
                        secretkey = &result.last();
 

++++++ kgpg-autostart.diff ++++++
--- /var/tmp/diff_new_pack.aQkvNs/_old  2017-01-25 22:55:28.159197430 +0100
+++ /var/tmp/diff_new_pack.aQkvNs/_new  2017-01-25 22:55:28.163196825 +0100
@@ -1,6 +1,6 @@
 --- org.kde.kgpg.desktop       2008/07/21 09:57:19     1.1
 +++ org.kde.kgpg.desktop       2008/07/21 09:57:26
-@@ -118,3 +118,4 @@
+@@ -219,3 +219,4 @@
  X-KDE-autostart-condition=kgpgrc:User Interface:AutoStart:false
  
  Categories=Qt;KDE;Utility;X-KDE-Utilities-PIM;


Reply via email to