summaryrefslogtreecommitdiffstats
path: root/php-pecl-pq.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-10 15:00:17 +0100
committerRemi Collet <remi@remirepo.net>2018-01-10 15:00:17 +0100
commit9606f217c9c629f2508a0e4ac07ecb1eeaa6e984 (patch)
treeeb945eef4b26f0cfbd9322c89f6842b4480c90b8 /php-pecl-pq.spec
parent16e9544ff583ada57e37a1a5da0f6222e855a3ab (diff)
v2.1.3
Diffstat (limited to 'php-pecl-pq.spec')
-rw-r--r--php-pecl-pq.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec
index b26f2e4..971cae8 100644
--- a/php-pecl-pq.spec
+++ b/php-pecl-pq.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-pq
#
-# Copyright (c) 2014-2017 Remi Collet
+# Copyright (c) 2014-2018 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -30,12 +30,12 @@
Summary: PostgreSQL client library (libpq) binding
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 2.1.2
+Version: 2.1.3
%if 0%{?gh_date:1}
Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
%endif
License: BSD
@@ -212,7 +212,6 @@ fi
rm ?TS/tests/cancel001.phpt
if ! pkg-config libpq --atleast-version=9.3; then
-else
: ignore some tests only because of "diag" content
rm ?TS/tests/{async003,async004,async005,async006}.phpt
fi
@@ -299,6 +298,9 @@ exit $RET
%changelog
+* Wed Jan 10 2018 Remi Collet <remi@remirepo.net> - 2.1.3-1
+- Update to 2.1.3 (stable)
+
* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 2.1.2-2
- rebuild for PHP 7.2.0beta1 new API