summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-13 07:50:58 +0200
committerRemi Collet <remi@remirepo.net>2018-10-13 07:50:58 +0200
commitc26a0a7ae1e52e6c6b969cf0453e5d9a60a013af (patch)
tree4d097cb01ee54ee5c0daeb60965bdbda86766cde
parent725e19b05ba0203ec25a6f16176f9d570634ff51 (diff)
v2.0.13
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-libsodium2.spec10
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 [ <persistent> extension #138 sodium version 2.0.12 ] {
+Extension [ <persistent> 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 <remi@remirepo.net> - 2.0.13-1
+- update to 2.0.13
+
* Wed Aug 29 2018 Remi Collet <remi@remirepo.net> - 2.0.12-1
- update to 2.0.12