From c26a0a7ae1e52e6c6b969cf0453e5d9a60a013af Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 13 Oct 2018 07:50:58 +0200 Subject: v2.0.13 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-libsodium2.spec | 10 ++++------ 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index d9b053f..96d37dc 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ sodium sodium support => enabled -sodium compiled version => 2.0.12 +sodium compiled version => 2.0.13 libsodium headers version => 1.0.16 libsodium library version => 1.0.16 diff --git a/REFLECTION b/REFLECTION index ece24b7..dc0ce99 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #138 sodium version 2.0.12 ] { +Extension [ extension #137 sodium version 2.0.13 ] { - Constants [86] { Constant [ string SODIUM_LIBRARY_VERSION ] { 1.0.16 } diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec index 53bef23..a4b37ca 100644 --- a/php-pecl-libsodium2.spec +++ b/php-pecl-libsodium2.spec @@ -24,10 +24,9 @@ Summary: Wrapper for the Sodium cryptographic library Name: %{?sub_prefix}php-pecl-%{proj_name}2 -Version: 2.0.12 +Version: 2.0.13 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD -Group: Development/Languages URL: http://pecl.php.net/package/%{proj_name} Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz @@ -63,10 +62,6 @@ Obsoletes: php70w-pecl-%{proj_name}2 <= %{version} Obsoletes: php71u-pecl-%{proj_name}2 <= %{version} Obsoletes: php71w-pecl-%{proj_name}2 <= %{version} %endif -%if "%{php_version}" > "7.2" -Obsoletes: php72u-pecl-%{proj_name}2 <= %{version} -Obsoletes: php72w-pecl-%{proj_name}2 <= %{version} -%endif %endif # Filter shared private - always as libsodium.so is a bad name @@ -223,6 +218,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sat Oct 13 2018 Remi Collet - 2.0.13-1 +- update to 2.0.13 + * Wed Aug 29 2018 Remi Collet - 2.0.12-1 - update to 2.0.12 -- cgit