From eec5e30d1f55016b027d7ee56628e71d3a32d9818735126ebae888a2a5987b59 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 8 Jan 2019 07:47:36 +0000 Subject: [PATCH] Accepting request 663510 from home:jengelh:branches:devel:libraries:c_c++ - Update to new upstream release 8.0.2 OBS-URL: https://build.opensuse.org/request/show/663510 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=38 --- gc-7.6.4.tar.gz | 3 --- gc-8.0.2.tar.gz | 3 +++ gc.changes | 21 +++++++++++++++++++++ gc.spec | 14 ++++++-------- 4 files changed, 30 insertions(+), 11 deletions(-) delete mode 100644 gc-7.6.4.tar.gz create mode 100644 gc-8.0.2.tar.gz diff --git a/gc-7.6.4.tar.gz b/gc-7.6.4.tar.gz deleted file mode 100644 index 42c73a0..0000000 --- a/gc-7.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c -size 1120784 diff --git a/gc-8.0.2.tar.gz b/gc-8.0.2.tar.gz new file mode 100644 index 0000000..19402e8 --- /dev/null +++ b/gc-8.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8ca4b5b72a3a27971daefaa9b621f0a716695b23baa40b7eac78de2eeb51cb +size 1159207 diff --git a/gc.changes b/gc.changes index 6b08541..cf42a61 100644 --- a/gc.changes +++ b/gc.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Jan 8 02:37:16 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 8.0.2 + * Explicitly unblock GC signals on GC initialization. + * Add initial RISC-V support. + * Never return null by C++ GC allocators and gc_cpp + operator new. + * Add AO primitives implementation to GC based on C11 atomic + intrinsic. + * Change pointer arguments of push_all[_eager]/conditional API + to void * type. + * Change type of hb_sz field (of hblkhdr) from size_t to word. + * Decide between memory unmapping and mprotect-based dirty bits + at runtime. + * New API function (GC_dump_named) to produce named dumps. + * New API function (get_size_map_at) to get content of size_map + table. + * New API to stop and start the GC world externally. + * New API to turn on manual VDB at runtime. + ------------------------------------------------------------------- Tue Jan 30 00:23:41 UTC 2018 - jengelh@inai.de diff --git a/gc.spec b/gc.spec index 041e8fc..db6f251 100644 --- a/gc.spec +++ b/gc.spec @@ -1,7 +1,7 @@ # # spec file for package gc # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gc -Version: 7.6.4 +Version: 8.0.2 Release: 0 Summary: A garbage collector for C and C++ License: BSD-3-Clause Group: Development/Libraries/C and C++ -Url: http://www.hboehm.info/gc/ +URL: http://www.hboehm.info/gc/ #Git-Clone: git://github.com/ivmai/bdwgc -Source: http://www.hboehm.info/gc/gc_source/%name-%version.tar.gz +Source: https://github.com/ivmai/bdwgc/releases/download/v8.0.2/%name-%version.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf >= 2.64 BuildRequires: gcc-c++ @@ -48,7 +48,6 @@ Group: System/Libraries %ifarch ppc64 Obsoletes: boehm-gc-64bit %endif -# %description -n libgc1 The Boehm-Demers-Weiser conservative garbage collector can be used as a @@ -77,8 +76,6 @@ be otherwise accessed. %setup -q %build -# refresh auto*/libtool to purge rpaths -rm -f libtool libtool.m4 autoreconf -fi # see bugzilla.redhat.com/689877 @@ -121,6 +118,7 @@ make check %_libdir/libcord.so %_libdir/libgc*.so %_libdir/pkgconfig/bdw-gc.pc +%_mandir/man3/gc.3* %_includedir/gc.h %_includedir/gc_cpp.h %_includedir/gc/