Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libnettle for openSUSE:Factory checked in at 2022-01-21 01:24:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnettle (Old) and /work/SRC/openSUSE:Factory/.libnettle.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnettle" Fri Jan 21 01:24:52 2022 rev:40 rq:947074 version:3.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libnettle/libnettle.changes 2021-06-12 20:05:45.420689088 +0200 +++ /work/SRC/openSUSE:Factory/.libnettle.new.1938/libnettle.changes 2022-01-21 01:24:54.790795731 +0100 @@ -1,0 +2,6 @@ +Mon Jan 17 11:20:55 UTC 2022 - Pedro Monreal <pmonr...@suse.com> + +- Provide s390x CPACF/SHA/AES Support for Crypto Libraries + * Add libnettle-s390x-CPACF-SHA-AES-support.patch [jsc#SLE-20733] + +------------------------------------------------------------------- New: ---- libnettle-s390x-CPACF-SHA-AES-support.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnettle.spec ++++++ --- /var/tmp/diff_new_pack.CVtEmg/_old 2022-01-21 01:24:55.950787778 +0100 +++ /var/tmp/diff_new_pack.CVtEmg/_new 2022-01-21 01:24:55.954787750 +0100 @@ -1,7 +1,7 @@ # # spec file for package libnettle # -# 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 @@ -30,6 +30,9 @@ Source2: %{name}.keyring Source3: baselibs.conf Source4: %{name}-rpmlintrc +#PATCH-FIX-UPSTREAM Provide s390x CPACF/SHA/AES Support for Crypto Libraries [jsc#SLE-20733] +Patch0: libnettle-s390x-CPACF-SHA-AES-support.patch +BuildRequires: autoconf BuildRequires: fipscheck BuildRequires: gmp-devel >= 6.1.0 BuildRequires: m4 @@ -91,13 +94,20 @@ operations using the nettle library. %prep -%setup -q -n nettle-%{version} +%autosetup -p1 -n nettle-%{version} %build +autoreconf -fiv %configure \ --disable-static \ --enable-shared \ - --enable-fat + --enable-fat \ +%ifarch s390x + --enable-s390x-vf \ + --enable-s390x-msa \ +%endif + %{nil} + %make_build %install ++++++ libnettle-s390x-CPACF-SHA-AES-support.patch ++++++ ++++ 5767 lines (skipped)