From 8a22b227e369a16b7ed4844814b4d4850d4b494c4b5a8182cc579ea1edfc0e46 Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Thu, 5 Oct 2017 13:56:04 +0000 Subject: [PATCH] Accepting request 530069 from home:coolo:branches:openSUSE:Factory - Move to minimum java target of 1.6, 1.5 is no longer supported OBS-URL: https://build.opensuse.org/request/show/530069 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/setools?expand=0&rev=57 --- setools.changes | 5 +++++ setools.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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