diff options
| -rw-r--r-- | php-maxminddb.spec | 11 | 
1 files 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 <remi@remirepo.net> - 1.4.1-2 +- rebuild for 7.4.0RC1 +  * Sat Jan  5 2019 Remi Collet <remi@remirepo.net> - 1.4.1-1  - update to 1.4.1  | 
