Accepting request 962926 from Java:packages

Build with source/target levels 8

OBS-URL: https://build.opensuse.org/request/show/962926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jline1?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2022-03-28 14:59:04 +00:00 committed by Git OBS Bridge
commit 9e97a04e77
3 changed files with 8 additions and 4 deletions

View File

@ -15,7 +15,7 @@
<property name="project.description" value="JLine is a java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications."/>
<property name="bundle.version" value="${project.version}.0"/>
<property name="compiler.source" value="1.6"/>
<property name="compiler.source" value="1.8"/>
<property name="compiler.target" value="${compiler.source}"/>
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 18 18:34:04 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with source/target levels 8
-------------------------------------------------------------------
Tue Feb 12 13:31:09 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package jline1
# 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
@ -88,7 +88,6 @@ install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/
%fdupes -s %{buildroot}%{_javadocdir}
%files -f .mfiles
%license LICENSE.txt