diff options
Diffstat (limited to 'php-pecl-libsodium.spec')
-rw-r--r-- | php-pecl-libsodium.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.0.4-1 +- Update to 1.0.4 (no change since 1.0.3) + * Tue Apr 5 2016 Remi Collet <remi@fedoraproject.org> - 1.0.3-1 - Update to 1.0.3 - raise minimal PHP version to 5.4 |