diff options
Diffstat (limited to 'libsodium-last.spec')
-rw-r--r-- | libsodium-last.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libsodium-last.spec b/libsodium-last.spec index 41940a3..76e288b 100644 --- a/libsodium-last.spec +++ b/libsodium-last.spec @@ -24,7 +24,7 @@ Name: %{libname} # Build for parallel install Name: %{libname}%{soname} %endif -Version: 1.0.19 +Version: 1.0.20 Release: 1%{?dist} Summary: The Sodium crypto library Group: System Environment/Libraries @@ -108,7 +108,7 @@ This package can't be installed with system %{libname}-devel. %prep %{?gpgverify:%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'} -%setup -q -n %{libname}-stable +%setup -q -n %{libname}-%{version} %build @@ -154,6 +154,9 @@ make check %changelog +* Mon May 27 2024 Remi Collet <remi@remirepo.net> - 1.0.20-1 +- update to 1.0.20 + * Wed Sep 13 2023 Remi Collet <remi@remirepo.net> - 1.0.19-1 - update to 1.0.19 - rename to libsodium26 for new soname |