From 7d8d1f2ec0c2028ea8b78aae4c8aa817c3cc0762 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 11:43:07 +0200 Subject: rebuild for 7.4.0RC1 --- php-maxminddb.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/php-maxminddb.spec b/php-maxminddb.spec index 1fc048a..2ad688f 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -37,7 +37,7 @@ Summary: MaxMind DB Reader extension Name: %{?sub_prefix}php-maxminddb Version: 1.4.1 -%global rpmrel 1 +%global rpmrel 2 Release: %{rpmrel}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -75,9 +75,13 @@ Obsoletes: php72u-%{pecl_name} <= %{version} Obsoletes: php72w-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73u-%{pecl_name} <= %{version} +Obsoletes: php73-%{pecl_name} <= %{version} Obsoletes: php73w-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.4" +Obsoletes: php74-%{pecl_name} <= %{version} +Obsoletes: php74w-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -304,6 +308,9 @@ exit $ret %changelog +* Tue Sep 03 2019 Remi Collet - 1.4.1-2 +- rebuild for 7.4.0RC1 + * Sat Jan 5 2019 Remi Collet - 1.4.1-1 - update to 1.4.1 -- cgit