diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-yaml.spec | 12 |
3 files changed, 7 insertions, 9 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #105 yaml version 2.2.0 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 2.2.1-1 +- update to 2.2.1 + * Sun Nov 29 2020 Remi Collet <remi@remirepo.net> - 2.2.0-1 - update to 2.2.0 (stable) |