From 75f87011da3b834ffca1a9408f38e43ad6f5a8f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2016 20:41:16 +0200 Subject: PHP 7.1.0RC2 (SCL) + extension mass rebuild --- php-pecl-crypto.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-crypto.spec') 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 - 0.2.2-4 +- rebuild for PHP 7.1 new API version + * Thu Jun 9 2016 Remi Collet - 0.2.2-3 - add upstream patch for PHP 7.1 -- cgit