diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-26 07:44:13 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-26 07:44:13 +0200 |
commit | 9bdc2817d9bcb6b0a713c95ac60065ae07421c3d (patch) | |
tree | d2bc2e80e1dbce02ef7b86b6ece4c488ff13dc88 | |
parent | 85e1870944b2491ad7284fa1de8ba5414a296fe5 (diff) |
php-pecl-yaml: 1.3.0 (php 5)
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-yaml.spec | 13 |
2 files changed, 7 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #189 yaml version 1.3.0b1 ] { +Extension [ <persistent> extension #69 yaml version 1.3.0 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index 9a2ba77..44c74b8 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -18,19 +18,19 @@ %scl_package php-pecl-yaml %endif -%global with_zts 0%{?__ztsphp:1} +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name yaml %if "%{php_version}" < "5.6" %global ini_name %{pecl_name}.ini %else %global ini_name 40-%{pecl_name}.ini %endif -%global prever b1 +#global prever b1 Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml Version: 1.3.0 -Release: 0.1.%{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 @@ -69,10 +69,6 @@ Obsoletes: php55w-pecl-%{pecl_name} <= %{version} Obsoletes: php56u-pecl-%{pecl_name} <= %{version} Obsoletes: php56w-pecl-%{pecl_name} <= %{version} %endif -%if "%{php_version}" > "7.0" -Obsoletes: php70u-pecl-%{pecl_name} <= %{version} -Obsoletes: php70w-pecl-%{pecl_name} <= %{version} -%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -257,6 +253,9 @@ fi %changelog +* Mon Sep 26 2016 Remi Collet <remi@fedoraproject.org> - 1.3.0-1 +- Update to 1.3.0 (php 5) + * Mon Jun 6 2016 Remi Collet <remi@fedoraproject.org> - 1.3.0-0.1.b1 - Update to 1.3.0b1 (beta) |