From e97a67eac7fc088fb87c144c7dd07e7db27306fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Dec 2019 08:48:58 +0100 Subject: fix release --- php-maxminddb.spec | 7 ++++--- 1 file 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 - 1.5.1-1 +* Fri Dec 13 2019 Remi Collet - 1.5.1-2 - update to 1.5.1 - drop patch merged upstream -- cgit