diff --git a/libff.changes b/libff.changes index 774690a..8ea4bff 100644 --- a/libff.changes +++ b/libff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 13 10:19:47 UTC 2024 - Pedro Monreal + +- Remove the hardcoded libopenssl-1_1-devel to libopenssl-devel. + ------------------------------------------------------------------- Tue Feb 9 14:49:40 UTC 2021 - Jan Engelhardt diff --git a/libff.spec b/libff.spec index b9af3ec..879d9c1 100644 --- a/libff.spec +++ b/libff.spec @@ -1,7 +1,7 @@ # # spec file for package libff # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ Patch2: 02_config_hpp.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: gmp-devel -BuildRequires: libopenssl-1_1-devel +BuildRequires: libopenssl-devel %description libff is a C++ library for finite fields and elliptic curves.