summaryrefslogtreecommitdiffstats
path: root/php-pecl-libsodium2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-14 06:55:17 +0100
committerRemi Collet <remi@remirepo.net>2018-11-14 06:55:17 +0100
commitf715fd74b3173fd5c53894655ecc299aa6bd5215 (patch)
treeeffb15b8e2e9715e854b13c074fdddeefee6578a /php-pecl-libsodium2.spec
parentc26a0a7ae1e52e6c6b969cf0453e5d9a60a013af (diff)
v2.0.14
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