Hello community, here is the log from the commit of package lzo for openSUSE:Factory checked in at 2019-12-02 11:26:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lzo (Old) and /work/SRC/openSUSE:Factory/.lzo.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lzo" Mon Dec 2 11:26:15 2019 rev:38 rq:749922 version:2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/lzo/lzo.changes 2019-05-03 22:06:39.330828622 +0200 +++ /work/SRC/openSUSE:Factory/.lzo.new.4691/lzo.changes 2019-12-02 11:26:27.854691571 +0100 @@ -1,0 +2,6 @@ +Wed Nov 20 09:04:53 UTC 2019 - Martin Liška <[email protected]> + +- Disable strict aliasing due to its violation + (boo#1157271). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lzo.spec ++++++ --- /var/tmp/diff_new_pack.rdKWJK/_old 2019-12-02 11:26:28.498691327 +0100 +++ /var/tmp/diff_new_pack.rdKWJK/_new 2019-12-02 11:26:28.498691327 +0100 @@ -1,7 +1,7 @@ # # spec file for package lzo # -# Copyright (c) 2019 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 @@ -75,7 +75,7 @@ %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects -export CFLAGS="%{optflags} -fvisibility=hidden" +export CFLAGS="%{optflags} -fvisibility=hidden -fno-strict-aliasing" %configure --enable-shared \ --enable-static \ --disable-silent-rules \
