From 3588d9053b6b30cd6c7e7c6cd17e08fc9aa0cf26 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Sep 2017 06:12:45 +0200 Subject: v2.0.7 --- REFLECTION | 2 +- php-pecl-libsodium2.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index ff6d13c..5588e27 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #131 sodium version 2.0.6 ] { +Extension [ extension #131 sodium version 2.0.7 ] { - Constants [80] { Constant [ string SODIUM_LIBRARY_VERSION ] { 1.0.14 } diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec index 100f886..8a24f9a 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.6 +Version: 2.0.7 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -236,6 +236,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 27 2017 Remi Collet - 2.0.7-1 +- Update to 2.0.7 + * Tue Sep 26 2017 Remi Collet - 2.0.6-1 - Update to 2.0.6 -- cgit