diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
commit | 75f87011da3b834ffca1a9408f38e43ad6f5a8f5 (patch) | |
tree | ee1c08a09634633afa49b75e55abd1b1cc1bc7cb /php-pecl-crypto.spec | |
parent | 977e0dbb085ab18063e19ffc0fd227da31dd1e3c (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
Diffstat (limited to 'php-pecl-crypto.spec')
-rw-r--r-- | php-pecl-crypto.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-crypto.spec b/php-pecl-crypto.spec index f87a24c..4aadde7 100644 --- a/php-pecl-crypto.spec +++ b/php-pecl-crypto.spec @@ -28,7 +28,7 @@ Summary: Wrapper for OpenSSL Crypto Library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.2.2 -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: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -242,6 +242,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 0.2.2-4 +- rebuild for PHP 7.1 new API version + * Thu Jun 9 2016 Remi Collet <remi@fedoraproject.org> - 0.2.2-3 - add upstream patch for PHP 7.1 |