diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-yaz.spec | 13 |
2 files changed, 11 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #130 yaz version 1.2.1 ] { +Extension [ <persistent> extension #166 yaz version 1.2.2 ] { - INI { Entry [ yaz.max_links <ALL> ] diff --git a/php-pecl-yaz.spec b/php-pecl-yaz.spec index 291304a..5f46462 100644 --- a/php-pecl-yaz.spec +++ b/php-pecl-yaz.spec @@ -19,12 +19,12 @@ %global ini_name 40-%{pecl_name}.ini %endif # Test suite requires internet access -%global with_tests %{?_with_tests:1}%{!?_with_tests:0} +%global with_tests 0%{?_with_tests:1} Summary: Z39.50/SRU client Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.1 -Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.2.2 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -137,6 +137,8 @@ EOF %build +%{?dtsenable} + cd NTS %{_bindir}/phpize %configure \ @@ -153,6 +155,8 @@ make %{?_smp_mflags} %install +%{?dtsenable} + make -C NTS install INSTALL_ROOT=%{buildroot} # install config file @@ -242,6 +246,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 12 2017 Remi Collet <remi@remirepo.net> - 1.2.2-1 +- Update to 1.2.2 + * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.2.1-5 - rebuild for PHP 7.2.0beta1 new API |