Hello community,

here is the log from the commit of package ini4j for openSUSE:Factory checked 
in at 2017-09-20 17:08:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ini4j (Old)
 and      /work/SRC/openSUSE:Factory/.ini4j.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ini4j"

Wed Sep 20 17:08:49 2017 rev:16 rq:526992 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ini4j/ini4j.changes      2015-08-01 
11:38:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ini4j.new/ini4j.changes 2017-09-20 
17:08:50.730034610 +0200
@@ -1,0 +2,8 @@
+Mon Sep 18 10:31:06 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9
+  * Don't specify in the build.xml source and target versions; this
+    allows us to specify them by ant define
+  * Specify file encoding also for javadoc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ini4j.spec ++++++
--- /var/tmp/diff_new_pack.heZBko/_old  2017-09-20 17:08:51.285956353 +0200
+++ /var/tmp/diff_new_pack.heZBko/_new  2017-09-20 17:08:51.289955790 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ini4j
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -40,7 +40,6 @@
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 Requires:       java
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -73,7 +72,7 @@
 %patch0 -p1
 
 %build
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 build
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 build
 ant javadoc
 
 %install
@@ -88,12 +87,10 @@
 %fdupes -s %{buildroot}/%{_javadocdir}/%{name}-%{version}
 
 %files
-%defattr(-,root,root)
 %doc LICENSE.txt NOTICE.txt
 %{_javadir}/*
 
 %files javadoc
-%defattr(-,root,root)
 %dir %{_javadocdir}/%{name}-%{version}
 %{_javadocdir}/%{name}-%{version}/*
 %{_javadocdir}/%{name}

++++++ ini4j-0.5.1.build.xml ++++++
--- /var/tmp/diff_new_pack.heZBko/_old  2017-09-20 17:08:51.325950723 +0200
+++ /var/tmp/diff_new_pack.heZBko/_new  2017-09-20 17:08:51.325950723 +0200
@@ -51,7 +51,6 @@
   <property name="build.compile.debug" value="true"/>
   <property name="build.compile.deprecation" value="false"/>
   <property name="build.compile.optimize" value="true"/>
-  <property name="build.compile.version" value="1.5"/>
   <property name="build.compile.lint" value="-Xlint:unchecked"/>
 
   <!-- check optional tools -->
@@ -99,7 +98,7 @@
         debug="${build.compile.debug}"
         deprecation="${build.compile.deprecation}"
         optimize="${build.compile.optimize}"
-        source="${build.compile.version}"
+        encoding="ISO-8859-1"
         destdir="${build.dst.classes}">
         
         <src path="${build.src.classes}"/>
@@ -116,7 +115,6 @@
 <!-- javadoc ============================================================= -->
 <target name="javadoc" depends="compile" description="Create Javadoc">
      <javadoc
-        source="${build.compile.version}"
         linksource="yes"
         access="protected"
         locale="en_US"


Reply via email to