From 5c44771fc36fbbd97fbc9adb8d1ecc708ceef3ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 15 Dec 2018 08:42:53 +0100 Subject: v2.0.16 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-libsodium2.spec | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index 2569d0d..019af3c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ sodium sodium support => enabled -sodium compiled version => 2.0.15 +sodium compiled version => 2.0.16 libsodium headers version => 1.0.16 libsodium library version => 1.0.16 diff --git a/REFLECTION b/REFLECTION index 11c10f1..2e44f69 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #70 sodium version 2.0.15 ] { +Extension [ extension #70 sodium version 2.0.16 ] { - Constants [86] { Constant [ string SODIUM_LIBRARY_VERSION ] { 1.0.16 } diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec index fd0bdd4..e873c35 100644 --- a/php-pecl-libsodium2.spec +++ b/php-pecl-libsodium2.spec @@ -15,16 +15,12 @@ %global proj_name libsodium %global pecl_name sodium %global with_tests 0%{!?_without_tests:1} -%if "%{php_version}" < "5.6" -%global ini_name %{pecl_name}.ini -%else %global ini_name 40-%{pecl_name}.ini -%endif %global buildver %(pkg-config --silence-errors --modversion libsodium 2>/dev/null || echo 65536) Summary: Wrapper for the Sodium cryptographic library Name: %{?sub_prefix}php-pecl-%{proj_name}2 -Version: 2.0.15 +Version: 2.0.16 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{proj_name} @@ -217,6 +213,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sat Dec 15 2018 Remi Collet - 2.0.16-1 +- update to 2.0.16 + * Mon Nov 19 2018 Remi Collet - 2.0.15-1 - update to 2.0.15 -- cgit