From a79d1ef46485926d8a26550e9a97b753ea96ff6a Mon Sep 17 00:00:00 2001 From: fstrba <> Date: Mar 24 2022 22:27:02 +0000 Subject: Update signpost-core to version 1.2.1.2 / rev 3 via SR 964432 https://build.opensuse.org/request/show/964432 by user fstrba + dimstar_suse Build with source and target levels 8 --- diff --git a/.files b/.files index 7ea6416..6a0efba 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 9b24eb2..9638014 100644 --- a/.rev +++ b/.rev @@ -15,4 +15,12 @@ <comment>fix build with new maven-javadoc-plugin</comment> <requestid>750524</requestid> </revision> + <revision rev="3" vrev="3"> + <srcmd5>adfaabae7b4b8272acfcb955e686e79f</srcmd5> + <version>1.2.1.2</version> + <time>1648159087</time> + <user>dimstar_suse</user> + <comment>Build with source and target levels 8</comment> + <requestid>964432</requestid> + </revision> </revisionlist> diff --git a/signpost-core.changes b/signpost-core.changes index fee0dce..c8950d0 100644 --- a/signpost-core.changes +++ b/signpost-core.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Mar 23 19:05:18 UTC 2022 - Fridrich Strba <fstrba@suse.com> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- Thu Nov 21 18:30:42 UTC 2019 - Fridrich Strba <fstrba@suse.com> - Specify maven.compiler.release to fix build with jdk9+ and newer diff --git a/signpost-core.spec b/signpost-core.spec index f034133..75a991e 100644 --- a/signpost-core.spec +++ b/signpost-core.spec @@ -1,7 +1,7 @@ # # spec file for package signpost-core # -# Copyright (c) 2019 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 @@ -26,6 +26,7 @@ URL: https://github.com/mttkay/signpost Source0: https://github.com/mttkay/signpost/archive/%{githash}/signpost-%{githash}.tar.gz Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: mvn(commons-codec:commons-codec) BuildRequires: mvn(org.apache.httpcomponents:httpclient) @@ -79,10 +80,11 @@ sed -i 's/\r//' LICENSE %{mvn_file} :signpost-commonshttp4 signpost-commonshttp4 %build -%{mvn_build} -s -f \ +%{mvn_build} -s -f -- \ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} - -- -Dmaven.compiler.release=6 + -Dmaven.compiler.release=8 \ %endif + -Dsource=8 %install %mvn_install