From fa6d01d4b8f4c55eebea830904adc99b9bf8c7bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 09:18:47 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-ip2location.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'php-pecl-ip2location.spec') diff --git a/php-pecl-ip2location.spec b/php-pecl-ip2location.spec index ea0ffe0..44836b8 100644 --- a/php-pecl-ip2location.spec +++ b/php-pecl-ip2location.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-ip2location # -# Copyright (c) 2017-2020 Remi Collet +# Copyright (c) 2017-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -26,10 +26,11 @@ Summary: Get geo location information of an IP address Name: %{?sub_prefix}php-pecl-%{pecl_name} License: PHP Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-devel @@ -60,12 +61,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.1" +Obsoletes: php81-pecl-%{pecl_name} <= %{version} %endif - -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} %endif @@ -214,6 +212,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet - 8.1.1-3 +- rebuild for 8.1.0RC1 + * Sat Nov 28 2020 Remi Collet - 8.1.1-2 - rebuild against library 8.3.1 in Fedora/EPEL -- cgit