diff --git a/.gitignore b/.gitignore index ab2866e..9f3b5f1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libsodium.spec b/libsodium.spec index 604557d..3f46693 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -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 - 1.0.9-1 +- update to 1.0.9 + * Mon Mar 7 2016 Remi Collet - 1.0.8-1 - update to 1.0.8 - soname bump to 18 diff --git a/sources b/sources index 98876e5..5ed0631 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a66b86fd3aab3fe4c858edcd2772760 libsodium-1.0.8.tar.gz +5d2026e1476e7b2b6aaa20571672d7a7 libsodium-1.0.9.tar.gz