diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-29 07:47:44 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-29 07:47:44 +0100 |
commit | fbde430a43e74917e4aa4df8d67460ce86157194 (patch) | |
tree | 1d801cc42171239c5b09ba363bdb9a3746c866b4 /php-pecl-yaml.spec | |
parent | 5b7b75611d68a30f1ce4628b7f63ed005862142c (diff) |
update to 2.2.0 (stable)
Diffstat (limited to 'php-pecl-yaml.spec')
-rw-r--r-- | php-pecl-yaml.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index 3c8ab27..1d7b4ca 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 b2 +#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 @@ -245,6 +245,9 @@ fi %changelog +* Sun Nov 29 2020 Remi Collet <remi@remirepo.net> - 2.2.0-1 +- update to 2.2.0 (stable) + * Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 2.2.0~b2-2 - rebuild for PHP 8.0.0RC1 |