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 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