summaryrefslogtreecommitdiffstats
path: root/php-pecl-hprose.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-20 07:22:27 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-20 07:22:27 +0100
commitf98c292ab811833b15b46ff91e8fe9810c465a77 (patch)
treeb071093e359f2fa6fef4e130e22ea8965640320d /php-pecl-hprose.spec
parent4b11f460c330f3bbe1d4efb0ac0b25c9374eb9b4 (diff)
php-pecl-hprose: 1.6.6
Diffstat (limited to 'php-pecl-hprose.spec')
-rw-r--r--php-pecl-hprose.spec10
1 files changed, 8 insertions, 2 deletions
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 <remi@remirepo.net> - 1.6.6-1
+- Update to 1.6.6
+
* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.6.5-3
- rebuild with PHP 7.1.0 GA