Skip to content

Commit a55f627

Browse files
committed
Update to LLVM 20.1.8
1 parent 2d2a67a commit a55f627

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

llvm.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#region version
33
%global maj_ver 20
44
%global min_ver 1
5-
%global patch_ver 7
5+
%global patch_ver 8
66
#global rc_ver 3
77

88
%bcond_with snapshot_build
@@ -316,7 +316,7 @@
316316
#region main package
317317
Name: %{pkg_name_llvm}
318318
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
319-
Release: 2%{?dist}
319+
Release: 1%{?dist}
320320
Summary: The Low Level Virtual Machine
321321

322322
License: Apache-2.0 WITH LLVM-exception OR NCSA
@@ -3432,6 +3432,9 @@ fi
34323432

34333433
#region changelog
34343434
%changelog
3435+
* Wed Jul 09 2025 Nikita Popov <[email protected]> - 20.1.8-1
3436+
- Update to LLVM 20.1.8
3437+
34353438
* Fri Jun 20 2025 Kashyap Chamarthy <[email protected]> - 20.1.7-2
34363439
- Add riscv64 enablement bits; thanks: Songsong Zhang
34373440
([email protected]) and David Abdurachmanov ([email protected])

0 commit comments

Comments
 (0)