From fb5a6bcb040d9d271b653ada403401e6b74e20b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Sep 2020 08:07:51 +0200 Subject: update to 2.2.0b2 (no change) --- php-pecl-yaml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-yaml.spec') diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index d180358..fe9469a 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -19,12 +19,12 @@ %global ini_name 40-%{pecl_name}.ini %global upstream_version 2.2.0 -%global upstream_prever b1 +%global upstream_prever b2 Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?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 +* Mon Sep 14 2020 Remi Collet - 2.2.0~b2-1 +- update to 2.2.0b2 (no change) + * Wed Sep 2 2020 Remi Collet - 2.2.0~b1-2 - rebuild for PHP 8.0.0beta3 -- cgit