Rebuild the compiler after boostrapping

epel9 imports/e9/fpc-3.2.2-9.el9
Artur Frenszek-Iwicki 3 years ago
parent caa5aca72a
commit 47adc7f07d

@ -1,12 +1,12 @@
# Bootstrap the compiler for EPEL9. # Set this to 1 when bootstrapping.
%global bootstrap 1 %global bootstrap 0
# As of 2022-08-17, on EPEL9, tex(imakeidx.sty) is not available. # As of 2022-08-17, on EPEL9, tex(imakeidx.sty) is not available.
%define with_pdfdoc 0 %define with_pdfdoc 0
Name: fpc Name: fpc
Version: 3.2.2 Version: 3.2.2
Release: 8%{?dist} Release: 9%{?dist}
Summary: Free Pascal Compiler Summary: Free Pascal Compiler
License: GPLv2+ and LGPLv2+ with exceptions License: GPLv2+ and LGPLv2+ with exceptions
@ -296,6 +296,9 @@ rm -rf %{buildroot}/usr/lib/%{name}/lexyacc
%changelog %changelog
* Wed Aug 17 2022 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.2.2-9
- Rebuild the compiler after bootstrapping
* Wed Aug 17 2022 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.2.2-8 * Wed Aug 17 2022 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.2.2-8
- Bootstrap the compiler for EPEL9 - Bootstrap the compiler for EPEL9
- Disable building .pdf documentation (missing dependencies on EPEL9) - Disable building .pdf documentation (missing dependencies on EPEL9)

@ -1,2 +1 @@
SHA512 (fpcbuild-3.2.2.tar.gz) = 75889bb54adc70a6e2cbd291476b9b12d61c8f943a05b7d16d2024de3215c935465ff43b1400c412e128e260c7f49a9c66e35c21f86cb866e671b5b60a282d82 SHA512 (fpcbuild-3.2.2.tar.gz) = 75889bb54adc70a6e2cbd291476b9b12d61c8f943a05b7d16d2024de3215c935465ff43b1400c412e128e260c7f49a9c66e35c21f86cb866e671b5b60a282d82
SHA512 (fpc-3.2.2-bin.zip) = 24a299fa05faf0fe0a38d98da421dbaf7ea0c5f841024f3bb4d12d45ef573b52bd2ec62448e0d75c161458f7892895ece4f4dacd6d8746b00794386af92aa2d3

Loading…
Cancel
Save