From 59dcb7afadef6f68cab7e6bcb8ac4b045e86af66 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 26 Aug 2024 10:45:02 +0000 Subject: automatic import of gc --- gc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gc.spec') diff --git a/gc.spec b/gc.spec index 54d3c52..237c95e 100644 --- a/gc.spec +++ b/gc.spec @@ -1,6 +1,6 @@ Name: gc Version: 8.2.6 -Release: 3 +Release: 4 Summary: A garbage collector for C and C++ License: BSD-3-Clause Url: http://www.hboehm.info/gc/ @@ -20,6 +20,7 @@ used as a garbage collecting replacement for C malloc or C++ new. %package devel Summary: Libraries and header files for %{name} development Requires: %{name}%{?_isa} = %{version}-%{release} + %description devel %{summary}. @@ -78,6 +79,9 @@ rm -rfv %{buildroot}%{_datadir}/gc/ %{_mandir}/man3/gc.3* %changelog +* Mon Aug 26 2024 Funda Wang - 8.2.6-4 +- move atomic_ops into requires.private rather than libs.private + * Fri Aug 23 2024 Funda Wang - 8.2.6-3 - move atomic_ops libs into private so that it won't confuse downstream packages -- cgit v1.2.3