summaryrefslogtreecommitdiffstats
path: root/php-pecl-ip2location.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-01 09:18:47 +0200
committerRemi Collet <remi@remirepo.net>2021-09-01 09:18:47 +0200
commitfa6d01d4b8f4c55eebea830904adc99b9bf8c7bc (patch)
tree9ac97e88b8097d1b7b490706f9626817f3209bb3 /php-pecl-ip2location.spec
parentd97a9538a1735fa6c34ed2c3677cd9e43dbc1c2d (diff)
rebuild for 8.1.0RC1
Diffstat (limited to 'php-pecl-ip2location.spec')
-rw-r--r--php-pecl-ip2location.spec15
1 files changed, 8 insertions, 7 deletions
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 <remi@remirepo.net> - 8.1.1-3
+- rebuild for 8.1.0RC1
+
* Sat Nov 28 2020 Remi Collet <remi@remirepo.net> - 8.1.1-2
- rebuild against library 8.3.1 in Fedora/EPEL