diff --git a/.files b/.files index 006818a..2a990fd 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index df2c963..4817c90 100644 --- a/.rev +++ b/.rev @@ -39,4 +39,12 @@ http://lists.opensuse.org/opensuse-factory/2014-04/msg00309.html Automatic submission by obs-autosubmit 620785 + + e042aeb7c9c048e4d94b287c62950ffa + 1.0b5 + + dimstar_suse + BuildRequire xerces-j2 + 746578 + diff --git a/cpptasks.changes b/cpptasks.changes index ca41eb8..4552b33 100644 --- a/cpptasks.changes +++ b/cpptasks.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Nov 8 11:56:12 UTC 2019 - Fridrich Strba + +- BuildRequire xerces-j2, because it is not automatically pulled + by ant anymore + +------------------------------------------------------------------- Wed May 16 10:44:34 UTC 2018 - fstrba@suse.com - Build with source and target 8 to prepare for a possible removal diff --git a/cpptasks.spec b/cpptasks.spec index 599c893..8f27b90 100644 --- a/cpptasks.spec +++ b/cpptasks.spec @@ -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: fdupes 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 @@ Javadoc documentation for %{summary}. 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 \