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.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