From 4aa0e66ae4b6671f4151f19ce0200adc633c7472 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Aug 2021 16:47:55 +0200 Subject: rebuild for PHP 8.1.0beta2 --- php-pecl-yaml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index 0346b68..f618968 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: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/yaml @@ -247,6 +247,9 @@ fi %changelog +* Tue Aug 3 2021 Remi Collet - 2.2.1-7 +- rebuild for PHP 8.1.0beta2 + * 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 -- cgit