Hello community, here is the log from the commit of package args4j for openSUSE:Factory checked in at 2017-09-15 22:31:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/args4j (Old) and /work/SRC/openSUSE:Factory/.args4j.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "args4j" Fri Sep 15 22:31:47 2017 rev:4 rq:526301 version:2.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/args4j/args4j.changes 2016-07-05 09:51:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.args4j.new/args4j.changes 2017-09-15 22:31:48.347286372 +0200 @@ -1,0 +2,7 @@ +Fri Sep 15 08:25:38 UTC 2017 - [email protected] + +- Fix build with jdk9: specify java source and target 1.6 and + correct encoding of source files +- Clean spec file and fix rpmlint warning + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ args4j.spec ++++++ --- /var/tmp/diff_new_pack.KGdARf/_old 2017-09-15 22:31:49.135175387 +0200 +++ /var/tmp/diff_new_pack.KGdARf/_new 2017-09-15 22:31:49.139174823 +0200 @@ -1,7 +1,7 @@ # # spec file for package args4j # -# Copyright (c) 2016 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 @@ -29,9 +29,9 @@ BuildRequires: ant-contrib BuildRequires: ant-junit BuildRequires: ant-nodeps +BuildRequires: fdupes BuildRequires: javapackages-tools -Requires: java >= 1.5 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: java >= 1.6 BuildArch: noarch %description @@ -56,7 +56,7 @@ %build mkdir -p build/generated-sources -ant +ant -Djavac.source=1.6 -Djavac.target=1.6 -Dsource.encoding="ISO-8859-1" %install install -d -m 0755 %{buildroot}%{_javadir} @@ -66,13 +66,12 @@ # Java doc install -d -m 0755 %{buildroot}%{_javadocdir}/%{name} cp -pr dist/javadoc %{buildroot}%{_javadocdir}/%{name}/ +%fdupes -s %{buildroot}%{_javadocdir}/%{name}/ %files -%defattr(-,root,root,-) %{_javadir}/* %files javadoc -%defattr(-,root,root,-) %{_javadocdir}/%{name} %changelog
