Hello community,

here is the log from the commit of package libkcapi for openSUSE:Factory 
checked in at 2019-12-16 17:26:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkcapi (Old)
 and      /work/SRC/openSUSE:Factory/.libkcapi.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkcapi"

Mon Dec 16 17:26:32 2019 rev:5 rq:756878 version:0.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkcapi/libkcapi.changes        2019-10-02 
11:56:37.607380594 +0200
+++ /work/SRC/openSUSE:Factory/.libkcapi.new.4691/libkcapi.changes      
2019-12-16 17:26:34.099955354 +0100
@@ -1,0 +2,5 @@
+Thu Dec  5 10:10:41 UTC 2019 - Martin Liška <[email protected]>
+
+- Use %make_build and respect %optflags.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libkcapi.spec ++++++
--- /var/tmp/diff_new_pack.QxOpPs/_old  2019-12-16 17:26:34.747955094 +0100
+++ /var/tmp/diff_new_pack.QxOpPs/_new  2019-12-16 17:26:34.751955093 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkcapi
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        0.13.0
 Release:        0
 Summary:        Linux Kernel Crypto API User Space Interface Library
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Security
-Url:            http://www.chronox.de/libkcapi.html
+URL:            http://www.chronox.de/libkcapi.html
 #Source:               
https://github.com/smuellerDD/libkcapi/archive/v0.13.0.zip
 Source:         libkcapi-0.13.0.tar.bz2
 Patch0:         libkcapi-use-external-fipshmac.patch
@@ -82,7 +82,8 @@
 
 %build
 cd lib
-make %{?_smp_mflags}
+export CFLAGS="%optflags"
+%make_build
 make man
 cd ../apps
 make %{?_smp_mflags}


Reply via email to