diff --git a/php-maxminddb.spec b/php-maxminddb.spec index f646ea9..30346a9 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -3,7 +3,7 @@ # # remirepo spec file for php-maxminddb # -# Copyright (c) 2018-2023 Remi Collet +# Copyright (c) 2018-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -31,13 +31,15 @@ Summary: MaxMind DB Reader extension Name: php-maxminddb Version: 1.11.1 -Release: 3%{?dist} +Release: 4%{?dist} License: Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh +ExcludeArch: %{ix86} + BuildRequires: make BuildRequires: gcc BuildRequires: php-devel >= 7.2 @@ -261,6 +263,10 @@ exit $ret %changelog +* Fri Apr 12 2024 Remi Collet - 1.11.1-4 +- drop 32-bit support + https://fedoraproject.org/wiki/Changes/php_no_32_bit + * Thu Jan 25 2024 Fedora Release Engineering - 1.11.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild