From 15561557e218bcccf76185a6fb258dd245082e46 Mon Sep 17 00:00:00 2001 From: Severin Gehwolf Date: Wed, 4 Mar 2020 20:20:06 +0100 Subject: [PATCH] Bump release and add changelog --- java-1.8.0-openjdk.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 6bee0b5..59feb2f 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -234,7 +234,7 @@ %global updatever %(VERSION=%{whole_update}; echo ${VERSION##*u}) # eg jdk8u60-b27 -> b27 %global buildver %(VERSION=%{version_tag}; echo ${VERSION##*-}) -%global rpmrelease 0 +%global rpmrelease 1 # Define milestone (EA for pre-releases, GA ("fcs") for releases) # Release will be (where N is usually a number starting at 1): # - 0.N%%{?extraver}%%{?dist} for EA releases, @@ -2191,7 +2191,10 @@ require "copy_jdk_configs.lua" %endif %changelog -* Wed Jan 29 2020 Andrew Hughes - 1:1.8.0.242.b07-0 +* Wed Mar 04 2020 Severin Gehwolf - 1:1.8.0.242.b07-0.1.ea +- Add work-arounds for GCC 10 build issues. See RHBZ#1795268. + +* Wed Jan 29 2020 Andrew Hughes - 1:1.8.0.242.b07-0.0.ea - Update to aarch64-shenandoah-jdk8u242-b07. - Remove Shenandoah S390 patch which is now included upstream as JDK-8236829. @@ -3726,4 +3729,4 @@ added and applied patch604: aarch64-ifdefbugfix.patch to fix rhbz1276959 - Initial version for Fedora 19 * Tue Sep 04 2012 Andrew John Hughes - 1:1.8.0.0-b53.1 -- Initial build from java-1.7.0-openjdk RPM \ No newline at end of file +- Initial build from java-1.7.0-openjdk RPM