Hello community,

here is the log from the commit of package gnu-inetlib for openSUSE:Factory 
checked in at 2017-09-14 21:21:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnu-inetlib (Old)
 and      /work/SRC/openSUSE:Factory/.gnu-inetlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnu-inetlib"

Thu Sep 14 21:21:10 2017 rev:18 rq:526175 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnu-inetlib/gnu-inetlib.changes  2014-10-07 
16:01:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-inetlib.new/gnu-inetlib.changes     
2017-09-14 21:21:12.096025516 +0200
@@ -1,0 +2,6 @@
+Thu Sep 14 15:42:59 UTC 2017 - fst...@suse.com
+
+- Build with java source and target 1.6
+- Do not require buiding with java-gcj-compat
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnu-inetlib.spec ++++++
--- /var/tmp/diff_new_pack.VeRMc3/_old  2017-09-14 21:21:13.591814999 +0200
+++ /var/tmp/diff_new_pack.VeRMc3/_new  2017-09-14 21:21:13.595814437 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-inetlib
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,8 +28,7 @@
 Patch0:         gnu-inetlib-gcc44-build.patch
 BuildRequires:  ant
 BuildRequires:  antlr
-BuildRequires:  classpath
-BuildRequires:  java-1_4_2-gcj-compat-devel
+BuildRequires:  java-devel
 BuildRequires:  unzip
 Provides:       inetlib
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -54,7 +53,8 @@
 %patch0 -p1
 
 %build
-CLASSPATH=$(build-classpath glibj) ant dist
+export CLASSPATH=$(build-classpath glibj)
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 dist
 
 %install
 mkdir -p %{buildroot}/%{_javadir}


Reply via email to