Accepting request 685295 from home:jengelh:branches:devel:libraries:c_c++
- Update to new upstream release 8.0.4 OBS-URL: https://build.opensuse.org/request/show/685295 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=40
This commit is contained in:
parent
e516cdc5d8
commit
b377d6c364
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e8ca4b5b72a3a27971daefaa9b621f0a716695b23baa40b7eac78de2eeb51cb
|
|
||||||
size 1159207
|
|
3
gc-8.0.4.tar.gz
Normal file
3
gc-8.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:436a0ddc67b1ac0b0405b61a9675bca9e075c8156f4debd1d06f3a56c7cd289d
|
||||||
|
size 1160528
|
12
gc.changes
12
gc.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 15 09:35:41 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new upstream release 8.0.4
|
||||||
|
* Avoid a full GC when growing finalizer tables if in
|
||||||
|
incremental mode.
|
||||||
|
* Avoid potential race in hb_sz access between realloc and
|
||||||
|
reclaim_block.
|
||||||
|
* Ensure result of every variant of MS_TIME_DIFF has unsigned
|
||||||
|
long type.
|
||||||
|
* Fix 'unexpected mark stack overflow' abort in push_all_stack.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 8 13:51:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Tue Jan 8 13:51:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
13
gc.spec
13
gc.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gc
|
Name: gc
|
||||||
Version: 8.0.2
|
Version: 8.0.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
|
||||||
@ -25,8 +25,7 @@ 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: https://github.com/ivmai/bdwgc/releases/download/v8.0.2/%name-%version.tar.gz
|
Source: https://github.com/ivmai/bdwgc/releases/download/v%version/%name-%version.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: autoconf >= 2.64
|
BuildRequires: autoconf >= 2.64
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -43,9 +42,9 @@ be otherwise accessed.
|
|||||||
|
|
||||||
%package -n libgc1
|
%package -n libgc1
|
||||||
Summary: A garbage collector for C and C++
|
Summary: A garbage collector for C and C++
|
||||||
# bug437293
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
|
# bug437293
|
||||||
Obsoletes: boehm-gc-64bit
|
Obsoletes: boehm-gc-64bit
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -80,9 +79,8 @@ be otherwise accessed.
|
|||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
||||||
# see bugzilla.redhat.com/689877
|
# see bugzilla.redhat.com/689877
|
||||||
CPPFLAGS="-DUSE_GET_STACKBASE_FOR_MAIN"; export CPPFLAGS
|
export CPPFLAGS="-DUSE_GET_STACKBASE_FOR_MAIN"
|
||||||
CXXFLAGS="%optflags -std=gnu++98"; export CXXFLAGS
|
export CXXFLAGS="%optflags -std=gnu++98"
|
||||||
|
|
||||||
%configure --disable-static --docdir="%_docdir/%name" \
|
%configure --disable-static --docdir="%_docdir/%name" \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--enable-cplusplus \
|
--enable-cplusplus \
|
||||||
@ -105,7 +103,6 @@ make check
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n libgc1 -p /sbin/ldconfig
|
%post -n libgc1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgc1 -p /sbin/ldconfig
|
%postun -n libgc1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libgc1
|
%files -n libgc1
|
||||||
|
Loading…
Reference in New Issue
Block a user