From 7f3fbf66ed182f055bc090738f63b9c42b66b8bd Mon Sep 17 00:00:00 2001 From: dongyuzhen Date: Thu, 27 Oct 2022 11:43:45 +0000 Subject: [PATCH] update for mass rebuild and upgrade verification --- libsodium.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libsodium.spec b/libsodium.spec index c93cce6..fac8a67 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -1,7 +1,7 @@ Name: libsodium Summary: The Sodium crypto library Version: 1.0.18 -Release: 1 +Release: 2 License: ISC URL: http://libsodium.org/ Source0: http://download.libsodium.org/libsodium/releases/libsodium-%{version}.tar.gz @@ -54,6 +54,9 @@ make check %exclude %{_libdir}/libsodium.la %changelog +* Thu Oct 27 2022 dongyuzhen - 1.0.18-2 +- Rebuild for next release + * Mon Jul 27 2020 lingsheng - 1.0.18-1 - update to 1.0.18 -- Gitee