From 7b62789c2cbd2c7e0ffd55f97fadd7489394cd3f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jun 2019 09:04:41 +0200 Subject: v1.1.1 --- php-pecl-parallel.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-pecl-parallel.spec') diff --git a/php-pecl-parallel.spec b/php-pecl-parallel.spec index f5dc3a1..a7afb98 100644 --- a/php-pecl-parallel.spec +++ b/php-pecl-parallel.spec @@ -13,7 +13,7 @@ Summary: Parallel concurrency API Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} @@ -21,6 +21,7 @@ Source0: http://pecl.php.net/get/%%{pecl_name}-%{version}.tgz BuildRequires: %{?scl_prefix}php-zts-devel > 7.2 BuildRequires: %{?scl_prefix}php-pear +BuildRequires: gcc BuildRequires: autoconf Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -167,6 +168,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jun 5 2019 Remi Collet - 1.1.1-1 +- update to 1.1.1 + * Mon Jun 3 2019 Remi Collet - 1.1.0-1 - update to 1.1.0 -- cgit