diff --git a/abseil-cpp-20250512.0.tar.gz b/abseil-cpp-20250814.1.tar.gz similarity index 32% rename from abseil-cpp-20250512.0.tar.gz rename to abseil-cpp-20250814.1.tar.gz index 8eddde038cbab8863c2216a43dc607dbf6682dd1..cd9ab9954ce05a8e77f9bc418d60a268e2bbaefc 100644 --- a/abseil-cpp-20250512.0.tar.gz +++ b/abseil-cpp-20250814.1.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7262daa7c1711406248c10f41026d685e88223bc92817d16fb93c19adb57f669 -size 2221435 +oid sha256:1692f77d1739bacf3f94337188b78583cf09bab7e420d2dc6c5605a4f86785a1 +size 2235716 diff --git a/autofdo.spec b/autofdo.spec index 3ae71956cef74286d8969aedeb61b347bf2eb169..81b550e13bfbf8e22ec22115011c00d2f73a8dfa 100644 --- a/autofdo.spec +++ b/autofdo.spec @@ -1,10 +1,10 @@ -%global abseil_version 20250512.0 +%global abseil_version 20250814.1 # Sync from llvm, disable LTO. %define _lto_cflags %{nil} Name: autofdo Version: 0.30.1 -Release: 9 +Release: 10 Summary: A tool to convert perf.data profile to AutoFDO profile License: Apache-2.0 URL: https://github.com/google/autofdo @@ -25,11 +25,11 @@ This package contains a tool to convert perf.data profile to AutoFDO profile that can be used by GCC and LLVM. %prep -%setup +%setup -q -n %{name}-%{version} rm -fr third_party/abseil -tar -xvf %{SOURCE1} -C ./third_party +tar -xf %{SOURCE1} -C ./third_party mv third_party/abseil-cpp-%{abseil_version} third_party/abseil -tar -xvf %{SOURCE2} -C ./third_party +tar -xf %{SOURCE2} -C ./third_party %autopatch -p1 @@ -59,7 +59,10 @@ install -m0755 %{__cmake_builddir}/create_llvm_prof %{buildroot}%{_bindir} %{_bindir}/create_llvm_prof %changelog -* Wed Jun 04 2025 xiajingze - 0.30.1-9 +* Sat Oct 11 2025 Funda Wang - 0.30.1-10 +- sync abseil-cpp tarball with abseil-cpp package + +* Wed Jun 20 2025 xiajingze - 0.30.1-9 - Type:enhancement - ID:NA - SUG:NA