From a5e6d2b40262015dd0427870dde2ee33b1a1e7e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Dec 2020 07:24:04 +0100 Subject: update to 2.2.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-yaml.spec | 12 +++++------- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index 413d335..fd0ce27 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ yaml LibYAML Support => enabled -Module Version => 2.2.0 +Module Version => 2.2.1 LibYAML Version => 0.2.5 Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index 928fd9d..48ced4e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #105 yaml version 2.2.0 ] { +Extension [ extension #106 yaml version 2.2.1 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index 1d7b4ca..c994d3a 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -18,7 +18,7 @@ %global pecl_name yaml %global ini_name 40-%{pecl_name}.ini -%global upstream_version 2.2.0 +%global upstream_version 2.2.1 #global upstream_prever b2 Summary: PHP Bindings for yaml @@ -31,6 +31,7 @@ URL: https://pecl.php.net/package/yaml Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz BuildRequires: %{?dtsprefix}gcc +BuildRequires: make BuildRequires: %{?scl_prefix}php-devel >= 7.1 BuildRequires: %{?scl_prefix}php-pear BuildRequires: libyaml-devel @@ -72,12 +73,6 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter private shared -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - %description Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the @@ -245,6 +240,9 @@ fi %changelog +* Mon Dec 21 2020 Remi Collet - 2.2.1-1 +- update to 2.2.1 + * Sun Nov 29 2020 Remi Collet - 2.2.0-1 - update to 2.2.0 (stable) -- cgit