summaryrefslogtreecommitdiffstats
path: root/php-pecl-libsodium2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-19 07:35:02 +0100
committerRemi Collet <remi@remirepo.net>2018-11-19 07:35:02 +0100
commit88b9cf1c6517cfb8f1b5d68bd9d3637c04eebdf4 (patch)
treed39f6670d5b44cb7685b20b27ee4b6fff768459f /php-pecl-libsodium2.spec
parentf715fd74b3173fd5c53894655ecc299aa6bd5215 (diff)
v2.0.15
Diffstat (limited to 'php-pecl-libsodium2.spec')
-rw-r--r--php-pecl-libsodium2.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec
index 9c279e9..fd0bdd4 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.14
+Version: 2.0.15
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,8 +87,6 @@ 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)
if test "x${extver}" != "x%{version}"; then
@@ -219,6 +217,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Nov 19 2018 Remi Collet <remi@remirepo.net> - 2.0.15-1
+- update to 2.0.15
+
* Wed Nov 14 2018 Remi Collet <remi@remirepo.net> - 2.0.14-1
- update to 2.0.14