diff --git a/.compiler-rt.metadata b/.compiler-rt.metadata index f138bf8..48eac88 100644 --- a/.compiler-rt.metadata +++ b/.compiler-rt.metadata @@ -1,2 +1,2 @@ -91f03b578aff0fda6b9d3e2185e6ea5e588c6d47 SOURCES/compiler-rt-14.0.6.src.tar.xz -b8d2648a01d36ed0186fd2c5af325fd28797f9a0 SOURCES/tstellar-gpg-key.asc +40f2a886636168f6478e20933906bcece2fd6b97 SOURCES/compiler-rt-15.0.7.src.tar.xz +347bdd5ee6d6b93c9644c268511815912c0fb2dc SOURCES/release-keys.asc diff --git a/.gitignore b/.gitignore index 671a08d..115fc60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/compiler-rt-14.0.6.src.tar.xz -SOURCES/tstellar-gpg-key.asc +SOURCES/compiler-rt-15.0.7.src.tar.xz +SOURCES/release-keys.asc diff --git a/SOURCES/compiler-rt-14.0.6.src.tar.xz.sig b/SOURCES/compiler-rt-14.0.6.src.tar.xz.sig deleted file mode 100644 index c88e808..0000000 Binary files a/SOURCES/compiler-rt-14.0.6.src.tar.xz.sig and /dev/null differ diff --git a/SOURCES/compiler-rt-15.0.7.src.tar.xz.sig b/SOURCES/compiler-rt-15.0.7.src.tar.xz.sig new file mode 100644 index 0000000..bb33dff Binary files /dev/null and b/SOURCES/compiler-rt-15.0.7.src.tar.xz.sig differ diff --git a/SPECS/compiler-rt.spec b/SPECS/compiler-rt.spec index a99d5a4..b418442 100644 --- a/SPECS/compiler-rt.spec +++ b/SPECS/compiler-rt.spec @@ -1,4 +1,4 @@ -%global compiler_rt_version 14.0.6 +%global compiler_rt_version 15.0.7 #global rc_ver 2 %global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src @@ -17,7 +17,7 @@ License: NCSA or MIT URL: http://llvm.org Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compiler_rt_version}%{?rc_ver:-rc%{rc_ver}}/%{crt_srcdir}.tar.xz Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compiler_rt_version}%{?rc_ver:-rc%{rc_ver}}/%{crt_srcdir}.tar.xz.sig -Source2: tstellar-gpg-key.asc +Source2: release-keys.asc Patch0: add-llvm-cmake-package.patch @@ -117,6 +117,12 @@ popd %endif %changelog +* Thu Jan 19 2023 Tom Stellard - 15.0.7-1 +- Update to LLVM 15.0.7 + +* Tue Sep 06 2022 Nikita Popov - 15.0.0-1 +- Update to LLVM 15.0.0 + * Tue Jun 28 2022 Tom Stellard - 14.0.6-1 - 14.0.6 Release