From 9606f217c9c629f2508a0e4ac07ecb1eeaa6e984 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Jan 2018 15:00:17 +0100 Subject: v2.1.3 --- php-pecl-pq.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php-pecl-pq.spec') 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 - 2.1.3-1 +- Update to 2.1.3 (stable) + * Tue Jul 18 2017 Remi Collet - 2.1.2-2 - rebuild for PHP 7.2.0beta1 new API -- cgit