From 2f9534d9cdf3de03bac464a6a94ed89bf2a0a2ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Sep 2021 15:45:52 +0200 Subject: F35 build --- php-pecl-ip2location.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-ip2location.spec b/php-pecl-ip2location.spec index 44836b8..bf13dd4 100644 --- a/php-pecl-ip2location.spec +++ b/php-pecl-ip2location.spec @@ -26,7 +26,7 @@ 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: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 5%{?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 @@ -212,6 +212,9 @@ fi %changelog +* Mon Sep 6 2021 Remi Collet - 8.1.1-5 +- F35 build + * Wed Sep 01 2021 Remi Collet - 8.1.1-3 - rebuild for 8.1.0RC1 -- cgit