diff --git a/cmake-15.0.6.src.tar.xz b/cmake-15.0.6.src.tar.xz deleted file mode 100644 index 2abf3e2b3ffa14394fd145ab8b59e94ff357f208..0000000000000000000000000000000000000000 Binary files a/cmake-15.0.6.src.tar.xz and /dev/null differ diff --git a/cmake-15.0.7.src.tar.xz b/cmake-15.0.7.src.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..8a482e177d194a1d9ba1fe3fee79a2f3930b0c18 Binary files /dev/null and b/cmake-15.0.7.src.tar.xz differ diff --git a/llvm-15.0.6.src.tar.xz b/llvm-15.0.7.src.tar.xz similarity index 79% rename from llvm-15.0.6.src.tar.xz rename to llvm-15.0.7.src.tar.xz index 9cf87db417c4822d8e69c0a58393e0cdf4e69161..4d65c526e65470b13f02af75b021132756db47a3 100644 Binary files a/llvm-15.0.6.src.tar.xz and b/llvm-15.0.7.src.tar.xz differ diff --git a/llvm.spec b/llvm.spec index 6304ad845cca4ccc2018a986e805472510d16324..ff36195a66ed145bd622ab04c9c7719225609f17 100644 --- a/llvm.spec +++ b/llvm.spec @@ -2,7 +2,7 @@ %global maj_ver 15 %global min_ver 0 -%global patch_ver 6 +%global patch_ver 7 %global pkg_name llvm%{maj_ver} %global bin_suffix -%{maj_ver} @@ -26,7 +26,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 3 +Release: 1 Summary: The Low Level Virtual Machine License: NCSA @@ -318,6 +318,9 @@ fi %{_libdir}/%{name}/lib/libLLVMTestingSupport.a %changelog +* Mon Feb 20 2023 Chenxi Mao - 15.0.7-1 +- Upgrade to 15.0.7. + * Wed Feb 8 2023 Chenxi Mao - 15.0.6-3 - Create llvm-test/googletest to support clang/lld unit test.