diff options
| author | Remi Collet <remi@remirepo.net> | 2019-12-13 08:48:58 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-12-13 08:48:58 +0100 | 
| commit | e97a67eac7fc088fb87c144c7dd07e7db27306fb (patch) | |
| tree | 4d725d91f36dc22914b434f20568eb6d89bd2aa9 | |
| parent | 5fdbcacf79e38153de229779c0f16730e0d68aa0 (diff) | |
fix release
| -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 | 
