Compare commits

..

No commits in common. "rawhide" and "epel10" have entirely different histories.

View file

@ -77,7 +77,7 @@
Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
Release: 17%{?dist}
Release: 13%{?dist}
Summary: The Low Level Virtual Machine
License: Apache-2.0 WITH LLVM-exception OR NCSA
@ -234,7 +234,7 @@ mv %{cmake_srcdir} cmake
%build
%ifarch s390 s390x %{arm} %ix86 riscv64
%ifarch s390 s390x %{arm} %ix86
# Decrease debuginfo verbosity to reduce memory consumption during final library linking
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
%endif
@ -248,7 +248,7 @@ export ASMFLAGS=$CFLAGS
-DLLVM_PARALLEL_LINK_JOBS=1 \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_SKIP_RPATH:BOOL=ON \
%ifarch s390 %{arm} %ix86 riscv64
%ifarch s390 %{arm} %ix86
-DCMAKE_C_FLAGS_RELWITHDEBINFO="%{optflags} -DNDEBUG" \
-DCMAKE_CXX_FLAGS_RELWITHDEBINFO="%{optflags} -DNDEBUG" \
%endif
@ -585,18 +585,6 @@ fi
%endif
%changelog
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.7-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Wed Feb 25 2026 David Abdurachmanov <davidlt@rivosinc.com> - 15.0.7-16
- Lower memory consumption on riscv64
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.7-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.7-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Thu Jan 30 2025 František Zatloukal <fzatlouk@redhat.com> - 15.0.7-13
- Missing cstdint includes (RHBZ#2340791)