From 9a848cad80118b1a44889a2cdd124877c3169c83 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Apr 2021 07:42:11 +0200 Subject: F34 rebuild for https://github.com/remicollet/remirepo/issues/174 --- php-pecl-pq.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index 6a86526..06c32bd 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-2020 Remi Collet +# Copyright (c) 2014-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -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: 2%{?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: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif License: BSD @@ -43,6 +43,7 @@ BuildRequires: libpq-devel > 9 %else BuildRequires: postgresql-devel > 9 %endif +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -84,12 +85,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - %description PostgreSQL client library (libpq) binding. @@ -287,6 +282,9 @@ exit $RET %changelog +* Fri Apr 30 2021 Remi Collet - 2.1.8-4 +- F34 rebuild for https://github.com/remicollet/remirepo/issues/174 + * Wed Sep 30 2020 Remi Collet - 2.1.8-2 - rebuild for PHP 8.0.0RC1 -- cgit