From 481efab7fdcf2bb880b666047933a5f048d48de5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 10:32:54 +0200 Subject: rebuild for 7.3.0beta2 new ABI --- php-pecl-pq.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-pq.spec') diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index 24aec07..f7a8dbf 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.4 %if 0%{?gh_date:1} -Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.8.%{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: 3%{?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 @@ -301,7 +301,10 @@ exit $RET %changelog -* Wed Jul 18 2018 Remi Collet - 2.1.4-2.7.1 +* Thu Aug 16 2018 Remi Collet - 2.1.4-3 +- rebuild for 7.3.0beta2 new ABI + +* Wed Jul 18 2018 Remi Collet - 2.1.4-2 - rebuild for 7.3.0alpha4 new ABI * Tue Jun 26 2018 Remi Collet - 2.1.4-1 -- cgit