Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qatzip for openSUSE:Factory checked in at 2022-07-02 15:34:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qatzip (Old) and /work/SRC/openSUSE:Factory/.qatzip.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qatzip" Sat Jul 2 15:34:37 2022 rev:2 rq:986290 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/qatzip/qatzip.changes 2021-12-09 19:45:48.745139122 +0100 +++ /work/SRC/openSUSE:Factory/.qatzip.new.1548/qatzip.changes 2022-07-02 15:34:40.723030042 +0200 @@ -1,0 +2,7 @@ +Fri Jul 1 14:39:55 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Add qatzip-fortify_source=3.patch: Use distro default CFLAGS. + Resolves a clash between source defined FORTIFY_SOURCE=3 and + distro defined FORTIFY_SOURCE=3. + +------------------------------------------------------------------- New: ---- qatzip-fortify_source=3.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qatzip.spec ++++++ --- /var/tmp/diff_new_pack.bcadH7/_old 2022-07-02 15:34:41.207030768 +0200 +++ /var/tmp/diff_new_pack.bcadH7/_new 2022-07-02 15:34:41.211030774 +0200 @@ -1,7 +1,7 @@ # # spec file for package qatzip # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,7 @@ Group: Hardware/Other URL: https://github.com/intel/QATzip Source: %{name}-%{version}.tar.xz +Patch0: qatzip-fortify_source=3.patch BuildRequires: gcc >= 4.8.5 BuildRequires: qatlib-devel >= 21.08.0 BuildRequires: zlib-devel >= 1.2.7 ++++++ qatzip-fortify_source=3.patch ++++++ Index: QATzip-1.0.6/configure =================================================================== --- QATzip-1.0.6.orig/configure +++ QATzip-1.0.6/configure @@ -160,8 +160,6 @@ fi if [ "$enable_debug" = "yes" ] ; then CFLAGS+=" -g -DQATZIP_DEBUG -O0" -else - CFLAGS+=" -O2 -D_FORTIFY_SOURCE=2" fi if [ "$enable_symbol" = "yes" ] ; then