Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kyotocabinet for openSUSE:Factory 
checked in at 2021-04-26 16:38:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kyotocabinet (Old)
 and      /work/SRC/openSUSE:Factory/.kyotocabinet.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kyotocabinet"

Mon Apr 26 16:38:17 2021 rev:13 rq:887199 version:1.2.77

Changes:
--------
--- /work/SRC/openSUSE:Factory/kyotocabinet/kyotocabinet.changes        
2020-03-25 23:42:10.499971593 +0100
+++ /work/SRC/openSUSE:Factory/.kyotocabinet.new.12324/kyotocabinet.changes     
2021-04-26 16:38:22.901956951 +0200
@@ -1,0 +2,6 @@
+Wed Apr 21 06:51:44 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Add yet an other patch kyotocabinet-pie.patch
+  * link all executables as pie (bsc#1185033) 
+
+-------------------------------------------------------------------

New:
----
  kyotocabinet-pie.patch

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

Other differences:
------------------
++++++ kyotocabinet.spec ++++++
--- /var/tmp/diff_new_pack.RZRi9z/_old  2021-04-26 16:38:23.333957639 +0200
+++ /var/tmp/diff_new_pack.RZRi9z/_new  2021-04-26 16:38:23.333957639 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kyotocabinet
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,8 @@
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1:         %{name}-fix_rpath.patch
 Patch2:         configure-8-byte-atomics.patch
-Patch4:         kyotocabinet-fix-debuginfo.patch
+Patch3:         %{name}-pie.patch
+Patch4:         %{name}-fix-debuginfo.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++

++++++ kyotocabinet-pie.patch ++++++
---
 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/configure.in
+++ b/configure.in      2021-04-21 06:45:28.707199498 +0000
@@ -41,7 +41,7 @@ MYCPPFLAGS="-I. -I\$(INCLUDEDIR)"
 MYCPPFLAGS="$MYCPPFLAGS -DNDEBUG -D_GNU_SOURCE=1"
 MYCPPFLAGS="$MYCPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__"
 MYLDFLAGS="-L. -L\$(LIBDIR)"
-MYCMDLDFLAGS=""
+MYCMDLDFLAGS="-pie"
 MYCMDLIBS=""
 MYLDLIBPATH=""
 MYLDLIBPATHENV="LD_LIBRARY_PATH"

Reply via email to