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 2026-05-11 16:57:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-cli (Old)
 and      /work/SRC/openSUSE:Factory/.apache-commons-cli.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-commons-cli"

Mon May 11 16:57:25 2026 rev:21 rq:1352434 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-commons-cli/apache-commons-cli.changes    
2025-11-06 18:18:19.852446287 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-cli.new.1966/apache-commons-cli.changes
  2026-05-11 17:07:55.782928590 +0200
@@ -1,0 +2,18 @@
+Mon May 11 08:33:01 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Update to 1.11.0
+  * New Features
+    + Add CommandLine.getOptionCount() to measure option repetition
+  * Fixed Bugs
+    + CLI-351: Multiple trailing BREAK_CHAR_SET characters cause
+      infinite loop in HelpFormatter
+    + CLI-351:  Fix issue with groups not being reported in help
+      output
+  * Updates
+    + Bump org.apache.commons:commons-parent from 85 to 91
+    + Bump commons-io:commons-io from 2.20.0 to 2.21.0
+- Modified patch:
+  * CLI-253-workaround.patch
+    + rediff
+
+-------------------------------------------------------------------

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

New:
----
  commons-cli-1.11.0-src.tar.gz

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

Other differences:
------------------
++++++ apache-commons-cli.spec ++++++
--- /var/tmp/diff_new_pack.NTFabu/_old  2026-05-11 17:07:56.358952290 +0200
+++ /var/tmp/diff_new_pack.NTFabu/_new  2026-05-11 17:07:56.362952455 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-cli
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 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.10.0
+Version:        1.11.0
 Release:        0
 Summary:        Command Line Interface Library for Java
 License:        Apache-2.0

++++++ CLI-253-workaround.patch ++++++
--- /var/tmp/diff_new_pack.NTFabu/_old  2026-05-11 17:07:56.394953771 +0200
+++ /var/tmp/diff_new_pack.NTFabu/_new  2026-05-11 17:07:56.398953936 +0200
@@ -8,7 +8,7 @@
 
 --- a/src/main/java/org/apache/commons/cli/Options.java
 +++ b/src/main/java/org/apache/commons/cli/Options.java
-@@ -195,6 +195,20 @@ public class Options implements Serializ
+@@ -209,6 +209,20 @@ public class Options implements Serializ
          return this;
      }
  
@@ -31,15 +31,15 @@
       *
 --- a/src/main/java/org/apache/commons/cli/PosixParser.java
 +++ b/src/main/java/org/apache/commons/cli/PosixParser.java
-@@ -141,7 +141,7 @@ public class PosixParser extends Parser
+@@ -157,7 +157,7 @@ public class PosixParser extends Parser
                      } else if (matchingOpts.size() > 1) {
                          throw new AmbiguousOptionException(opt, matchingOpts);
                      } else {
 -                        currentOption = 
options.getOption(matchingOpts.get(0));
 +                        currentOption = 
options.getLongOption(matchingOpts.get(0));
- 
-                         tokens.add("--" + currentOption.getLongOpt());
+                         tokens.add(OptionFormatter.DEFAULT_LONG_OPT_PREFIX + 
currentOption.getLongOpt());
                          if (pos != -1) {
+                             tokens.add(token.substring(pos + 1));
 --- /dev/null
 +++ b/src/test/java/org/apache/commons/cli/bug/BugCLI253Test.java
 @@ -0,0 +1,44 @@

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.NTFabu/_old  2026-05-11 17:07:56.418954759 +0200
+++ /var/tmp/diff_new_pack.NTFabu/_new  2026-05-11 17:07:56.422954924 +0200
@@ -1,6 +1,6 @@
-mtime: 1762328093
-commit: 6ef1a74d65e291e0b57dee1f084de943ce93949d5a7986dd381111c55f1c71dc
-url: https://src.opensuse.org/java-packages/apache-commons-cli.git
-revision: 6ef1a74d65e291e0b57dee1f084de943ce93949d5a7986dd381111c55f1c71dc
+mtime: 1778488563
+commit: 452db91820b5b8c6c43f5318696b4e2a56bb78335daa698c592c50434bec1291
+url: https://src.opensuse.org/java-packages/apache-commons-cli
+revision: 452db91820b5b8c6c43f5318696b4e2a56bb78335daa698c592c50434bec1291
 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj
 

++++++ apache-commons-cli-build.xml ++++++
--- /var/tmp/diff_new_pack.NTFabu/_old  2026-05-11 17:07:56.450956076 +0200
+++ /var/tmp/diff_new_pack.NTFabu/_new  2026-05-11 17:07:56.454956241 +0200
@@ -8,7 +8,7 @@
 
   <property name="project.artifactId" value="commons-cli"/>
   <property name="project.groupId" value="commons-cli"/>
-  <property name="project.version" value="1.10.0"/>
+  <property name="project.version" value="1.11.0"/>
 
   <property name="compiler.release" value="8"/>
   <property name="compiler.source" value="1.${compiler.release}"/>

++++++ build.specials.obscpio ++++++

++++++ 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      2026-05-11 10:36:03.000000000 +0200
@@ -0,0 +1 @@
+.osc

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

Reply via email to