diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-02 08:54:26 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-02 08:54:26 +0200 |
commit | 06279203b6fa05bc5cacbf68cfbb42d7c324b439 (patch) | |
tree | 0b89c0132d8abb7d232b52f7b2677b0df8353060 | |
parent | ef40fe219101a0b59c1a684972480dd8f744cdaf (diff) |
rebuild
-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 |