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 3e184cd..70e8abe 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.5.1 -%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} @@ -302,9 +302,10 @@ exit $ret %{_datadir}/php/MaxMind/Db %endif +# when using pkgup, CHECK Release! %changelog -* Fri Dec 13 2019 Remi Collet <remi@remirepo.net> - 1.5.1-1 +* Fri Dec 13 2019 Remi Collet <remi@remirepo.net> - 1.5.1-2 - update to 1.5.1 - drop patch merged upstream |