Hello community, here is the log from the commit of package gzip for openSUSE:Factory checked in at 2019-07-13 13:34:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gzip (Old) and /work/SRC/openSUSE:Factory/.gzip.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gzip" Sat Jul 13 13:34:16 2019 rev:50 rq:713224 version:1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/gzip/gzip.changes 2019-01-08 12:15:25.469097737 +0100 +++ /work/SRC/openSUSE:Factory/.gzip.new.4615/gzip.changes 2019-07-13 13:34:18.795337168 +0200 @@ -1,0 +2,8 @@ +Thu Jun 6 15:16:47 UTC 2019 - Kristýna Streitová <[email protected]> + +- add gzip-1.10-ibm_dfltcc_support.patch [jsc#SLE-5818] + * it adds support for DFLTCC (hardware-accelerated deflation) + for s390x arch + * enable it via "--enable-dfltcc" option + +------------------------------------------------------------------- New: ---- gzip-1.10-ibm_dfltcc_support.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gzip.spec ++++++ --- /var/tmp/diff_new_pack.GB443i/_old 2019-07-13 13:34:19.403337007 +0200 +++ /var/tmp/diff_new_pack.GB443i/_new 2019-07-13 13:34:19.407337006 +0200 @@ -1,7 +1,7 @@ # # spec file for package gzip # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -34,6 +34,9 @@ # PATCH FIX OPENSUSE BNC#799561 - zgrep silently fails on LZMA compressed files Patch7: xz_lzma.patch Patch8: manpage-no-date.patch +Patch9: gzip-1.10-ibm_dfltcc_support.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: makeinfo BuildRequires: xz Requires(post): %{install_info_prereq} @@ -53,14 +56,25 @@ %patch6 %patch7 -p1 %patch8 -p1 +%ifarch s390x +%patch9 -p1 +%endif %build export CFLAGS="%{optflags} -fomit-frame-pointer \ -W -Wall -Wno-unused-parameter -Wstrict-prototypes -Wpointer-arith -fPIE" export LDFLAGS="-pie" +# added because of gzip-1.10-ibm_dfltcc_support.patch [jsc#SLE-5818] +%ifarch s390x +autoreconf -f -i +%endif %configure --disable-silent-rules \ gl_cv_func_printf_directive_n=yes \ - gl_cv_func_printf_infinite_long_double=yes + gl_cv_func_printf_infinite_long_double=yes \ +%ifarch s390x + --enable-dfltcc \ +%endif + profile_gzip() { tmpfile=$(mktemp) ++++++ gzip-1.10-ibm_dfltcc_support.patch ++++++ ++++ 980 lines (skipped)
