diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-15 08:10:15 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-15 08:10:15 +0100 |
commit | 4b08d526e5a81eb3ef961f9600cff0fcb6dc584d (patch) | |
tree | 3d9b95e03f277fc0b94b617a0a2e051a386813c3 /php-maxminddb.spec | |
parent | 74e0aa7399eececfb37331bcf733e3f031595b63 (diff) |
Diffstat (limited to 'php-maxminddb.spec')
-rw-r--r-- | php-maxminddb.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-maxminddb.spec b/php-maxminddb.spec index 8cd7471..44f5b65 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -15,7 +15,7 @@ %endif %bcond_without tests -%global gh_commit 1e66f73ffcf25e17c7a910a1317e9720a95497c7 +%global gh_commit 5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner maxmind %global gh_project MaxMind-DB-Reader-php @@ -30,7 +30,7 @@ Summary: MaxMind DB Reader extension Name: %{?scl_prefix}php-maxminddb -Version: 1.11.1 +Version: 1.12.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -279,6 +279,9 @@ exit $ret # when using pkgup, CHECK Release! %changelog +* Fri Nov 15 2024 Remi Collet <remi@remirepo.net> - 1.12.0-1 +- update to 1.12.0 + * Mon Dec 4 2023 Remi Collet <remi@remirepo.net> - 1.11.1-1 - update to 1.11.1 |