Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2024-11-05 15:39:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ant (Old)
 and      /work/SRC/openSUSE:Factory/.ant.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ant"

Tue Nov  5 15:39:40 2024 rev:101 rq:1221304 version:1.10.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/ant/ant.changes  2024-09-30 15:34:53.343258385 
+0200
+++ /work/SRC/openSUSE:Factory/.ant.new.2020/ant.changes        2024-11-05 
15:39:51.999171519 +0100
@@ -1,0 +2,53 @@
+Mon Nov  4 14:08:06 UTC 2024 - Gus Kenion <[email protected]>
+
+- Upgrade to version 1.10.15
+  * Bug fixes:
+    + Fixes an regression, introduced in Ant 1.10.13, where
+      pathconvert would unintentionally trim the string output.
+      Bugzilla Report 67082
+    + Fixes a bug in <depend> task which would throw a
+      ClassFormatError if it encountered constant pool entry type
+      17.  Bugzilla Report 66552
+    + Launching ant.bat from within a Java program using
+      java.lang.Runtime.exec() could result in an unexpected
+      failure. This has now been fixed.  Bugzilla Report 67417
+    + Fixes an issue in bootstrap.bat when trying to detect if the
+      "javac" command in the JDK supports the "--release" option.
+      Github Pull Request #205
+    + Fixes a bug in
+      org.apache.tools.ant.taskdefs.email.EmailAddress which would
+      throw a java.lang.StringIndexOutOfBoundsException if the
+      email address passed to its constructor was an empty String.
+      Bugzilla Report 68462
+    + legacy-xml reporter of junitlauncher task was using a
+      non-buffered outputstream when generating the report. This
+      introduces severe performance penalties since the writes
+      translate to native write system calls. This has been fixed
+      to use a BufferedOutputStream.  Github Pull Request #207
+  * Other changes:
+    + exec task now logs the process' non-zero exit code at INFO
+      level instead of the previous ERROR level. The following
+      message from exec task is the one who's level has been
+      changed:
+      Result: 1
+      Bugzilla Report 26453
+    + Removes direct references to
+      com.sun.net.ssl.internal.ssl.Provider class from the mail
+      task, since that internal JDK class is no longer available in
+      recent versions of Java.  Bugzilla Report 68460
+    + <replaceregexp> has a new failOnError attribute which, when
+      enabled, makes the task throw a BuildException for certain
+      error cases that will only be logged otherwise.  Github Pull
+      Request #206
+    + <ftp> task now has a new "useSecureDataChannel" attribute
+      which can be set to true, when ftps is enabled, to enable
+      secure data channel.  Bugzilla Report 68773
+- Unify .spec files
+  * remove ant-antlr.changes
+  * remove ant-antlr.spec
+  * remove ant-junit.changes
+  * remove ant-junit.spec
+  * remove ant-junit5.changes
+  * remove ant-junit5.spec
+
+-------------------------------------------------------------------

Old:
----
  ant-antlr.changes
  ant-antlr.spec
  ant-junit.changes
  ant-junit.spec
  ant-junit5.changes
  ant-junit5.spec
  apache-ant-1.10.14-src.tar.xz
  apache-ant-1.10.14-src.tar.xz.asc

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

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

Other differences:
------------------
++++++ ant.spec ++++++
--- /var/tmp/diff_new_pack.jSXt51/_old  2024-11-05 15:39:52.891208918 +0100
+++ /var/tmp/diff_new_pack.jSXt51/_new  2024-11-05 15:39:52.891208918 +0100
@@ -17,15 +17,43 @@
 #
 
 
+%global flavor @BUILD_FLAVOR@%{nil}
 %global ant_home %{_datadir}/ant
+%if "%{flavor}" == "antlr"
+%bcond_with bootstrap
+%bcond_with junit
+%bcond_with junit5
+%bcond_without antlr
+Name:           ant-antlr
+Summary:        Antlr Task for ant
+%else
+%if "%{flavor}" == "junit"
+%bcond_with bootstrap
+%bcond_without junit
+%bcond_with junit5
+%bcond_with antlr
+Name:           ant-junit
+Summary:        Optional junit tasks for ant
+%else
+%if "%{flavor}" == "junit5"
+%bcond_with bootstrap
+%bcond_with junit
+%bcond_without junit5
+%bcond_with antlr
+Name:           ant-junit5
+Summary:        Optional junit tasks for ant
+%else
 %bcond_without bootstrap
 %bcond_with junit
 %bcond_with junit5
 %bcond_with antlr
 Name:           ant
-Version:        1.10.14
-Release:        0
 Summary:        Java-based build tool
+%endif
+%endif
+%endif
+Version:        1.10.15
+Release:        0
 License:        Apache-2.0
 Group:          Development/Tools/Building
 URL:            https://ant.apache.org/

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.jSXt51/_old  2024-11-05 15:39:52.939210930 +0100
+++ /var/tmp/diff_new_pack.jSXt51/_new  2024-11-05 15:39:52.943211098 +0100
@@ -1,7 +1,7 @@
 <multibuild>
-  <package>ant-antlr</package>
-  <package>ant-junit</package>
-  <package>ant-junit5</package>
+  <flavor>antlr</flavor>
+  <flavor>junit</flavor>
+  <flavor>junit5</flavor>
 </multibuild>
 
 

++++++ apache-ant-1.10.14-src.tar.xz -> apache-ant-1.10.15-src.tar.xz ++++++
++++ 1620 lines of diff (skipped)

Reply via email to