Hello community, here is the log from the commit of package gnu-crypto for openSUSE:Factory checked in at 2017-09-14 21:21:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnu-crypto (Old) and /work/SRC/openSUSE:Factory/.gnu-crypto.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnu-crypto" Thu Sep 14 21:21:13 2017 rev:22 rq:526176 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gnu-crypto/gnu-crypto.changes 2017-01-10 10:48:48.210362642 +0100 +++ /work/SRC/openSUSE:Factory/.gnu-crypto.new/gnu-crypto.changes 2017-09-14 21:21:14.699659082 +0200 @@ -1,0 +2,5 @@ +Thu Sep 14 15:38:40 UTC 2017 - [email protected] + +- Fix build with jdk9 by specifying java source and target 1.6 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnu-crypto.spec ++++++ --- /var/tmp/diff_new_pack.JCowBX/_old 2017-09-14 21:21:16.067466578 +0200 +++ /var/tmp/diff_new_pack.JCowBX/_new 2017-09-14 21:21:16.071466016 +0200 @@ -26,7 +26,6 @@ Source: ftp://ftp.gnu.org/gnu/%{name}/releases/%{name}-%{version}.tar.bz2 Patch0: sasl-functions.patch BuildRequires: ant -BuildRequires: classpath BuildRequires: java-devel BuildRequires: unzip Provides: jce @@ -44,7 +43,8 @@ %patch0 %build -CLASSPATH=$(build-classpath glibj) ant jar +export CLASSPATH=$(build-classpath glibj) +ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar %install mkdir -p %{buildroot}/%{_javadir}
