epel8
Remi Collet 9 years ago
parent 3929952dd7
commit d78e976920

1
.gitignore vendored

@ -9,3 +9,4 @@
/libsodium-1.0.3.tar.gz
/libsodium-1.0.5.tar.gz
/libsodium-1.0.8.tar.gz
/libsodium-1.0.9.tar.gz

@ -9,7 +9,7 @@
%global soname 18
Name: libsodium
Version: 1.0.8
Version: 1.0.9
Release: 1%{?dist}
Summary: The Sodium crypto library
License: ISC
@ -44,7 +44,11 @@ developing applications that use %{name} libraries.
%build
%configure --disable-static --disable-silent-rules
%configure \
--disable-static \
--disable-silent-rules \
--disable-opt
%make_build
@ -78,6 +82,9 @@ make check
%changelog
* Sat Apr 2 2016 Remi Collet <remi@fedoraproject.org> - 1.0.9-1
- update to 1.0.9
* Mon Mar 7 2016 Remi Collet <remi@fedoraproject.org> - 1.0.8-1
- update to 1.0.8
- soname bump to 18

@ -1 +1 @@
0a66b86fd3aab3fe4c858edcd2772760 libsodium-1.0.8.tar.gz
5d2026e1476e7b2b6aaa20571672d7a7 libsodium-1.0.9.tar.gz

Loading…
Cancel
Save