!15 Upgrade to 1.0.19
From: @starlet-dx Reviewed-by: @wang--ge Signed-off-by: @wang--ge
This commit is contained in:
commit
a746caf380
Binary file not shown.
BIN
libsodium-1.0.19.tar.gz
Normal file
BIN
libsodium-1.0.19.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
||||
Name: libsodium
|
||||
Summary: The Sodium crypto library
|
||||
Version: 1.0.18
|
||||
Version: 1.0.19
|
||||
Release: 1
|
||||
License: ISC
|
||||
URL: http://libsodium.org/
|
||||
Source0: http://download.libsodium.org/libsodium/releases/libsodium-%{version}.tar.gz
|
||||
URL: https://github.com/jedisct1/libsodium
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
Obsoletes: libsodium23 <= %{version}
|
||||
@ -41,7 +41,7 @@ make check
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%{_libdir}/libsodium.so.23*
|
||||
%{_libdir}/libsodium.so.26*
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS ChangeLog README.markdown THANKS
|
||||
@ -54,6 +54,9 @@ make check
|
||||
%exclude %{_libdir}/libsodium.la
|
||||
|
||||
%changelog
|
||||
* Tue Oct 17 2023 yaoxin <yao_xin001@hoperun.com> - 1.0.19-1
|
||||
- Upgrade to 1.0.19
|
||||
|
||||
* Mon Jul 27 2020 lingsheng <lingsheng@huawei.com> - 1.0.18-1
|
||||
- update to 1.0.18
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: jedisct1/libsodium
|
||||
tag_prefix: ^v
|
||||
tag_prefix: ''
|
||||
seperator: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user