Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-commons-cli for 
openSUSE:Factory checked in at 2025-11-06 18:15:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-cli (Old)
 and      /work/SRC/openSUSE:Factory/.apache-commons-cli.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-commons-cli"

Thu Nov  6 18:15:07 2025 rev:20 rq:1315964 version:1.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-commons-cli/apache-commons-cli.changes    
2024-11-07 16:30:19.588984746 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-cli.new.1980/apache-commons-cli.changes
  2025-11-06 18:18:19.852446287 +0100
@@ -1,0 +2,54 @@
+Wed Nov  5 07:25:32 UTC 2025 - Fridrich Strba <[email protected]>
+
+- Update to 1.10.0
+  * New Features
+    + CLI-339: Help formatter extension in the new package #314.
+    + CommandLine.Builder implements Supplier<CommandLine>.
+    + DefaultParser.Builder implements Supplier<DefaultParser>.
+    + CLI-340: Add CommandLine.getParsedOptionValues() #334.
+    + CLI-333: org.apache.commons.cli.Option.Builder implements
+      Supplier<Option>.
+  * Fixed Bugs
+    + Deprecate CommandLine.Builder() in favor of
+      CommandLine.builder().
+    + Deprecate DeprecatedAttributes.Builder() in favor of
+      DeprecatedAttributes.builder().
+    + Refactor default parser test #294.
+    + Port to JUnit 5.
+    + Generics for Converter should use Exception not Throwable.
+    + Pick up maven-antrun-plugin version from parent POM
+      org.apache:apache.
+    + Javadoc is missing its Overview page.
+    + Get mockito version from parent pom (#351).
+    + Remove -nouses directive from maven-bundle-plugin. OSGi
+      package imports now state 'uses' definitions for package
+      imports, this doesn't affect JPMS
+      (from org.apache.commons:commons-parent:80).
+    + Deprecate PatternOptionBuilder.PatternOptionBuilder().
+    + CLI-341: HelpFormatter infinite loop with 0 width input.
+    + CLI-349: Fail faster with a more precise NullPointerException:
+      Option.processValue() throws NullPointerException when passed
+      null value with value separator configured.
+    + CLI-344: Fail faster with a more precise NullPointerException:
+      DefaultParser.parse() throws NullPointerException when options
+      parameter is null.
+    + CLI-347: Options.addOptionGroup(OptionGroup) does not remove
+      required options from requiredOpts list.
+    + org.apache.commons.cli.Option.Builder.get() should throw
+      IllegalStateException instead of IllegalArgumentException.
+    + org.apache.commons.cli.Option.processValue(String) should
+      throw IllegalStateException instead of
+      IllegalArgumentException.
+    + org.apache.commons.cli.OptionBuilder.create() should throw
+      IllegalStateException instead of IllegalArgumentException.
+  * Updates
+    + Bump org.apache.commons:commons-parent from 72 to 85 #302,
+      #304, #310, #315, #320, #327, #371.
+    + [test] Bump commons-io:commons-io from 2.16.1 to 2.20.0 #309,
+      #337.
+    + [test] Bump org.apache.commons:commons-text from 1.12.0 to
+      1.14.0 #344.
+    + Update site documentation to
+      https://maven.apache.org/xsd/xdoc-2.0.xsd.
+
+-------------------------------------------------------------------

Old:
----
  commons-cli-1.9.0-src.tar.gz

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  commons-cli-1.10.0-src.tar.gz

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

Other differences:
------------------
++++++ apache-commons-cli.spec ++++++
--- /var/tmp/diff_new_pack.t8cFQj/_old  2025-11-06 18:18:20.828487556 +0100
+++ /var/tmp/diff_new_pack.t8cFQj/_new  2025-11-06 18:18:20.828487556 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-cli
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global base_name       cli
 %global short_name      commons-%{base_name}
 Name:           apache-commons-cli
-Version:        1.9.0
+Version:        1.10.0
 Release:        0
 Summary:        Command Line Interface Library for Java
 License:        Apache-2.0

++++++ _scmsync.obsinfo ++++++
mtime: 1762328093
commit: 6ef1a74d65e291e0b57dee1f084de943ce93949d5a7986dd381111c55f1c71dc
url: https://src.opensuse.org/java-packages/apache-commons-cli.git
revision: 6ef1a74d65e291e0b57dee1f084de943ce93949d5a7986dd381111c55f1c71dc
projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj

++++++ apache-commons-cli-build.xml ++++++
--- /var/tmp/diff_new_pack.t8cFQj/_old  2025-11-06 18:18:20.892490262 +0100
+++ /var/tmp/diff_new_pack.t8cFQj/_new  2025-11-06 18:18:20.896490432 +0100
@@ -8,7 +8,7 @@
 
   <property name="project.artifactId" value="commons-cli"/>
   <property name="project.groupId" value="commons-cli"/>
-  <property name="project.version" value="1.9.0"/>
+  <property name="project.version" value="1.10.0"/>
 
   <property name="compiler.release" value="8"/>
   <property name="compiler.source" value="1.${compiler.release}"/>

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2025-11-05 08:35:18.000000000 +0100
@@ -0,0 +1 @@
+.osc

++++++ commons-cli-1.9.0-src.tar.gz -> commons-cli-1.10.0-src.tar.gz ++++++
++++ 17595 lines of diff (skipped)

Reply via email to