From d7c08a5c2318abffeabe8d964fa5ea8fef56f2cf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Feb 2019 14:29:07 +0100 Subject: v0.8.0 --- php-pecl-parallel.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-parallel.spec') diff --git a/php-pecl-parallel.spec b/php-pecl-parallel.spec index 155d6c6..410a846 100644 --- a/php-pecl-parallel.spec +++ b/php-pecl-parallel.spec @@ -13,8 +13,8 @@ Summary: Parallel concurrency API Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.0.1 -Release: 0%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 0.8.0 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%%{pecl_name}-%{version}.tgz @@ -55,7 +55,7 @@ Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %description -A succint parallel concurrency API for PHP 7. +A succinct parallel concurrency API for PHP 7. This extension is only available for PHP in ZTS mode. @@ -164,6 +164,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Feb 18 2019 Remi Collet - 0.8.0-1 +- update to 0.8.0 (beta) + * Tue Feb 12 2019 Remi Collet - 0.0.1-0 - initial package - test build for upcoming version 0.0.1 (beta) -- cgit