Hello community,

here is the log from the commit of package libkleo for openSUSE:Factory checked 
in at 2017-05-22 10:44:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkleo (Old)
 and      /work/SRC/openSUSE:Factory/.libkleo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkleo"

Mon May 22 10:44:22 2017 rev:15 rq:496038 version:17.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkleo/libkleo.changes  2017-05-08 
18:58:23.095380291 +0200
+++ /work/SRC/openSUSE:Factory/.libkleo.new/libkleo.changes     2017-05-22 
10:44:23.091120122 +0200
@@ -1,0 +2,16 @@
+Wed May 17 20:37:20 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.1.php
+- Changes since 17.04.0:
+  * Fix filtering for S/MIME certificates (kde#378755)
+
+-------------------------------------------------------------------
+Wed May 17 14:59:35 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to fix build with GCC7:
+  * fix-build-gcc7.patch
+
+-------------------------------------------------------------------

Old:
----
  libkleo-17.04.0.tar.xz

New:
----
  fix-build-gcc7.patch
  libkleo-17.04.1.tar.xz

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

Other differences:
------------------
++++++ libkleo.spec ++++++
--- /var/tmp/diff_new_pack.Q8bwj5/_old  2017-05-22 10:44:23.619045686 +0200
+++ /var/tmp/diff_new_pack.Q8bwj5/_new  2017-05-22 10:44:23.619045686 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:           libkleo
-Version:        17.04.0
+Version:        17.04.1
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
@@ -29,6 +29,8 @@
 Group:          Development/Libraries/KDE
 Url:            http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch100:       fix-build-gcc7.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -61,6 +63,7 @@
 
 %prep
 %setup -q
+%patch100 -p1
 
 %build
 %cmake_kf5 -d build

++++++ fix-build-gcc7.patch ++++++
From: Fabian Vogt <fab...@ritter-vogt.de>
Date: Sat, 1 Apr 2017 14:13:44 +0200
Subject: [PATCH] Fix compilation with GCC 7

std::bind is part of functional, and GCC 7 requires an explicit include.

Otherwise:

/home/abuild/rpmbuild/BUILD/libkleo-17.04.0/src/kleo/enum.cpp:277:25: error: 
'bind' is not a member of 'std'
---
Index: libkleo-17.04.0/src/kleo/enum.cpp
===================================================================
--- libkleo-17.04.0.orig/src/kleo/enum.cpp
+++ libkleo-17.04.0/src/kleo/enum.cpp
@@ -33,6 +33,9 @@
 #include "enum.h"
 #include "libkleo_debug.h"
 #include "models/keycache.h"
+
+#include <functional>
+
 #include <KLocalizedString>
 
 #include <gpgme++/key.h>
++++++ libkleo-17.04.0.tar.xz -> libkleo-17.04.1.tar.xz ++++++
++++ 3990 lines of diff (skipped)


Reply via email to