From 2d91307257f2e88ed3949178e76bf49cb7f548ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 24 Nov 2018 09:01:21 +0100 Subject: v1.3.2 (php 5) --- PHPINFO | 14 ++++++++++++++ REFLECTION | 2 +- php-pecl-yaml.spec | 19 +++++-------------- 3 files changed, 20 insertions(+), 15 deletions(-) create mode 100644 PHPINFO diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..b62c76b --- /dev/null +++ b/PHPINFO @@ -0,0 +1,14 @@ + +yaml + +LibYAML Support => enabled +Module Version => 1.3.2 +LibYAML Version => 0.2.1 + +Directive => Local Value => Master Value +yaml.decode_binary => 0 => 0 +yaml.decode_timestamp => 0 => 0 +yaml.decode_php => 1 => 1 +yaml.output_canonical => 0 => 0 +yaml.output_indent => 2 => 2 +yaml.output_width => 80 => 80 diff --git a/REFLECTION b/REFLECTION index 2c5857e..ce466e4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #77 yaml version 1.3.1 ] { +Extension [ extension #83 yaml version 1.3.2 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index 1a8c052..bff7ba7 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -10,11 +10,7 @@ # Please, preserve the changelog entries # %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else %global sub_prefix %{scl_prefix} -%endif %scl_package php-pecl-yaml %endif @@ -29,7 +25,7 @@ Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages @@ -56,14 +52,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{relea %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff -Obsoletes: php53-pecl-%{pecl_name} <= %{version} -Obsoletes: php53u-pecl-%{pecl_name} <= %{version} -Obsoletes: php54-pecl-%{pecl_name} <= %{version} -Obsoletes: php54w-pecl-%{pecl_name} <= %{version} -%if "%{php_version}" > "5.5" -Obsoletes: php55u-pecl-%{pecl_name} <= %{version} -Obsoletes: php55w-pecl-%{pecl_name} <= %{version} -%endif %if "%{php_version}" > "5.6" Obsoletes: php56u-pecl-%{pecl_name} <= %{version} Obsoletes: php56w-pecl-%{pecl_name} <= %{version} @@ -209,7 +197,7 @@ REPORT_EXIT_STATUS=1 \ %endif -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -244,6 +232,9 @@ fi %changelog +* Sat Nov 24 2018 Remi Collet - 1.3.2-1 +- update to 1.3.2 + * Tue Aug 1 2017 Remi Collet - 1.3.1-1 - Update to 1.3.1 -- cgit