From 69bf9ef9e67ba6bb4c326780860926d6c05cb279 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 28 Oct 2017 07:40:24 +0200 Subject: v2.0.10 --- REFLECTION | 2 +- php-pecl-libsodium2.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index 4a4d7c5..e5dc1d8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #132 sodium version 2.0.9 ] { +Extension [ extension #132 sodium version 2.0.10 ] { - Constants [86] { Constant [ string SODIUM_LIBRARY_VERSION ] { 1.0.15 } diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec index 0110083..5eb3642 100644 --- a/php-pecl-libsodium2.spec +++ b/php-pecl-libsodium2.spec @@ -24,7 +24,7 @@ Summary: Wrapper for the Sodium cryptographic library Name: %{?sub_prefix}php-pecl-%{proj_name}2 -Version: 2.0.9 +Version: 2.0.10 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -103,6 +103,8 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS +# https://github.com/jedisct1/libsodium-php/pull/157 +rm ac*.m4 build/* # Sanity check, really often broken extver=$(sed -n '/#define PHP_SODIUM_VERSION/{s/.* "//;s/".*$//;p}' php_libsodium.h) @@ -234,6 +236,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sat Oct 28 2017 Remi Collet - 2.0.10-1 +- Update to 2.0.10 +- open https://github.com/jedisct1/libsodium-php/pull/157 unneeded files + * Fri Oct 20 2017 Remi Collet - 2.0.9-1 - Update to 2.0.9 -- cgit