summaryrefslogtreecommitdiff
path: root/gc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gc.spec')
-rw-r--r--gc.spec6
1 files changed, 5 insertions, 1 deletions
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 <fundawang@yeah.net> - 8.2.6-4
+- move atomic_ops into requires.private rather than libs.private
+
* Fri Aug 23 2024 Funda Wang <fundawang@yeah.net> - 8.2.6-3
- move atomic_ops libs into private so that it won't confuse downstream packages