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:
commit
481a314ddf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f30107bcb062e0920a790ffffa56d9512348546859364c23a14be264b38836a0
|
|
||||||
size 1200115
|
|
BIN
gc-8.2.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
gc-8.2.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
10
gc.changes
10
gc.changes
@ -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>
|
Fri Aug 26 19:56:22 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
4
gc.spec
4
gc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gc
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gc
|
Name: gc
|
||||||
Version: 8.2.2
|
Version: 8.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A garbage collector for C and C++
|
Summary: A garbage collector for C and C++
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user