Hello community, here is the log from the commit of package cpptasks for openSUSE:Leap:15.2 checked in at 2020-02-17 17:35:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/cpptasks (Old) and /work/SRC/openSUSE:Leap:15.2/.cpptasks.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpptasks" Mon Feb 17 17:35:11 2020 rev:10 rq:774932 version:1.0b5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/cpptasks/cpptasks.changes 2020-01-15 14:50:58.893435864 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.cpptasks.new.26092/cpptasks.changes 2020-02-17 17:35:52.264414637 +0100 @@ -1,0 +2,12 @@ +Fri Nov 8 11:56:12 UTC 2019 - Fridrich Strba <[email protected]> + +- BuildRequire xerces-j2, because it is not automatically pulled + by ant anymore + +------------------------------------------------------------------- +Wed May 16 10:44:34 UTC 2018 - [email protected] + +- Build with source and target 8 to prepare for a possible removal + of 1.6 compatibility + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpptasks.spec ++++++ --- /var/tmp/diff_new_pack.ZMaMhK/_old 2020-02-17 17:35:52.692415608 +0100 +++ /var/tmp/diff_new_pack.ZMaMhK/_new 2020-02-17 17:35:52.692415608 +0100 @@ -1,7 +1,7 @@ # # spec file for package cpptasks # -# Copyright (c) 2017 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/ # @@ -27,10 +27,12 @@ BuildRequires: ant BuildRequires: ant-junit BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: jpackage-utils BuildRequires: junit +BuildRequires: xerces-j2 Requires: ant -Requires: java +Requires: java >= 1.8 BuildArch: noarch %description @@ -51,10 +53,10 @@ 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=1.6 -Djavac.target=1.6 \ + -Djavac.source=8 -Djavac.target=8 \ jars javadocs %install
