Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libff for openSUSE:Factory checked in at 2025-01-12 11:20:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libff (Old) and /work/SRC/openSUSE:Factory/.libff.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libff" Sun Jan 12 11:20:49 2025 rev:3 rq:1236841 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libff/libff.changes 2024-02-13 22:44:59.193904176 +0100 +++ /work/SRC/openSUSE:Factory/.libff.new.1881/libff.changes 2025-01-12 11:28:03.672751330 +0100 @@ -1,0 +2,5 @@ +Fri Jan 10 11:06:28 UTC 2025 - Martin Pluskal <mplus...@suse.com> + +- Build AVX2 enabled hwcaps library for x86_64-v3 + +------------------------------------------------------------------- New: ---- baselibs.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libff.spec ++++++ --- /var/tmp/diff_new_pack.oIoQl7/_old 2025-01-12 11:28:04.144770754 +0100 +++ /var/tmp/diff_new_pack.oIoQl7/_new 2025-01-12 11:28:04.144770754 +0100 @@ -1,7 +1,7 @@ # # spec file for package libff # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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 @@ License: MIT URL: https://github.com/scipr-lab/libff Source0: https://github.com/scipr-lab/libff/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source99: baselibs.conf Patch0: 00_no_bn128.patch Patch1: 01_shared_lib.patch Patch2: 02_config_hpp.patch @@ -31,20 +32,19 @@ BuildRequires: gcc-c++ BuildRequires: gmp-devel BuildRequires: libopenssl-devel +%{?suse_build_hwcaps_libs} %description libff is a C++ library for finite fields and elliptic curves. %package -n %{lname} Summary: C++ library for finite fields and elliptic curves -Group: System/Libraries %description -n %{lname} libff is a C++ library for finite fields and elliptic curves. %package devel Summary: Development files for libff -Group: Development/Libraries/C and C++ Requires: %{lname} = %{version}-%{release} %description devel @@ -60,7 +60,8 @@ %build %cmake \ - -DWITH_PROCPS=OFF -DPACKAGE_VERSION:STRING="%{version}" + -DWITH_PROCPS=OFF \ + -DPACKAGE_VERSION:STRING="%{version}" %cmake_build %check ++++++ baselibs.conf ++++++ libff-1_0_0