Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2021-06-09 21:51:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ant (Old)
 and      /work/SRC/openSUSE:Factory/.ant.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ant"

Wed Jun  9 21:51:12 2021 rev:85 rq:897318 version:1.10.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes    2020-10-08 
13:06:55.846887058 +0200
+++ /work/SRC/openSUSE:Factory/.ant.new.32437/ant-antlr.changes 2021-06-09 
21:51:13.842360162 +0200
@@ -1,0 +2,49 @@
+Thu Jun  3 16:17:46 UTC 2021 - Pedro Monreal <[email protected]>
+
+- Update to 1.10.10
+  * SCP (with sftp=true) task would fail if fetching file located
+    in root directory.
+  * Fixed: javac task would fail if the arguments file it
+    (internally) created didn't quote the # character.
+  * Make sure LegacyXmlResultFormatter encodes characters illegal
+    in XML the same way JUnit5's built-in formatter would.
+  * LegacyXmlResultFormatter no longer double-encodes <>& in
+    system-err and system-out.
+  * Fixes a bug in junitlauncher task's legacy-xml formatter,
+    where the testcase representing a @Parameterized JUnit4 test
+    wasn't being reported in the XML.
+  * Fixes a bug where the ant-testutil-sources.jar that gets
+    published to Maven central repository didn't contain any
+    source files.
+  * The <http> condition didn't follow redirects from http to https.
+  * ZipOutputStream now overrides write(int) in order to make sure
+    single byte writes get the same treatment as array writes.
+  * Fixes a potential deadlock in junitlauncher task when using
+    legacy-xml reporter.
+  * javaversion condition now has a new "atmost" attribute. See
+    the javaversion manual for more details
+  * The "listener" nested element of the "junitlauncher" task now
+    has a new "useLegacyReportingName" attribute which can be used
+    to control the test identifiers names that get reported by the
+    listener. See the junitlauncher manual for more details. Note that
+    this change also introduces a new "setUseLegacyReportingName" method
+    on the 
org.apache.tools.ant.taskdefs.optional.junitlauncher.TestResultFormatter
+    interface. This will break backward compatibility with any of your custom
+    result formatters which implemented this interface and such implementations
+    are now expected to implement this new method.
+  * A new attribute preserveduplicates allows <resourcelist> to
+    return the same resource multiple times when set to true.
+  * A new attribute filterbeforeconcat in <concat> can be used to
+    decide whether the filterchain should be applied to the
+    concatenated content (the default) or each nested resource
+    individually before concatenating them.
+  * The ssh tasks now share a new nested element additionalConfig that can
+    be used to set config values for the jsch Session used by the task.
+  * Added new discardOutput and discardError properties to redirector
+    and the exec, apply and java tasks which can be used to completely
+    discard any (error) output. This is a platform independent
+    alternative to directiong output to any kind of null device.
+  * junitlauncher now prints a more useful and instantaneous summary of
+    tests being run, closely matching the junit task's summary.
+
+-------------------------------------------------------------------
ant-junit.changes: same change
ant-junit5.changes: same change
ant.changes: same change

Old:
----
  apache-ant-1.10.9-src.tar.xz
  apache-ant-1.10.9-src.tar.xz.asc

New:
----
  apache-ant-1.10.10-src.tar.xz
  apache-ant-1.10.10-src.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ant-antlr.spec ++++++
--- /var/tmp/diff_new_pack.5cyRt4/_old  2021-06-09 21:51:14.878362009 +0200
+++ /var/tmp/diff_new_pack.5cyRt4/_new  2021-06-09 21:51:14.882362016 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ant-antlr
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2000-2009, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,7 +24,7 @@
 %bcond_with junit5
 %bcond_without antlr
 Name:           ant-antlr
-Version:        1.10.9
+Version:        1.10.10
 Release:        0
 Summary:        Antlr Task for ant
 License:        Apache-2.0
@@ -104,11 +104,13 @@
 
 This package contains optional JUnit tasks for Apache Ant.
 %elif %{with junit5}
+
 %description
 Apache Ant is a Java-based build tool.
 
 This package contains optional JUnit5 tasks for Apache Ant.
 %else
+
 %description
 Apache Ant is a Java-based build tool. In theory, it is kind of like
 Make. Build description files are written in XML.

++++++ ant-junit.spec ++++++
--- /var/tmp/diff_new_pack.5cyRt4/_old  2021-06-09 21:51:14.902362051 +0200
+++ /var/tmp/diff_new_pack.5cyRt4/_new  2021-06-09 21:51:14.902362051 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ant-junit
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2000-2009, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,7 +24,7 @@
 %bcond_with junit5
 %bcond_with antlr
 Name:           ant-junit
-Version:        1.10.9
+Version:        1.10.10
 Release:        0
 Summary:        Optional junit tasks for ant
 License:        Apache-2.0
@@ -104,11 +104,13 @@
 
 This package contains optional JUnit tasks for Apache Ant.
 %elif %{with junit5}
+
 %description
 Apache Ant is a Java-based build tool.
 
 This package contains optional JUnit5 tasks for Apache Ant.
 %else
+
 %description
 Apache Ant is a Java-based build tool. In theory, it is kind of like
 Make. Build description files are written in XML.

++++++ ant-junit5.spec ++++++
--- /var/tmp/diff_new_pack.5cyRt4/_old  2021-06-09 21:51:14.918362080 +0200
+++ /var/tmp/diff_new_pack.5cyRt4/_new  2021-06-09 21:51:14.922362087 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ant-junit5
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2000-2009, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,7 +24,7 @@
 %bcond_without junit5
 %bcond_with antlr
 Name:           ant-junit5
-Version:        1.10.9
+Version:        1.10.10
 Release:        0
 Summary:        Optional junit tasks for ant
 License:        Apache-2.0
@@ -104,11 +104,13 @@
 
 This package contains optional JUnit tasks for Apache Ant.
 %elif %{with junit5}
+
 %description
 Apache Ant is a Java-based build tool.
 
 This package contains optional JUnit5 tasks for Apache Ant.
 %else
+
 %description
 Apache Ant is a Java-based build tool. In theory, it is kind of like
 Make. Build description files are written in XML.

++++++ ant.spec ++++++
--- /var/tmp/diff_new_pack.5cyRt4/_old  2021-06-09 21:51:14.942362123 +0200
+++ /var/tmp/diff_new_pack.5cyRt4/_new  2021-06-09 21:51:14.946362130 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ant
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2000-2009, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -23,7 +23,7 @@
 %bcond_with junit5
 %bcond_with antlr
 Name:           ant
-Version:        1.10.9
+Version:        1.10.10
 Release:        0
 Summary:        Java-based build tool
 License:        Apache-2.0
@@ -103,11 +103,13 @@
 
 This package contains optional JUnit tasks for Apache Ant.
 %elif %{with junit5}
+
 %description
 Apache Ant is a Java-based build tool.
 
 This package contains optional JUnit5 tasks for Apache Ant.
 %else
+
 %description
 Apache Ant is a Java-based build tool. In theory, it is kind of like
 Make. Build description files are written in XML.

++++++ apache-ant-1.10.9-src.tar.xz -> apache-ant-1.10.10-src.tar.xz ++++++
++++ 4451 lines of diff (skipped)

Reply via email to