diff --git a/gmp.spec b/gmp.spec index afd6410..43aa641 100644 --- a/gmp.spec +++ b/gmp.spec @@ -6,7 +6,7 @@ Summary: GNU arbitrary precision library Name: gmp Version: 6.2.1 -Release: 11%{?dist} +Release: 12%{?dist} Epoch: 1 URL: https://gmplib.org/ Source0: https://gmplib.org/download/gmp/gmp-%{version}.tar.xz @@ -191,6 +191,10 @@ export LD_LIBRARY_PATH=`pwd`/.libs %{_libdir}/libgmpxx.a %changelog +* Wed Jun 11 2025 Jakub Martisko - 1:6.2.1-12 +- Release bump due to internal issue with the build system (missing debug symbols) + Related: RHEL-24118 + * Thu May 29 2025 Jakub Martisko - 1:6.2.1-11 - Port the ibm z13 optimization patches Resolves: RHEL-24118