summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-15 08:42:53 +0100
committerRemi Collet <remi@remirepo.net>2018-12-15 08:42:53 +0100
commit5c44771fc36fbbd97fbc9adb8d1ecc708ceef3ed (patch)
tree0d9f79f50d612e4309662ff8afc8e36c2ee079a4
parent88b9cf1c6517cfb8f1b5d68bd9d3637c04eebdf4 (diff)
v2.0.16
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-libsodium2.spec9
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 [ <persistent> extension #70 sodium version 2.0.15 ] {
+Extension [ <persistent> 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 <remi@remirepo.net> - 2.0.16-1
+- update to 2.0.16
+
* Mon Nov 19 2018 Remi Collet <remi@remirepo.net> - 2.0.15-1
- update to 2.0.15