diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
commit | 660d43e45375b162860b3c08a1d2257744334c9b (patch) | |
tree | 594d3e07d073e2bc4cd2526e72318e810e2bd7e4 /php-pecl-libsodium.spec | |
parent | 788b2644980dddb67be6315d02a80d8f31c56a29 (diff) |
PHP 7.0.0beta2 + mass rebuild of ext.
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 ef0c334..1c228f9 100644 --- a/php-pecl-libsodium.spec +++ b/php-pecl-libsodium.spec @@ -31,7 +31,7 @@ Summary: Wrapper for the Sodium cryptographic library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.1.3 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -235,6 +235,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 0.1.3-4 +- rebuild against php 7.0.0beta2 + * Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 0.1.3-3 - rebuild against php 7.0.0beta1 |