diff options
Diffstat (limited to 'php-pecl-gearman.spec')
-rw-r--r-- | php-pecl-gearman.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec index 1ff43cb..cee07be 100644 --- a/php-pecl-gearman.spec +++ b/php-pecl-gearman.spec @@ -13,7 +13,7 @@ %scl_package php-pecl-gearman %endif -%global gh_commit d948be1a937b1ebbfd5ad5ab84214398ec4ad777 +%global gh_commit c091685eeff28c28d04a79ebd53d99a149aae5c9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_date 20161112 %global gh_owner wcgallego @@ -27,7 +27,7 @@ %global ini_name 40-%{pecl_name}.ini %endif -%global extver 2.0.4 +%global extver 2.0.5 %global libver 1.1.0 @@ -139,6 +139,8 @@ cp -pr NTS ZTS %build +%{?dtsenable} + cd NTS %{_bindir}/phpize %configure --with-php-config=%{_bindir}/php-config @@ -153,6 +155,8 @@ make %{?_smp_mflags} %install +%{?dtsenable} + make -C NTS install INSTALL_ROOT=%{buildroot} # Install XML package description @@ -221,6 +225,9 @@ fi %changelog +* Thu Jul 12 2018 Remi Collet <remi@remirepo.net> - 2.0.5-1 +- update to 2.0.5 + * Wed Jun 27 2018 Remi Collet <remi@remirepo.net> - 2.0.4-1 - update to 2.0.4 |