From fc8f6b2ff58745f4df7c088f0598afc5c42da1bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Aug 2021 10:27:35 +0200 Subject: add patch for 8.1.0beta2 from https://github.com/m6w6/ext-pq/pull/41 --- php-pecl-pq.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-pecl-pq.spec') diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index ce9c285..2519e75 100644 --- a/php-pecl-pq.spec +++ b/php-pecl-pq.spec @@ -32,7 +32,7 @@ Version: 2.1.8 Release: 0.11.%{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: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif License: BSD @@ -287,6 +287,10 @@ exit $RET %changelog +* Wed Aug 4 2021 Remi Collet - 2.1.8-6 +- add patch for 8.1.0beta2 from + https://github.com/m6w6/ext-pq/pull/41 + * Fri Jun 11 2021 Remi Collet - 2.1.8-5 - add patches for 8.1 from upstream and from https://github.com/m6w6/ext-pq/pull/40 -- cgit