From 5f9d43c9ff1aa2175a7c5c6e4e5e43e632fec4633cbc24fe8e95a1682e2275f7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Oct 2021 09:53:04 +0000 Subject: [PATCH] Accepting request 923729 from home:jengelh:branches:devel:libraries:c_c++ - Update to release 8.2.0 OBS-URL: https://build.opensuse.org/request/show/923729 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=43 --- gc-8.0.6.tar.gz | 3 --- gc-8.2.0.tar.gz | 3 +++ gc.changes | 26 ++++++++++++++++++++++++++ gc.spec | 4 ++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 gc-8.0.6.tar.gz create mode 100644 gc-8.2.0.tar.gz diff --git a/gc-8.0.6.tar.gz b/gc-8.0.6.tar.gz deleted file mode 100644 index 6062828..0000000 --- a/gc-8.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b4914abc9fa76593596773e4da671d7ed4d5390e3d46fbf2e5f155e121bea11 -size 1168660 diff --git a/gc-8.2.0.tar.gz b/gc-8.2.0.tar.gz new file mode 100644 index 0000000..02a06af --- /dev/null +++ b/gc-8.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2540f7356cb74f6c5b75326c6d38a066edd796361fd7d4ed26e494d9856fed8f +size 1183225 diff --git a/gc.changes b/gc.changes index 51965b9..31af59e 100644 --- a/gc.changes +++ b/gc.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Sep 29 22:03:07 UTC 2021 - Jan Engelhardt + +- Update to release 8.2.0 + * Add API for accessing incremental GC time limit with + nanosecond precision + * Add API function to force start of incremental collection + * Add GC_get/set_disable_automatic_collection API + * New API (GC_set_markers_count) to control number of parallel + markers + * New API function to clear GC exclusion table + * New API function to get size of object debug header + * New API standalone functions to acquire and release the + allocator lock + * Always abort on failure to access /proc/self/maps + * Avoid initial 3ms pause on world stop/start with GC_retry_signals + * Enable mprotect-based incremental GC for Linux/arm and + Linux/aarch64 + * Enable true incremental collection even if parallel marker is on + * Fix mmap(PROT_NONE) failure if RLIMIT_AS value is low (Linux) + * Report memory region bounds and errno on GC_unmap/remap failure + * Use mprotect-based VDB on PowerPC and S390 (Linux) + * Use soft dirty bits on Linux (i386, powerpc, s390, x86_64) + * Fix copyright message in de_win.rc, gc_cpp.cc, ec.h and + specific.h + ------------------------------------------------------------------- Tue Sep 28 22:27:54 UTC 2021 - Jan Engelhardt diff --git a/gc.spec b/gc.spec index c883272..a52cb35 100644 --- a/gc.spec +++ b/gc.spec @@ -17,7 +17,7 @@ Name: gc -Version: 8.0.6 +Version: 8.2.0 Release: 0 Summary: A garbage collector for C and C++ License: BSD-3-Clause @@ -101,7 +101,7 @@ done %check %if !0%{?qemu_user_space_build} -make check +make check -j1 %endif %post -n libgc1 -p /sbin/ldconfig