From 626b3676634d6d71305971d079696a42c13cb7c91e3c98aa46d8d9c01aa9cb76 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 26 Aug 2022 20:52:42 +0000 Subject: [PATCH] - Update to release 8.2.2 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=45 --- gc-8.2.0.tar.gz | 3 --- gc-8.2.2.tar.gz | 3 +++ gc.changes | 13 +++++++++++++ gc.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 gc-8.2.0.tar.gz create mode 100644 gc-8.2.2.tar.gz diff --git a/gc-8.2.0.tar.gz b/gc-8.2.0.tar.gz deleted file mode 100644 index 02a06af..0000000 --- a/gc-8.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2540f7356cb74f6c5b75326c6d38a066edd796361fd7d4ed26e494d9856fed8f -size 1183225 diff --git a/gc-8.2.2.tar.gz b/gc-8.2.2.tar.gz new file mode 100644 index 0000000..b3927d8 --- /dev/null +++ b/gc-8.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30107bcb062e0920a790ffffa56d9512348546859364c23a14be264b38836a0 +size 1200115 diff --git a/gc.changes b/gc.changes index 62c64fd..c0d1346 100644 --- a/gc.changes +++ b/gc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Aug 26 19:56:22 UTC 2022 - Jan Engelhardt + +- Update to release 8.2.2 + * Avoid potential race in GC_init_real_syms after + GC_allow_register_threads + * Do not count unmapped regions if GC_unmap is madvise-based + (Linux) + * Fix assertion violation of GC_thread_key alignment if + pthread-based TLS + * Fix hang on sem_wait in GC_suspend_thread if thread was + resumed recently + ------------------------------------------------------------------- Thu Dec 2 17:28:08 UTC 2021 - Jan Engelhardt diff --git a/gc.spec b/gc.spec index a25138b..3c80107 100644 --- a/gc.spec +++ b/gc.spec @@ -1,7 +1,7 @@ # # spec file for package gc # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.0 +Version: 8.2.2 Release: 0 Summary: A garbage collector for C and C++ License: BSD-3-Clause