summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-12 10:06:35 +0200
committerRemi Collet <remi@remirepo.net>2017-09-12 10:06:35 +0200
commit9eb07f9c7d22e8b20661c02eff7773ccb2c76fc0 (patch)
tree2989e2a7c251fc70536d6db4b623be26da8e3728
parentc17b7eaaf9cc65fa4a70505ecf3e7c48234b7f6b (diff)
v1.2.2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-yaz.spec13
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 [ <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