summaryrefslogtreecommitdiffstats
path: root/php-pecl-pq.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-05-20 11:55:08 +0200
committerRemi Collet <fedora@famillecollet.com>2016-05-20 11:55:08 +0200
commit85fe801966b926dbc4991ea03b6a87d583ea02b8 (patch)
tree1c7b59ba0ce3e593930c010cbcfd356d5c024765 /php-pecl-pq.spec
parent483d98fca63c84dceaae8495e1923baf6c722c89 (diff)
php-pecl-pq: 1.1.1 (php 5)
Diffstat (limited to 'php-pecl-pq.spec')
-rw-r--r--php-pecl-pq.spec16
1 files changed, 15 insertions, 1 deletions
diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec
index ddc2dd7..780fe67 100644
--- a/php-pecl-pq.spec
+++ b/php-pecl-pq.spec
@@ -35,7 +35,7 @@
Summary: PostgreSQL client library (libpq) binding
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.0.1
+Version: 1.1.1
%if 0%{?rcver:1}
Release: 0.1.%{rcver}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
@@ -202,6 +202,11 @@ fi
%check
+if ! pkg-config libpq --atleast-version=9.3; then
+ : ignore some tests only because of "diag" content
+ rm ?TS/tests/{async003,async004,async005,async006,cancel001}.phpt
+fi
+
OPT="-n"
[ -f %{php_extdir}/json.so ] && OPT="$OPT -d extension=json.so"
[ -f %{php_extdir}/raphf.so ] && OPT="$OPT -d extension=raphf.so"
@@ -290,6 +295,15 @@ rm -rf %{buildroot}
%changelog
+* Fri May 20 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-1
+- update to 1.1.1 (php 5, stable)
+- open https://github.com/m6w6/ext-pq/issues/19 failed tests
+ so temporarily ignore them with pgsql < 9.3
+
+* Fri May 20 2016 Remi Collet <remi@fedoraproject.org> - 1.1.0-1
+- update to 1.1.0 (php 5, stable)
+- open https://github.com/m6w6/ext-pq/issues/18 pgsql < 9.3
+
* Wed May 4 2016 Remi Collet <remi@fedoraproject.org> - 1.0.1-1
- update to 1.0.1 (php 5, stable)