From 06279203b6fa05bc5cacbf68cfbb42d7c324b439 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Oct 2020 08:54:26 +0200 Subject: rebuild --- php-maxminddb.spec | 7 ++++--- 1 file 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 - 1.8.0-1 +* Fri Oct 2 2020 Remi Collet - 1.8.0-2 - update to 1.8.0 - drop patches merged upstream -- cgit