summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-04-30 07:42:11 +0200
committerRemi Collet <remi@remirepo.net>2021-04-30 07:42:11 +0200
commit9a848cad80118b1a44889a2cdd124877c3169c83 (patch)
tree337ee6c6f31bb7f75c998d9b399fef88b5c0d8a6
parentf82ed3598840eb1491a73ea80e120fbf35800638 (diff)
F34 rebuild for https://github.com/remicollet/remirepo/issues/174
-rw-r--r--php-pecl-pq.spec14
1 files 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 <remi@remirepo.net> - 2.1.8-4
+- F34 rebuild for https://github.com/remicollet/remirepo/issues/174
+
* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 2.1.8-2
- rebuild for PHP 8.0.0RC1