summaryrefslogtreecommitdiffstats
path: root/php-pecl-libsodium2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-libsodium2.spec')
-rw-r--r--php-pecl-libsodium2.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec
index a4b37ca..9c279e9 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.13
+Version: 2.0.14
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: http://pecl.php.net/package/%{proj_name}
@@ -87,6 +87,7 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
+sed -e '/PHP_SODIUM_VERSION/s/2.0.13/2.0.14/' -i php_libsodium.h
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_SODIUM_VERSION/{s/.* "//;s/".*$//;p}' php_libsodium.h)
@@ -218,6 +219,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Nov 14 2018 Remi Collet <remi@remirepo.net> - 2.0.14-1
+- update to 2.0.14
+
* Sat Oct 13 2018 Remi Collet <remi@remirepo.net> - 2.0.13-1
- update to 2.0.13