From 68add93c317e90758061cf99abf3d0d9d513e28e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 13:53:05 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-pq.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-pq.spec') diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index 228df35..fb5140e 100644 --- a/php-pecl-pq.spec +++ b/php-pecl-pq.spec @@ -32,10 +32,10 @@ Summary: PostgreSQL client library (libpq) binding Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.1.5 %if 0%{?gh_date:1} -Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.10.%{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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?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 @@ -300,6 +300,9 @@ exit $RET %changelog +* Tue Sep 03 2019 Remi Collet - 2.1.5-4 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet - 2.1.5-3 - rebuild for 7.4.0beta1 -- cgit