From 6f517de642441f2d2d2a67a7611550f35f0164655a5da08bf77125373d3b531d Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 18 Mar 2022 18:48:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/bouncycastle?expand=0&rev=74 --- bouncycastle.changes | 5 +++++ bouncycastle.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bouncycastle.changes b/bouncycastle.changes index 8f8deb7..13e59b9 100644 --- a/bouncycastle.changes +++ b/bouncycastle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 18 18:47:50 UTC 2022 - Fridrich Strba + +- Build with source/target levels 8 + ------------------------------------------------------------------- Thu Mar 17 03:36:32 UTC 2022 - Fridrich Strba diff --git a/bouncycastle.spec b/bouncycastle.spec index 6c735eb..a88855a 100644 --- a/bouncycastle.spec +++ b/bouncycastle.spec @@ -125,7 +125,7 @@ find . -type f -name "*.jar" -exec rm -f {} \; echo "package.version:\ %{version}" >> bc-build.properties echo "bundle.version:\ %{version}.0" >> bc-build.properties ant -f ant/jdk15+.xml \ - -Dbc.javac.source=6 -Dbc.javac.target=6 \ + -Dbc.javac.source=8 -Dbc.javac.target=8 \ -Djunit.jar.home=$(build-classpath junit) \ -Dmail.jar.home=$(build-classpath javax.mail) \ %if 0%{?suse_version} > 1500