summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-24 09:01:21 +0100
committerRemi Collet <remi@remirepo.net>2018-11-24 09:01:21 +0100
commit2d91307257f2e88ed3949178e76bf49cb7f548ee (patch)
treecab3d9ae1982616b45c9624cf57479b60c10d2a2
parentb8b6aced67605adf4d2051e45c3887b25d34c4a6 (diff)
v1.3.2 (php 5)php5
-rw-r--r--PHPINFO14
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-yaml.spec19
3 files changed, 20 insertions, 15 deletions
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 [ <persistent> extension #77 yaml version 1.3.1 ] {
+Extension [ <persistent> 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 <remi@remirepo.net> - 1.3.2-1
+- update to 1.3.2
+
* Tue Aug 1 2017 Remi Collet <remi@remirepo.net> - 1.3.1-1
- Update to 1.3.1