Hello community, here is the log from the commit of package ant for openSUSE:Factory checked in at 2019-02-06 15:46:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ant (Old) and /work/SRC/openSUSE:Factory/.ant.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ant" Wed Feb 6 15:46:56 2019 rev:74 rq:671778 version:1.10.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes 2018-12-14 20:44:19.097763616 +0100 +++ /work/SRC/openSUSE:Factory/.ant.new.28833/ant-antlr.changes 2019-02-06 15:46:57.651275801 +0100 @@ -1,0 +2,12 @@ +Tue Feb 5 09:49:54 UTC 2019 - Fridrich Strba <[email protected]> + +- BuildRequire hamcrest for ant-junit and ant-antlr, since junit4 + depends strictly on hamcrest-core only. + +------------------------------------------------------------------- +Fri Feb 1 16:19:10 UTC 2019 - Fridrich Strba <[email protected]> + +- Build ant against xml-commons-apis-bootstrap and + xml-commons-resolver-bootstrap in order to break build cycle + +------------------------------------------------------------------- ant-junit.changes: same change ant.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ant-antlr.spec ++++++ --- /var/tmp/diff_new_pack.FCy4Pg/_old 2019-02-06 15:46:58.751275134 +0100 +++ /var/tmp/diff_new_pack.FCy4Pg/_new 2019-02-06 15:46:58.751275134 +0100 @@ -1,7 +1,7 @@ # # spec file for package ant-antlr # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2000-2009, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -48,7 +48,8 @@ BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: unzip -BuildRequires: xml-apis +BuildRequires: xml-commons-apis-bootstrap +#!BuildIgnore: xml-commons-apis BuildArch: noarch # Needed for maven conversions %if !%{with bootstrap} @@ -56,12 +57,12 @@ %endif %if %{with junit} || %{with antlr} BuildRequires: ant = %{version} +BuildRequires: hamcrest BuildRequires: junit #!BuildIgnore: antlr %endif %if %{with antlr} BuildRequires: xerces-j2 -BuildRequires: xml-apis %endif %if 0%{?suse_version} > 1320 BuildRequires: strip-nondeterminism ant-junit.spec: same change ++++++ ant.spec ++++++ --- /var/tmp/diff_new_pack.FCy4Pg/_old 2019-02-06 15:46:58.799275105 +0100 +++ /var/tmp/diff_new_pack.FCy4Pg/_new 2019-02-06 15:46:58.799275105 +0100 @@ -1,7 +1,7 @@ # # spec file for package ant # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2000-2009, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -47,7 +47,8 @@ BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: unzip -BuildRequires: xml-apis +BuildRequires: xml-commons-apis-bootstrap +#!BuildIgnore: xml-commons-apis BuildArch: noarch # Needed for maven conversions %if !%{with bootstrap} @@ -55,12 +56,12 @@ %endif %if %{with junit} || %{with antlr} BuildRequires: ant = %{version} +BuildRequires: hamcrest BuildRequires: junit #!BuildIgnore: antlr %endif %if %{with antlr} BuildRequires: xerces-j2 -BuildRequires: xml-apis %endif %if 0%{?suse_version} > 1320 BuildRequires: strip-nondeterminism
