diff options
author | Remi Collet <remi@remirepo.net> | 2024-05-27 08:57:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-05-27 08:57:17 +0200 |
commit | b75930ba928de47b70464398619927c9f129cf00 (patch) | |
tree | 9645d0ae2642eeded0356888b8100e4bad39ba91 /libsodium-last.spec | |
parent | 330d230f5f31ca12fd4887507a21b3bf13f0a756 (diff) |
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 |