From 8fb03c552f00481a4e8b09119d123bc1e984c56d Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Tue, 9 Jan 2024 13:41:37 -0500 Subject: [PATCH] 13.2.1-6.2 Use the system dir in --with-libstdcxx-zoneinfo Resolves: RHEL-20522 --- gcc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc.spec b/gcc.spec index 781deee..644e1ce 100644 --- a/gcc.spec +++ b/gcc.spec @@ -149,7 +149,7 @@ BuildRequires: scl-utils-build Summary: GCC version 13 Name: %{?scl_prefix}gcc Version: %{gcc_version} -Release: %{gcc_release}.1%{?dist} +Release: %{gcc_release}.2%{?dist} # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD @@ -927,7 +927,7 @@ CONFIGURE_OPTS="\ %endif --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \ --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only \ - --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=%{_datadir}/zoneinfo \ + --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=%{_root_datadir}/zoneinfo \ %ifnarch %{mips} --with-linker-hash-style=gnu \ %endif @@ -2907,6 +2907,9 @@ fi %endif %changelog +* Mon Dec 11 2023 Marek Polacek 13.2.1-6.2 +- use the system dir in --with-libstdcxx-zoneinfo (RHEL-20522) + * Mon Dec 11 2023 Marek Polacek 13.2.1-6.1 - add f95 (RHEL-17656)