diff options
Diffstat (limited to 'gc.spec')
-rw-r--r-- | gc.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,12 +1,13 @@ Name: gc Version: 8.2.6 -Release: 2 +Release: 3 Summary: A garbage collector for C and C++ License: BSD-3-Clause Url: http://www.hboehm.info/gc/ Source0: https://github.com/ivmai/bdwgc/releases/download/v%{version}/gc-%{version}.tar.gz Patch1: gc-8.0.6-sw.patch Patch2: 0001-add-loongarch-architecture.patch +Patch3: gc-8.2.6-make-atomic_ops_private.patch BuildRequires: gcc-c++ BuildRequires: autoconf automake libtool @@ -77,6 +78,9 @@ rm -rfv %{buildroot}%{_datadir}/gc/ %{_mandir}/man3/gc.3* %changelog +* 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 + * Thu Aug 15 2024 Funda Wang <fundawang@yeah.net> - 8.2.6-2 - move libgctba.so into devel package - build against system atomic_ops |