From 33038f90b4efb936e0acaff7f0ee04e37b691a8f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Apr 2016 11:04:02 +0200 Subject: php-pecl-libsodium: 1.0.4 --- REFLECTION | 2 +- php-pecl-libsodium.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index 32773c1..302088d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #121 libsodium version 1.0.3 ] { +Extension [ extension #121 libsodium version 1.0.4 ] { - Constants [54] { Constant [ integer Sodium\CRYPTO_AEAD_AES256GCM_KEYBYTES ] { 32 } diff --git a/php-pecl-libsodium.spec b/php-pecl-libsodium.spec index 0b3abe6..db28baa 100644 --- a/php-pecl-libsodium.spec +++ b/php-pecl-libsodium.spec @@ -27,7 +27,7 @@ Summary: Wrapper for the Sodium cryptographic library Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.0.3 +Version: 1.0.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -238,6 +238,9 @@ rm -rf %{buildroot} %changelog +* Tue Apr 05 2016 Remi Collet - 1.0.4-1 +- Update to 1.0.4 (no change since 1.0.3) + * Tue Apr 5 2016 Remi Collet - 1.0.3-1 - Update to 1.0.3 - raise minimal PHP version to 5.4 -- cgit