diff options
| -rw-r--r-- | php-pecl-yaconf.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-yaconf.spec b/php-pecl-yaconf.spec index 2bb622f..cf87495 100644 --- a/php-pecl-yaconf.spec +++ b/php-pecl-yaconf.spec @@ -23,10 +23,10 @@ Version:       1.1.0  License:       PHP  URL:           https://github.com/%{gh_owner}/%{gh_project}  %if 0%{?gh_date:1} -Release:       0.4.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       0.5.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:       https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz  %else -Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:       https://pecl.php.net/get/%{pecl_name}-%{version}.tgz  %endif @@ -173,7 +173,7 @@ cd NTS  : Minimal load test for NTS extension  %{__php} --no-php-ini \      --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ -    --modules | grep %{pecl_name} +    --modules | grep '^%{pecl_name}$'  : Upstream test suite  for NTS extension  TEST_PHP_EXECUTABLE=%{__php} \ @@ -187,7 +187,7 @@ cd ../ZTS  : Minimal load test for ZTS extension  %{__ztsphp} --no-php-ini \      --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ -    --modules | grep %{pecl_name} +    --modules | grep '^%{pecl_name}$'  : Upstream test suite  for ZTS extension  TEST_PHP_EXECUTABLE=%{__ztsphp} \ @@ -242,6 +242,9 @@ fi  %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.1.0-3 +- rebuild for PHP 8.0.0RC1 +  * Wed Sep 23 2020 Remi Collet <remi@remirepo.net> - 1.1.0-2  - add patch for PHP 8 from https://github.com/laruence/yaconf/pull/63  | 
