diff --git a/.files b/.files index 82489ed..d075699 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index c5f5caa..f058dc8 100644 --- a/.rev +++ b/.rev @@ -39,4 +39,12 @@ Reproducible builds improvement 1109944 + + 21da11d55bc2c62f7baa1206d3e4ec76 + 1.1.2 + + anag+factory + source/target 8 == build with jdk 21 + 1120408 + diff --git a/felix-gogo-command.changes b/felix-gogo-command.changes index a147ccf..b74a745 100644 --- a/felix-gogo-command.changes +++ b/felix-gogo-command.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Oct 26 03:40:53 UTC 2023 - Fridrich Strba + +- Build javadoc with source level 8 + +------------------------------------------------------------------- Sat Sep 9 13:23:24 UTC 2023 - Fridrich Strba - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp diff --git a/felix-gogo-command.spec b/felix-gogo-command.spec index 9665b07..f82a257 100644 --- a/felix-gogo-command.spec +++ b/felix-gogo-command.spec @@ -61,7 +61,8 @@ This package contains API documentation for %{name}. %build %{mvn_build} -f -- \ - -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) + -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \ + -Dsource=8 %install %mvn_install