summaryrefslogtreecommitdiffstats
path: root/php-pecl-yaml.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-yaml.spec')
-rw-r--r--php-pecl-yaml.spec7
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 2.2.0~b2-1
+- update to 2.2.0b2 (no change)
+
* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 2.2.0~b1-2
- rebuild for PHP 8.0.0beta3