drop 32-bit support
This commit is contained in:
parent
b9571dd215
commit
b2f37c6394
1 changed files with 8 additions and 2 deletions
|
|
@ -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 <remi@remirepo.net> - 1.11.1-4
|
||||
- drop 32-bit support
|
||||
https://fedoraproject.org/wiki/Changes/php_no_32_bit
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue