summaryrefslogtreecommitdiffstats
path: root/php-pecl-libsodium2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-10-28 07:17:26 +0200
committerRemi Collet <remi@remirepo.net>2017-10-28 07:17:26 +0200
commit12899b30e69584659540d8b23246afa007189b5d (patch)
treeef54d116365456809453ee835743c611c34872ea /php-pecl-libsodium2.spec
parent5d226398d7508fb7a781d46f09c3d5662690e4d5 (diff)
v2.0.9
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 2a07b4e..0110083 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.8
+Version: 2.0.9
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
@@ -104,8 +104,6 @@ sed -e 's/role="test"/role="src"/' \
cd NTS
-sed -e '/PHP_SODIUM_VERSION/s/2.0.7/2.0.8/' -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
@@ -236,6 +234,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Oct 20 2017 Remi Collet <remi@remirepo.net> - 2.0.9-1
+- Update to 2.0.9
+
* Sun Oct 1 2017 Remi Collet <remi@remirepo.net> - 2.0.8-1
- Update to 2.0.8
- rebuild for libsodium 1.0.15