]> git.pld-linux.org Git - packages/tzdata.git/commitdiff
bump java target to 1.6 auto/th/tzdata-2021e-1
authorJan Palus <atler@pld-linux.org>
Mon, 25 Oct 2021 23:17:58 +0000 (01:17 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 25 Oct 2021 23:17:58 +0000 (01:17 +0200)
so it's possible to compile with openjdk11

tzdata.spec

index 58443e175107bbd17fe3351cc47a432ff8eba49d..5360ca75cc1c9dc2aca48567db82e55f6bd91b9a 100644 (file)
@@ -147,7 +147,7 @@ cd -
 
 %if %{with java}
 cd javazic
-%javac -source 1.5 -target 1.5 -classpath . $(find -name '*.java')
+%javac -source 1.6 -target 1.6 -classpath . $(find -name '*.java')
 cd ..
 
 %java -classpath javazic/ rht.tools.javazic.Main -V %{version} \
This page took 0.098512 seconds and 4 git commands to generate.