From 38361a1a68cc6fb03cd3f30920e936c28367c5e61e1c983958b84fe7a4da31b1 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 21 Mar 2022 12:41:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/opentest4j?expand=0&rev=7 --- opentest4j-build.xml | 2 +- opentest4j.changes | 5 +++++ opentest4j.spec | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/opentest4j-build.xml b/opentest4j-build.xml index 3872b54..3e7feec 100644 --- a/opentest4j-build.xml +++ b/opentest4j-build.xml @@ -12,7 +12,7 @@ - + diff --git a/opentest4j.changes b/opentest4j.changes index c300493..300143a 100644 --- a/opentest4j.changes +++ b/opentest4j.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 21 12:40:23 UTC 2022 - Fridrich Strba + +- Build with java source and target levels 8 + ------------------------------------------------------------------- Thu Apr 2 07:06:55 UTC 2020 - Fridrich Štrba diff --git a/opentest4j.spec b/opentest4j.spec index 731f7fa..40d1743 100644 --- a/opentest4j.spec +++ b/opentest4j.spec @@ -1,7 +1,7 @@ # # spec file for package opentest4j # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,6 +29,7 @@ Source1: %{name}-build.xml Source100: https://repo1.maven.org/maven2/org/opentest4j/opentest4j/%{version}/opentest4j-%{version}.pom BuildRequires: ant BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildArch: noarch %if %{with tests}