From 9eb07f9c7d22e8b20661c02eff7773ccb2c76fc0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Sep 2017 10:06:35 +0200 Subject: v1.2.2 --- REFLECTION | 2 +- php-pecl-yaz.spec | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index b9ad174..8900a01 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #130 yaz version 1.2.1 ] { +Extension [ extension #166 yaz version 1.2.2 ] { - INI { Entry [ yaz.max_links ] 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 - 1.2.2-1 +- Update to 1.2.2 + * Tue Jul 18 2017 Remi Collet - 1.2.1-5 - rebuild for PHP 7.2.0beta1 new API -- cgit