diff --git a/setools.changes b/setools.changes index 0a7af92..c6435f5 100644 --- a/setools.changes +++ b/setools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 30 07:54:34 UTC 2017 - coolo@suse.com + +- Move to minimum java target of 1.6, 1.5 is no longer supported + ------------------------------------------------------------------- Mon Jun 26 16:30:02 UTC 2017 - jsegitz@suse.com diff --git a/setools.spec b/setools.spec index c009f4f..6d5ee66 100644 --- a/setools.spec +++ b/setools.spec @@ -243,7 +243,7 @@ autoreconf -fi --enable-swig-java \ --enable-swig-tcl \ --with-java-prefix=%{java_home} \ - --with-javac-flags="-source 1.5 -target 1.5" + --with-javac-flags="-source 1.6 -target 1.6" make %{?jobs:-j%jobs} %install