Hello community, here is the log from the commit of package cpptasks for openSUSE:Factory checked in at 2019-11-08 15:28:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpptasks (Old) and /work/SRC/openSUSE:Factory/.cpptasks.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpptasks" Fri Nov 8 15:28:35 2019 rev:6 rq:746578 version:1.0b5 Changes: -------- --- /work/SRC/openSUSE:Factory/cpptasks/cpptasks.changes 2018-07-07 21:59:53.899203569 +0200 +++ /work/SRC/openSUSE:Factory/.cpptasks.new.2990/cpptasks.changes 2019-11-08 15:28:39.699187799 +0100 @@ -1,0 +2,6 @@ +Fri Nov 8 11:56:12 UTC 2019 - Fridrich Strba <[email protected]> + +- BuildRequire xerces-j2, because it is not automatically pulled + by ant anymore + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpptasks.spec ++++++ --- /var/tmp/diff_new_pack.nJGUtn/_old 2019-11-08 15:28:40.427188618 +0100 +++ /var/tmp/diff_new_pack.nJGUtn/_new 2019-11-08 15:28:40.431188622 +0100 @@ -1,7 +1,7 @@ # # spec file for package cpptasks # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -30,6 +30,7 @@ BuildRequires: java-devel >= 1.8 BuildRequires: jpackage-utils BuildRequires: junit +BuildRequires: xerces-j2 Requires: ant Requires: java >= 1.8 BuildArch: noarch @@ -52,7 +53,7 @@ find . -name '*.jar' -type f -delete -print %build -export OPT_JAR_LIST="ant/ant-junit junit" +export OPT_JAR_LIST="ant/ant-junit junit xerces-j2" export CLASSPATH="" %{ant} \ -Djavac.source=8 -Djavac.target=8 \
