diff options
-rw-r--r-- | php-maxminddb.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-maxminddb.spec b/php-maxminddb.spec index 7fae7be..955358c 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -31,7 +31,7 @@ Summary: MaxMind DB Reader extension Name: %{?scl_prefix}php-maxminddb Version: 1.11.0 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -298,6 +298,9 @@ fi # when using pkgup, CHECK Release! %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.11.0-4 +- rebuild for PHP 8.3.0RC1 + * Tue Jul 11 2023 Remi Collet <remi@remirepo.net> - 1.11.0-3 - build out of sources tree |