From e135fbbc964385fd3787bf3b6201deae050f297a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Aug 2017 12:09:28 +0200 Subject: v2.0.2 --- php-pecl-yaml.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'php-pecl-yaml.spec') diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index c07e6a0..9fe7e6e 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -21,16 +21,14 @@ Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml -Version: 2.0.0 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.0.2 +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 Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -Patch0: f220c0400bd1875879da58788187774a04430ecb.patch - BuildRequires: %{?scl_prefix}php-devel >= 7 BuildRequires: %{?scl_prefix}php-pear BuildRequires: libyaml-devel @@ -96,7 +94,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .upstream # Check upstream version (often broken) extver=$(sed -n '/#define PHP_YAML_VERSION/{s/.* "//;s/".*$//;p}' php_yaml.h) @@ -137,8 +134,9 @@ cp -pr NTS ZTS %build -cd NTS +%{?dtsenable} +cd NTS %{_bindir}/phpize %configure \ --with-libdir=%{_lib} \ @@ -156,6 +154,8 @@ make %{?_smp_mflags} %install +%{?dtsenable} + make -C NTS install INSTALL_ROOT=%{buildroot} # Install XML package description @@ -242,6 +242,9 @@ fi %changelog +* Tue Aug 1 2017 Remi Collet - 2.0.2-1 +- Update to 2.0.2 + * Tue Jul 18 2017 Remi Collet - 2.0.0-4 - rebuild for PHP 7.2.0beta1 new API -- cgit