Hello community,

here is the log from the commit of package libaio for openSUSE:Factory checked 
in at 2016-04-22 16:17:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libaio (Old)
 and      /work/SRC/openSUSE:Factory/.libaio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libaio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libaio/libaio.changes    2014-08-28 
21:05:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libaio.new/libaio.changes       2016-04-22 
16:17:59.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Apr 17 16:49:35 UTC 2016 - [email protected]
+
+- libaio-optflags.diff: readd -stdlib to allow -fstack-protector-strong
+  builds (unclear why it was not allowed)
+- 01_link_libgcc.patch, 02_libdevdir.patch: refreshed
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libaio.spec ++++++
--- /var/tmp/diff_new_pack.xD4Ggl/_old  2016-04-22 16:18:01.000000000 +0200
+++ /var/tmp/diff_new_pack.xD4Ggl/_new  2016-04-22 16:18:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libaio
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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

++++++ 01_link_libgcc.patch ++++++
--- /var/tmp/diff_new_pack.xD4Ggl/_old  2016-04-22 16:18:01.000000000 +0200
+++ /var/tmp/diff_new_pack.xD4Ggl/_new  2016-04-22 16:18:01.000000000 +0200
@@ -2,12 +2,12 @@
  src/Makefile |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: libaio-0.3.107/src/Makefile
+Index: libaio-0.3.109/src/Makefile
 ===================================================================
---- libaio-0.3.107.orig/src/Makefile
-+++ libaio-0.3.107/src/Makefile
+--- libaio-0.3.109.orig/src/Makefile
++++ libaio-0.3.109/src/Makefile
 @@ -6,7 +6,7 @@ ARCH := $(shell uname -m | sed -e s/i.86
- CFLAGS := -nostdlib -nostartfiles -Wall -I. -g -fomit-frame-pointer -O2 -fPIC 
$(OPTFLAGS)
+ CFLAGS := -nostartfiles -Wall -I. -g -fomit-frame-pointer -O2 -fPIC 
$(OPTFLAGS)
  SO_CFLAGS=-shared $(CFLAGS)
  L_CFLAGS=$(CFLAGS)
 -LINK_FLAGS=

++++++ 02_libdevdir.patch ++++++
--- /var/tmp/diff_new_pack.xD4Ggl/_old  2016-04-22 16:18:01.000000000 +0200
+++ /var/tmp/diff_new_pack.xD4Ggl/_new  2016-04-22 16:18:01.000000000 +0200
@@ -45,7 +45,7 @@
 +libdevdir=$(prefix)/lib
  
  ARCH := $(shell uname -m | sed -e s/i.86/i386/)
- CFLAGS := -nostdlib -nostartfiles -Wall -I. -g -fomit-frame-pointer -O2 -fPIC 
$(OPTFLAGS)
+ CFLAGS := -nostartfiles -Wall -I. -g -fomit-frame-pointer -O2 -fPIC 
$(OPTFLAGS)
 @@ -51,11 +53,11 @@ $(libname): $(libaio_sobjs) libaio.map
        $(CC) $(SO_CFLAGS) -Wl,--version-script=libaio.map 
-Wl,-soname=$(soname) -o $@ $(libaio_sobjs) $(LINK_FLAGS)
  

++++++ libaio-optflags.diff ++++++
--- /var/tmp/diff_new_pack.xD4Ggl/_old  2016-04-22 16:18:01.000000000 +0200
+++ /var/tmp/diff_new_pack.xD4Ggl/_new  2016-04-22 16:18:01.000000000 +0200
@@ -1,11 +1,13 @@
---- libaio-0.3.104/src/Makefile        2007/08/02 10:44:05     1.1
-+++ libaio-0.3.104/src/Makefile        2007/08/02 10:44:31
-@@ -3,7 +3,7 @@
+Index: libaio-0.3.109/src/Makefile
+===================================================================
+--- libaio-0.3.109.orig/src/Makefile
++++ libaio-0.3.109/src/Makefile
+@@ -3,7 +3,7 @@ includedir=$(prefix)/include
  libdir=$(prefix)/lib
  
  ARCH := $(shell uname -m | sed -e s/i.86/i386/)
 -CFLAGS := -nostdlib -nostartfiles -Wall -I. -g -fomit-frame-pointer -O2 -fPIC
-+CFLAGS := -nostdlib -nostartfiles -Wall -I. -g -fomit-frame-pointer -O2 -fPIC 
$(OPTFLAGS)
++CFLAGS := -nostartfiles -Wall -I. -g -fomit-frame-pointer -O2 -fPIC 
$(OPTFLAGS)
  SO_CFLAGS=-shared $(CFLAGS)
  L_CFLAGS=$(CFLAGS)
  LINK_FLAGS=


Reply via email to