Explained why patches aren't upstreamed.

This commit is contained in:
Björn Persson 2024-01-15 14:02:07 +01:00
parent 277205c01f
commit 6e04b8e402

View File

@ -20,12 +20,20 @@ Source1: fedora_arches.xml
# [Fedora specific]
Patch0: %{name}-fedora-compilers.patch
# [Fedora specific] Make detection of GCC compilers independent of locale.
# [specific to recent GCC] Make detection of GCC compilers independent of locale.
Patch1: %{name}-improve-detection-of-gcc.patch
# [Fedora specific] Make detection of GNU ld independent of locale.
# Our guess at why Adacore don't do this is that they might want to support old
# versions of GCC that lack -dumpfullversion.
# [Unix-specific] Make detection of GNU ld independent of locale.
Patch2: %{name}-improve-detection-of-gnu-ld.patch
# [Fedora specific] Make detection of Clang compilers independent of locale.
# Use of env makes this patch specific to Unix-like systems.
# [specific to recent Clang] Make detection of Clang compilers independent of locale.
Patch3: %{name}-improve-detection-of-clang.patch
# Our guess at why Adacore don't do this is that they might want to support old
# versions of Clang where -dumpversion returns a hardcoded fake version number.
# The contents of this package are split off from the gprbuild package.
Conflicts: gprbuild <= 2020