Accepting request 1089728 from devel:libraries:c_c++

- Update to release 8.2.4

OBS-URL: https://build.opensuse.org/request/show/1089728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gc?expand=0&rev=39
This commit is contained in:
2023-06-01 15:18:57 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions

BIN
gc-8.2.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
gc-8.2.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri May 26 20:42:53 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 8.2.4
* Avoid potential race between realloc and GC_block_was_dirty
* Fix comparisons to heap boundary in GC_get_back_ptr_info and
GC_mark_from
* Fix data race in GC_heapsize_at_forced_unmap variable
* Workaround a malfunction of soft-dirty bits clearing on Power9
-------------------------------------------------------------------
Fri Aug 26 19:56:22 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gc
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: gc
Version: 8.2.2
Version: 8.2.4
Release: 0
Summary: A garbage collector for C and C++
License: BSD-3-Clause