From 6733faf7d3a6bb7000937d85b2237b133319376e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Jul 2021 13:55:01 +0200 Subject: add fix for PHP 8.1.0beta1 from https://github.com/php/pecl-file_formats-yaml/pull/59 --- php-pecl-yaml.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-pecl-yaml.spec') diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index 87f3ce6..0346b68 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: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/yaml @@ -247,6 +247,10 @@ fi %changelog +* Fri Jul 23 2021 Remi Collet - 2.2.1-6 +- add fix for PHP 8.1.0beta1 from + https://github.com/php/pecl-file_formats-yaml/pull/59 + * Wed Jun 9 2021 Remi Collet - 2.2.1-5 - add fix for test suite with PHP 8.1 from https://github.com/php/pecl-file_formats-yaml/pull/59 -- cgit