From 8ae40cf096eaa62411bcf1c817ffe24f918d5465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Mon, 27 May 2024 16:12:43 +0800 Subject: [PATCH] Fix missing patch in source code package --- abseil-cpp.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/abseil-cpp.spec b/abseil-cpp.spec index bd32503..366fbf6 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -6,12 +6,14 @@ Name: abseil-cpp Version: 20230802.1 -Release: 3 +Release: 4 Summary: C++ Common Libraries License: Apache-2.0 AND LicenseRef-Fedora-Public-Domain URL: https://abseil.io Source0: https://github.com/abseil/abseil-cpp/archive/%{version}/%{name}-%{version}.tar.gz +#Fix missing patch in abseil-cpp.src.rpm +Source1: 0001-add-loongarch-suopport-for-abseil-cpp.patch Patch1: abseil-cpp-20210324.2-sw.patch Patch100: 0001-add-loongarch-suopport-for-abseil-cpp.patch @@ -156,6 +158,12 @@ DESTDIR="%{buildroot}" %__cmake --install "%{_vpath_builddir}" %{_libdir}/pkgconfig/*.pc %changelog +* Mon May 27 2024 shenzhongwei - 20230802.1-4 +- Type:bugfix +- CVE:NA +- SUG:NA +- SESC:Fix missing patch in source code package + * Wed Mar 6 2024 Wenlong Zhang - 20230802.1-3 - Type:bugfix - CVE:NA -- Gitee