From 7a92cee2bfcaba2e87df4a3075f03cfc3480c774 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 12 Mar 2025 14:59:38 +0800 Subject: [PATCH] add note on updating version of the package --- abseil-cpp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/abseil-cpp.spec b/abseil-cpp.spec index 254f7af..0475120 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -5,8 +5,9 @@ %global lib_version 2501.0.0 Name: abseil-cpp +# autofdo ships another copy of abseil-cpp, please keep it sync with this repo Version: 20250127.0 -Release: 1 +Release: 2 Summary: C++ Common Libraries License: Apache-2.0 @@ -162,6 +163,9 @@ Development headers for %{name} %{_libdir}/pkgconfig/*.pc %changelog +* Wed Mar 12 2025 Funda Wang - 20250127.0-2 +- add note on updating version of the package + * Sat Mar 01 2025 Funda Wang - 20250127.0-1 - update to 20250127.0 -- Gitee