mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-12-27 13:39:36 +00:00
Update to 19.1.5
This commit is contained in:
parent
c1fe843102
commit
3596372d00
2 changed files with 7 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
#region version
|
#region version
|
||||||
%global maj_ver 19
|
%global maj_ver 19
|
||||||
%global min_ver 1
|
%global min_ver 1
|
||||||
%global patch_ver 4
|
%global patch_ver 5
|
||||||
#global rc_ver 4
|
#global rc_ver 4
|
||||||
|
|
||||||
%bcond_with snapshot_build
|
%bcond_with snapshot_build
|
||||||
|
@ -182,7 +182,7 @@
|
||||||
#region main package
|
#region main package
|
||||||
Name: %{pkg_name_llvm}
|
Name: %{pkg_name_llvm}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||||
|
@ -2505,6 +2505,9 @@ fi
|
||||||
|
|
||||||
#region changelog
|
#region changelog
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 03 2024 Timm Bäder <tbaeder@redhat.com> - 19.1.5-1
|
||||||
|
- Update to 19.1.5
|
||||||
|
|
||||||
* Tue Nov 26 2024 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 19.1.4-2
|
* Tue Nov 26 2024 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 19.1.4-2
|
||||||
- Enable LLVM_ENABLE_ZSTD (rhbz#2321848)
|
- Enable LLVM_ENABLE_ZSTD (rhbz#2321848)
|
||||||
|
|
||||||
|
|
4
sources
4
sources
|
@ -1,2 +1,2 @@
|
||||||
SHA512 (llvm-project-19.1.4.src.tar.xz) = a586f8a41dde5e0d9ca6d8c58e9ef2a2e59b70a86d2e2c46106dc31b5c096bb80af0cdbdb486179e9cc676a540099f49a1c2db9e5e84c50362db1f72e9af6906
|
SHA512 (llvm-project-19.1.5.src.tar.xz.sig) = a438c86ce882eb1ac3e50842937068794ed162bb1b7ded68a2fe3ec2ab4f57cc38aee667cfb46afe6da22eef7ed1cb65820a473f63bd5a0dc6aad41df7bfad54
|
||||||
SHA512 (llvm-project-19.1.4.src.tar.xz.sig) = 3fb4a6c7594cb43680860698dac47062dde30de60f515dcecdad63812ea1edfb2cb209d0a7ac2254589c245a95b7c0f571b582e0d4b97a6ae8242563483ea764
|
SHA512 (llvm-project-19.1.5.src.tar.xz) = 648854e9c91fdcc5c677ce3800e046f2060b998a45cf9f7eebe02898431b3924f9348b6fc366102cd4fdda72dcb8f32076f98aa69927e0e20b3f1007fba10b22
|
||||||
|
|
Loading…
Reference in a new issue