summaryrefslogtreecommitdiffstats
path: root/php-pecl-raphf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-raphf.spec')
-rw-r--r--php-pecl-raphf.spec14
1 files changed, 6 insertions, 8 deletions
diff --git a/php-pecl-raphf.spec b/php-pecl-raphf.spec
index 95b2924..74d3a56 100644
--- a/php-pecl-raphf.spec
+++ b/php-pecl-raphf.spec
@@ -3,7 +3,7 @@
#
# Fedora spec file for php-pecl-raphf
#
-# Copyright (c) 2013-2020 Remi Collet
+# Copyright (c) 2013-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -38,7 +38,7 @@ Version: 2.0.1
Release: 0.10.%{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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 5%{?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
@@ -46,6 +46,7 @@ URL: https://pecl.php.net/package/%{pecl_name}
Patch0: https://patch-diff.githubusercontent.com/raw/m6w6/ext-raphf/pull/9.patch
+BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel > 7
BuildRequires: %{?scl_prefix}php-pear
@@ -77,12 +78,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
A reusable split-off of pecl_http's persistent handle and resource
@@ -269,6 +264,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Apr 30 2021 Remi Collet <remi@remirepo.net> - 2.0.1-5
+- F34 rebuild for https://github.com/remicollet/remirepo/issues/174
+
* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 2.0.1-3
- rebuild for PHP 8.0.0RC1