summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-06 19:36:25 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-06 19:36:25 +0200
commitf15551858b3e15b79967e8328daf7b28f5b75f6a (patch)
tree5d90f72641c21de5dc7134480083963da98a4898
parentd2651e937f18676af4fb777acae78dfe9688f16f (diff)
php-pecl-yaml: 2.0.0RC8 (php 7)
-rw-r--r--REFLECTION-PHP72
-rw-r--r--php-pecl-yaml-php7.spec19
2 files changed, 9 insertions, 12 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7
index 10f28d4..18a324a 100644
--- a/REFLECTION-PHP7
+++ b/REFLECTION-PHP7
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #63 yaml version 2.0.0RC7 ] {
+Extension [ <persistent> extension #83 yaml version 2.0.0RC8 ] {
- Dependencies {
Dependency [ date (Optional) ]
diff --git a/php-pecl-yaml-php7.spec b/php-pecl-yaml-php7.spec
index fb13f15..1da2da3 100644
--- a/php-pecl-yaml-php7.spec
+++ b/php-pecl-yaml-php7.spec
@@ -10,24 +10,19 @@
# Please, preserve the changelog entries
#
%if 0%{?scl:1}
-%if "%{scl}" == "rh-php56"
-%global sub_prefix more-php56-
-%else
%global sub_prefix %{scl_prefix}
+%scl_package php-pecl-yaml
%endif
-%endif
-
-%{?scl: %scl_package php-pecl-yaml}
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global pecl_name yaml
%global ini_name 40-%{pecl_name}.ini
-%global prever RC7
+%global prever RC8
Summary: PHP Bindings for yaml
Name: %{?sub_prefix}php-pecl-yaml
Version: 2.0.0
-Release: 0.8.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.9.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
Group: Development/Languages
URL: http://pecl.php.net/package/yaml
@@ -46,8 +41,10 @@ Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}
Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
+%if "%{?scl_prefix}" != "%{?sub_prefix}"
Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release}
Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release}
+%endif
%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1}
# Other third party repo stuff
@@ -168,9 +165,6 @@ done
%check
-# See https://bugs.php.net/71696
-rm ?TS/tests/yaml_002.phpt
-
cd NTS
: Minimal load test for NTS extension
%{__php} --no-php-ini \
@@ -236,6 +230,9 @@ fi
%changelog
+* Mon Jun 6 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.9.RC8
+- update to 2.0.0RC8
+
* Sun Mar 6 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.8.RC7
- adapt for F24