diff options
-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 |