From 725e19b05ba0203ec25a6f16176f9d570634ff51 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Aug 2018 12:49:40 +0200 Subject: v2.0.12 --- PHPINFO | 7 +++++++ REFLECTION | 2 +- php-pecl-libsodium2.spec | 6 +++++- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 PHPINFO diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..d9b053f --- /dev/null +++ b/PHPINFO @@ -0,0 +1,7 @@ + +sodium + +sodium support => enabled +sodium compiled version => 2.0.12 +libsodium headers version => 1.0.16 +libsodium library version => 1.0.16 diff --git a/REFLECTION b/REFLECTION index f29b6b9..ece24b7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #138 sodium version 2.0.11 ] { +Extension [ extension #138 sodium version 2.0.12 ] { - Constants [86] { Constant [ string SODIUM_LIBRARY_VERSION ] { 1.0.16 } diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec index 515bbc0..53bef23 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.11 +Version: 2.0.12 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -35,6 +35,7 @@ BuildRequires: %{?dtsprefix}gcc # Ensure libsodium-last is used (1.0.9 per upstream) BuildRequires: pkgconfig(libsodium) >= 1.0.15 BuildRequires: %{?scl_prefix}php-devel > 7 +BuildRequires: %{?scl_prefix}php-devel < 7.2 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-json BuildRequires: pkgconfig @@ -222,6 +223,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 29 2018 Remi Collet - 2.0.12-1 +- update to 2.0.12 + * Wed May 2 2018 Remi Collet - 2.0.11-1 - update to 2.0.11 -- cgit