From 12899b30e69584659540d8b23246afa007189b5d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 28 Oct 2017 07:17:26 +0200 Subject: v2.0.9 --- php-pecl-libsodium2.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'php-pecl-libsodium2.spec') 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 - 2.0.9-1 +- Update to 2.0.9 + * Sun Oct 1 2017 Remi Collet - 2.0.8-1 - Update to 2.0.8 - rebuild for libsodium 1.0.15 -- cgit