From 307f8bc45c71e045362f855176d7bb081593da539769a7afcaf0d40f2bfbd15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 24 Sep 2014 19:51:33 +0000 Subject: [PATCH] - Update to version 1.0.0 * The API and ABI are now stable. * crypto_sign() properly works with overlapping regions again. * The test suite has been extended. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=14 --- libsodium-0.7.0.tar.gz | 3 --- libsodium-1.0.0.tar.gz | 3 +++ libsodium.changes | 9 +++++++++ libsodium.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 libsodium-0.7.0.tar.gz create mode 100644 libsodium-1.0.0.tar.gz diff --git a/libsodium-0.7.0.tar.gz b/libsodium-0.7.0.tar.gz deleted file mode 100644 index aa72d8f..0000000 --- a/libsodium-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ccaffd1a15be67786e28a61b602492a97eb5bcb83455ed53c02fa038b8e9168 -size 1531514 diff --git a/libsodium-1.0.0.tar.gz b/libsodium-1.0.0.tar.gz new file mode 100644 index 0000000..677c0a0 --- /dev/null +++ b/libsodium-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced1fe3d2066953fea94f307a92f8ae41bf0643739a44309cbe43aa881dbc9a5 +size 1538797 diff --git a/libsodium.changes b/libsodium.changes index 066d2d0..333d533 100644 --- a/libsodium.changes +++ b/libsodium.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 24 19:45:03 UTC 2014 - idonmez@suse.com + +- Update to version 1.0.0 + * The API and ABI are now stable. + * crypto_sign() properly works with overlapping regions again. + * The test suite has been extended. + + ------------------------------------------------------------------- Thu Aug 28 15:14:29 UTC 2014 - idonmez@suse.com diff --git a/libsodium.spec b/libsodium.spec index 03c2bd6..7247af5 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -18,7 +18,7 @@ %define lname libsodium13 Name: libsodium -Version: 0.7.0 +Version: 1.0.0 Release: 0 Summary: Portable NaCl-based crypto library License: ISC