From f98c292ab811833b15b46ff91e8fe9810c465a77 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Mar 2017 07:22:27 +0100 Subject: php-pecl-hprose: 1.6.6 --- php-pecl-hprose.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'php-pecl-hprose.spec') diff --git a/php-pecl-hprose.spec b/php-pecl-hprose.spec index fff46fa..bd49a4b 100644 --- a/php-pecl-hprose.spec +++ b/php-pecl-hprose.spec @@ -22,8 +22,8 @@ Summary: Hprose for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.6.5 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.6.6 +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/%{pecl_name} @@ -127,6 +127,8 @@ EOF %build +%{?dtsenable} + cd NTS %{_bindir}/phpize %configure \ @@ -148,6 +150,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} +%{?dtsenable} make -C NTS install INSTALL_ROOT=%{buildroot} @@ -243,6 +246,9 @@ rm -rf %{buildroot} %changelog +* Mon Mar 20 2017 Remi Collet - 1.6.6-1 +- Update to 1.6.6 + * Thu Dec 1 2016 Remi Collet - 1.6.5-3 - rebuild with PHP 7.1.0 GA -- cgit