mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Update to 19.1.3
This commit is contained in:
parent
078fee286e
commit
f0d7b28fe5
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 0
|
%global patch_ver 3
|
||||||
#global rc_ver 4
|
#global rc_ver 4
|
||||||
|
|
||||||
%bcond_with snapshot_build
|
%bcond_with snapshot_build
|
||||||
|
@ -177,7 +177,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
|
||||||
|
@ -2390,6 +2390,9 @@ fi
|
||||||
|
|
||||||
#region changelog
|
#region changelog
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 05 2024 Timm Bäder <tbaeder@redhat.com> - 19.1.3-1
|
||||||
|
- Update to 19.1.3
|
||||||
|
|
||||||
* Tue Sep 24 2024 Maxwell G <maxwell@gtmx.me> - 19.1.0-2
|
* Tue Sep 24 2024 Maxwell G <maxwell@gtmx.me> - 19.1.0-2
|
||||||
- Add 'Provides: clangd' to the clang-tools-extra subpackage
|
- Add 'Provides: clangd' to the clang-tools-extra subpackage
|
||||||
|
|
||||||
|
|
4
sources
4
sources
|
@ -1,2 +1,2 @@
|
||||||
SHA512 (llvm-project-19.1.0.src.tar.xz) = 396b34886f8442eeb5bc23152e8c2577e834d88f1d21a67829f9ca651b77c5ceb32df4e70c34dc1e6fea24abe45fa00f08502628de25fdbf32864f5b9066d23d
|
SHA512 (llvm-project-19.1.3.src.tar.xz.sig) = 84ef22ee78dbaad4710becbcb02119d06063099f9102bb86f3cd44fbb7e2d87bafe239d8e0cbf22ab5a479f99a11a77125f22394d5006ed86262076ccbf1634d
|
||||||
SHA512 (llvm-project-19.1.0.src.tar.xz.sig) = d596d4942750818f489f114ff953a2b27e220abcf132d4d4ce0d910b73dfc283262507fc35cc0b61363c4af22cb9112dd7a662a89ea4b9667827fa1bde6785ed
|
SHA512 (llvm-project-19.1.3.src.tar.xz) = 0abaf158b373892d5afc184158600df17a0797547ad7238ca9018d6fcdd7310b0db803d158daa82a2e04bd42d9daebaa2c3e4b9024c0fa2df72a88596575df5c
|
||||||
|
|
Loading…
Reference in a new issue