Accepting request 1181793 from Java:Factory
bsc#1226274 OBS-URL: https://build.opensuse.org/request/show/1181793 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-1_8_0-openjdk?expand=0&rev=102
This commit is contained in:
commit
086830cace
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 13:31:41 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Fix condition enabling shenandoah GC only for Factory. It was by
|
||||
mistake enabled for SLE too (bsc#1226274)
|
||||
- Disable shenandoah for all distributions, since the shenandoah
|
||||
hotspot tarball is rather out of sync.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 17:41:21 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
@ -93,7 +101,6 @@ Sat Apr 20 20:17:41 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
* Bug fixes
|
||||
+ Support make 4.4
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 12:58:44 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -128,11 +128,11 @@
|
||||
%if 0%{?__isa_bits}
|
||||
%global bits %{__isa_bits}
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1500 && !0%{?sle_version}
|
||||
%global with_shenandoah 1
|
||||
%else
|
||||
#if 0%{?suse_version} > 1500 && !0%{?sle_version}
|
||||
#global with_shenandoah 1
|
||||
#else
|
||||
%global with_shenandoah 0
|
||||
%endif
|
||||
#endif
|
||||
%global NSS_LIBDIR %(pkg-config --variable=libdir nss)
|
||||
%bcond_without bootstrap
|
||||
%bcond_with zero
|
||||
@ -502,7 +502,7 @@ sh autogen.sh
|
||||
%ifarch %{arm}
|
||||
--with-hotspot-src-zip=%{SOURCE2} \
|
||||
%else
|
||||
%if %{without zero} && %{with shenandoah}
|
||||
%if %{without zero} && %{with_shenandoah}
|
||||
--with-hotspot-src-zip=%{SOURCE3} \
|
||||
--with-hotspot-build=shenandoah \
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user