From 97f1648d681dd37b8eb1ffe4df8253217a44f78d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 20:47:47 +0000 Subject: [PATCH 1/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- llvm15.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm15.spec b/llvm15.spec index c377607..2c6b5b0 100644 --- a/llvm15.spec +++ b/llvm15.spec @@ -77,7 +77,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}} -Release: 13%{?dist} +Release: 14%{?dist} Summary: The Low Level Virtual Machine License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -585,6 +585,9 @@ fi %endif %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 15.0.7-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 30 2025 FrantiĊĦek Zatloukal - 15.0.7-13 - Missing cstdint includes (RHBZ#2340791) From e5d3f5a7b79c71a05d8205701fdd895c87477f8c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 20:00:38 +0000 Subject: [PATCH 2/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- llvm15.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm15.spec b/llvm15.spec index 2c6b5b0..d481e68 100644 --- a/llvm15.spec +++ b/llvm15.spec @@ -77,7 +77,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}} -Release: 14%{?dist} +Release: 15%{?dist} Summary: The Low Level Virtual Machine License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -585,6 +585,9 @@ fi %endif %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 15.0.7-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Thu Jul 24 2025 Fedora Release Engineering - 15.0.7-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 5bb4c4c31903b2014dd3a92af66c3a0324073b8d Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 22 Apr 2023 07:49:55 +0300 Subject: [PATCH 3/4] Lower memory consumption on riscv64 Signed-off-by: David Abdurachmanov --- llvm15.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/llvm15.spec b/llvm15.spec index d481e68..27b6e0b 100644 --- a/llvm15.spec +++ b/llvm15.spec @@ -77,7 +77,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}} -Release: 15%{?dist} +Release: 16%{?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 +%ifarch s390 s390x %{arm} %ix86 riscv64 # 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 +%ifarch s390 %{arm} %ix86 riscv64 -DCMAKE_C_FLAGS_RELWITHDEBINFO="%{optflags} -DNDEBUG" \ -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="%{optflags} -DNDEBUG" \ %endif @@ -585,6 +585,9 @@ fi %endif %changelog +* Wed Feb 25 2026 David Abdurachmanov - 15.0.7-16 +- Lower memory consumption on riscv64 + * Fri Jan 16 2026 Fedora Release Engineering - 15.0.7-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 49eff99111208d667c8729107519cd6e24dcb0da Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jul 2026 07:18:09 +0000 Subject: [PATCH 4/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- llvm15.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm15.spec b/llvm15.spec index 27b6e0b..33f4777 100644 --- a/llvm15.spec +++ b/llvm15.spec @@ -77,7 +77,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}} -Release: 16%{?dist} +Release: 17%{?dist} Summary: The Low Level Virtual Machine License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -585,6 +585,9 @@ fi %endif %changelog +* Thu Jul 16 2026 Fedora Release Engineering - 15.0.7-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Wed Feb 25 2026 David Abdurachmanov - 15.0.7-16 - Lower memory consumption on riscv64