diff options
| author | Remi Collet <remi@remirepo.net> | 2020-09-02 10:49:04 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-09-02 10:49:04 +0200 | 
| commit | a85cadf3475db28b37cc60eb6315ed0641a1e9d6 (patch) | |
| tree | 60661ba7eb78f330f2013749a9c3bc263e7eab8b | |
| parent | 5f7225f95b650f16e6682ab7057c1f486c397afa (diff) | |
rebuild for PHP 8.0.0beta3
| -rw-r--r-- | php-pecl-yaml.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index b9eab7a..d180358 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -24,7 +24,7 @@  Summary:       PHP Bindings for yaml  Name:          %{?sub_prefix}php-pecl-yaml  Version:       %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       MIT  URL:           https://pecl.php.net/package/yaml @@ -246,6 +246,9 @@ fi  %changelog +* Wed Sep  2 2020 Remi Collet <remi@remirepo.net> - 2.2.0~b1-2 +- rebuild for PHP 8.0.0beta3 +  * Sun Aug 16 2020 Remi Collet <remi@remirepo.net> - 2.2.0~b1-1  - update to 2.2.0b1  - drop patches merged upstream | 
