summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-26 07:44:29 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-26 07:44:29 +0200
commitca9523a52db569764cc8d03a5ef52624f35a1f77 (patch)
treea2720f905951f549d78a7c508539a928ffcc309a
parent9bdc2817d9bcb6b0a713c95ac60065ae07421c3d (diff)
php-pecl-yaml: 2.0.0 (php 7)
-rw-r--r--REFLECTION-PHP72
-rw-r--r--php-pecl-yaml-php7.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7
index 18a324a..6ff493a 100644
--- a/REFLECTION-PHP7
+++ b/REFLECTION-PHP7
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #83 yaml version 2.0.0RC8 ] {
+Extension [ <persistent> extension #137 yaml version 2.0.0 ] {
- Dependencies {
Dependency [ date (Optional) ]
diff --git a/php-pecl-yaml-php7.spec b/php-pecl-yaml-php7.spec
index ac0b73e..3c04fdb 100644
--- a/php-pecl-yaml-php7.spec
+++ b/php-pecl-yaml-php7.spec
@@ -17,12 +17,12 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global pecl_name yaml
%global ini_name 40-%{pecl_name}.ini
-%global prever RC8
+#global prever RC8
Summary: PHP Bindings for yaml
Name: %{?sub_prefix}php-pecl-yaml
Version: 2.0.0
-Release: 0.10.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
Group: Development/Languages
URL: http://pecl.php.net/package/yaml
@@ -234,6 +234,9 @@ fi
%changelog
+* Mon Sep 26 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-1
+- update to 2.0.0 (php 7)
+
* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.10.RC8
- rebuild for PHP 7.1 new API version