From e819cf1b0e67bf711a7587a4b4df210d121b6e31 Mon Sep 17 00:00:00 2001 From: xh Date: Thu, 1 Aug 2024 01:57:38 +0000 Subject: [PATCH] fix license --- abseil-cpp.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/abseil-cpp.spec b/abseil-cpp.spec index 0faa171..c7ea286 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -6,10 +6,10 @@ Name: abseil-cpp Version: 20230802.1 -Release: 4 +Release: 5 Summary: C++ Common Libraries -License: Apache-2.0 AND LicenseRef-Fedora-Public-Domain +License: Apache-2.0 URL: https://abseil.io Source0: https://github.com/abseil/abseil-cpp/archive/%{version}/%{name}-%{version}.tar.gz @@ -157,6 +157,12 @@ DESTDIR="%{buildroot}" %__cmake --install "%{_vpath_builddir}" %{_libdir}/pkgconfig/*.pc %changelog +* Thu Aug 01 2024 xinghe - 20230802.1-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix license + * Fri May 31 2024 laokz - 20230802.1-4 - Type:bugfix - CVE:NA -- Gitee