diff options
author | Remi Collet <remi@remirepo.net> | 2021-08-04 10:27:35 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-08-04 10:27:35 +0200 |
commit | fc8f6b2ff58745f4df7c088f0598afc5c42da1bb (patch) | |
tree | 06f115438b09228d6b27a6ac163049bacb3bf239 /php-pecl-pq.spec | |
parent | 703bf6e99af890f6b7903499431b2116a9cbca1a (diff) |
add patch for 8.1.0beta2 from
https://github.com/m6w6/ext-pq/pull/41
Diffstat (limited to 'php-pecl-pq.spec')
-rw-r--r-- | php-pecl-pq.spec | 6 |
1 files changed, 5 insertions, 1 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 2.1.8-5 - add patches for 8.1 from upstream and from https://github.com/m6w6/ext-pq/pull/40 |