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
This commit is contained in:
parent
6320a9b9b4
commit
eec5e30d1f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c
|
|
||||||
size 1120784
|
|
3
gc-8.0.2.tar.gz
Normal file
3
gc-8.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4e8ca4b5b72a3a27971daefaa9b621f0a716695b23baa40b7eac78de2eeb51cb
|
||||||
|
size 1159207
|
21
gc.changes
21
gc.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 8 02:37:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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
|
Tue Jan 30 00:23:41 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
14
gc.spec
14
gc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gc
|
# 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
|
# 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
|
||||||
@ -12,20 +12,20 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: gc
|
||||||
Version: 7.6.4
|
Version: 8.0.2
|
||||||
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
|
||||||
Group: Development/Libraries/C and C++
|
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
|
#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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf >= 2.64
|
BuildRequires: autoconf >= 2.64
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -48,7 +48,6 @@ Group: System/Libraries
|
|||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: boehm-gc-64bit
|
Obsoletes: boehm-gc-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
|
||||||
|
|
||||||
%description -n libgc1
|
%description -n libgc1
|
||||||
The Boehm-Demers-Weiser conservative garbage collector can be used as a
|
The Boehm-Demers-Weiser conservative garbage collector can be used as a
|
||||||
@ -77,8 +76,6 @@ be otherwise accessed.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# refresh auto*/libtool to purge rpaths
|
|
||||||
rm -f libtool libtool.m4
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
||||||
# see bugzilla.redhat.com/689877
|
# see bugzilla.redhat.com/689877
|
||||||
@ -121,6 +118,7 @@ make check
|
|||||||
%_libdir/libcord.so
|
%_libdir/libcord.so
|
||||||
%_libdir/libgc*.so
|
%_libdir/libgc*.so
|
||||||
%_libdir/pkgconfig/bdw-gc.pc
|
%_libdir/pkgconfig/bdw-gc.pc
|
||||||
|
%_mandir/man3/gc.3*
|
||||||
%_includedir/gc.h
|
%_includedir/gc.h
|
||||||
%_includedir/gc_cpp.h
|
%_includedir/gc_cpp.h
|
||||||
%_includedir/gc/
|
%_includedir/gc/
|
||||||
|
Loading…
Reference in New Issue
Block a user