diff options
| -rw-r--r-- | php-maxminddb.spec | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/php-maxminddb.spec b/php-maxminddb.spec index b9aafe2..3671bb4 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -32,8 +32,8 @@  Summary:       MaxMind DB Reader extension  Name:          %{?sub_prefix}php-maxminddb  Version:       1.8.0 -%global rpmrel 1 -Release:       %{rpmrel}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo "1".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +%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} @@ -329,9 +329,10 @@ fi  %endif  # when using pkgup, CHECK Release! +# noarch in "remi" not in modular  %changelog -* Fri Oct  2 2020 Remi Collet <remi@remirepo.net> - 1.8.0-1 +* Fri Oct  2 2020 Remi Collet <remi@remirepo.net> - 1.8.0-2  - update to 1.8.0  - drop patches merged upstream  | 
