Hello community,

here is the log from the commit of package abook for openSUSE:Factory checked 
in at 2015-06-23 11:57:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/abook (Old)
 and      /work/SRC/openSUSE:Factory/.abook.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "abook"

Changes:
--------
--- /work/SRC/openSUSE:Factory/abook/abook.changes      2011-12-19 
16:09:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.abook.new/abook.changes 2015-06-23 
11:57:57.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jun 18 21:16:15 UTC 2015 - crrodrig...@opensuse.org
+
+- Force GnU inline semantics, fix build with GCC5
+- Do not use fstack-protector-all, but the builsystem default.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ abook.spec ++++++
--- /var/tmp/diff_new_pack.hd8dmx/_old  2015-06-23 11:57:57.000000000 +0200
+++ /var/tmp/diff_new_pack.hd8dmx/_new  2015-06-23 11:57:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package abook
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           abook
 BuildRequires:  gettext
 BuildRequires:  ncurses-devel
@@ -39,8 +40,9 @@
 %patch0 -p1
 
 %build
+export CFLAGS="%{optflags} -fgnu89-inline"
 %configure
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fstack-protector-all" %{?_smp_mflags}
+make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
 
 %install
 %makeinstall


Reply via email to