1
0
Fridrich Strba 2022-03-18 18:16:27 +00:00 committed by Git OBS Bridge
parent f5ee6fb02f
commit dbcf47a725
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 18 18:14:43 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with source/target levels 8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 4 10:41:43 UTC 2019 - Fridrich Strba <fstrba@suse.com> Mon Mar 4 10:41:43 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -60,6 +60,7 @@ This package provides %{summary}.
%build %build
%{ant} \ %{ant} \
-Dcompile.source=8 -Dcompile.target=8 \
%if %{with tests} %if %{with tests}
-Djunit.jar=$(build-classpath junit) \ -Djunit.jar=$(build-classpath junit) \
-Dhamcrest.jar=$(build-classpath hamcrest/core) \ -Dhamcrest.jar=$(build-classpath hamcrest/core) \