Hello community, here is the log from the commit of package ant-contrib for openSUSE:Factory checked in at 2018-07-24 17:30:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ant-contrib (Old) and /work/SRC/openSUSE:Factory/.ant-contrib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ant-contrib" Tue Jul 24 17:30:08 2018 rev:26 rq:620741 version:1.0b3 Changes: -------- --- /work/SRC/openSUSE:Factory/ant-contrib/ant-contrib.changes 2017-09-13 22:18:51.444559006 +0200 +++ /work/SRC/openSUSE:Factory/.ant-contrib.new/ant-contrib.changes 2018-07-24 17:30:12.563897034 +0200 @@ -1,0 +2,7 @@ +Tue May 15 05:45:46 UTC 2018 - [email protected] + +- Build with source and target 8 to prepare for a possible removal + of 1.6 compatibility +- Run fdupes on the documentation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ant-contrib.spec ++++++ --- /var/tmp/diff_new_pack.jKpXZh/_old 2018-07-24 17:30:13.195897833 +0200 +++ /var/tmp/diff_new_pack.jKpXZh/_new 2018-07-24 17:30:13.203897843 +0200 @@ -1,7 +1,7 @@ # # spec file for package ant-contrib # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -22,7 +22,7 @@ Summary: Collection of tasks for Ant License: Apache-2.0 Group: Development/Libraries/Java -Url: http://ant-contrib.sourceforge.net/ +URL: http://ant-contrib.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/ant-contrib/ant-contrib-%{version}-src.tar.gz Source1: http://mirrors.ibiblio.org/pub/mirrors/maven2/%{name}/%{name}/1.0b3/%{name}-1.0b3.pom # ASL 2.0 Licence text @@ -38,7 +38,8 @@ BuildRequires: bcel >= 5.1 BuildRequires: commons-httpclient BuildRequires: commons-logging -BuildRequires: java-devel >= 1.6 +BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: javapackages-tools BuildRequires: junit @@ -46,7 +47,6 @@ Requires: junit >= 3.8.1 Requires: xerces-j2 %requires_eq ant -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -94,6 +94,7 @@ # javadoc install -dm 755 %{buildroot}%{_javadocdir}/%{name} cp -pr target/docs/api/* %{buildroot}%{_javadocdir}/%{name} +%fdupes -s %{buildroot}%{_javadocdir}/%{name} mkdir -p %{buildroot}%{_sysconfdir}/ant.d echo "ant/ant-contrib" > %{buildroot}%{_sysconfdir}/ant.d/ant-contrib @@ -106,19 +107,19 @@ %files %defattr(0644,root,root,0755) -%doc target/docs/LICENSE.txt LICENSE-2.0.txt +%license target/docs/LICENSE.txt +%doc LICENSE-2.0.txt %config %{_sysconfdir}/ant.d/%{name} %{_javadir}/ant/%{name}.jar %{_mavenpomdir}/JPP.ant-%{name}.pom %{_datadir}/maven-metadata/%{name}.xml %files manual -%defattr(-,root,root,-) %doc target/docs/manual/tasks/* %files javadoc -%defattr(-,root,root,-) -%doc target/docs/LICENSE.txt LICENSE-2.0.txt +%license target/docs/LICENSE.txt +%doc LICENSE-2.0.txt %doc %{_javadocdir}/%{name} %changelog ++++++ ant-contrib-sourcetarget.patch ++++++ --- /var/tmp/diff_new_pack.jKpXZh/_old 2018-07-24 17:30:13.295897959 +0200 +++ /var/tmp/diff_new_pack.jKpXZh/_new 2018-07-24 17:30:13.295897959 +0200 @@ -6,5 +6,5 @@ ivy.deliver.revision=${project.version} -jdk.source=1.4 -jdk.target=1.4 -+jdk.source=1.6 -+jdk.target=1.6 ++jdk.source=8 ++jdk.target=8
