From dbcf47a7259f84990f7eb3a90dad9f8e1a49c3a284dc1c63dddee08f4f4f3e80 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 18 Mar 2022 18:16:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-collections4?expand=0&rev=5 --- apache-commons-collections4.changes | 5 +++++ apache-commons-collections4.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/apache-commons-collections4.changes b/apache-commons-collections4.changes index 8ba6ce4..6085bd3 100644 --- a/apache-commons-collections4.changes +++ b/apache-commons-collections4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 18 18:14:43 UTC 2022 - Fridrich Strba + +- Build with source/target levels 8 + ------------------------------------------------------------------- Mon Mar 4 10:41:43 UTC 2019 - Fridrich Strba diff --git a/apache-commons-collections4.spec b/apache-commons-collections4.spec index 072f82f..8a88afe 100644 --- a/apache-commons-collections4.spec +++ b/apache-commons-collections4.spec @@ -1,7 +1,7 @@ # -# spec file for package apache-commons-collections4 +# spec file # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -60,6 +60,7 @@ This package provides %{summary}. %build %{ant} \ + -Dcompile.source=8 -Dcompile.target=8 \ %if %{with tests} -Djunit.jar=$(build-classpath junit) \ -Dhamcrest.jar=$(build-classpath hamcrest/core) \