Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package picocli for openSUSE:Factory checked in at 2023-08-28 17:14:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/picocli (Old) and /work/SRC/openSUSE:Factory/.picocli.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "picocli" Mon Aug 28 17:14:12 2023 rev:7 rq:1106117 version:4.7.5 Changes: -------- --- /work/SRC/openSUSE:Factory/picocli/picocli.changes 2023-06-16 16:54:00.341407282 +0200 +++ /work/SRC/openSUSE:Factory/.picocli.new.1766/picocli.changes 2023-08-28 17:14:14.486552687 +0200 @@ -1,0 +2,31 @@ +Sun Aug 27 06:46:38 UTC 2023 - Fridrich Strba <fst...@suse.com> + +- Update to version 4.7.5 + * Enhancements: + + Java 22 update: improve logic for detecting if the output + stream is connected to a terminal. + + Mask parameters in trace log when echo=false for interactive + options and positional parameters. + * Bugfixes: + + Fix positional parameters bug with late-resolved arity + variable. + + Don't generate auto-complete for hidden attributes in + picocli.shell.jline3.PicoCommand. + + ArgGroup with exclusive=false and multiplicity=1 should + require at least one option; fix regression and refine + solution introduced in [#1848][#2030]. + * DOC fixes: + + Improve GraalVM documentation: add + graalvm-native-image-plugin. + + Commit html files with LF line-endings. +- Removed patch: + * revert-version.patch + + not needed any more + +------------------------------------------------------------------- +Sat Aug 26 05:11:45 UTC 2023 - Fridrich Strba <fst...@suse.com> + +- Fetch sources from upstream repository, since our pull request + https://github.com/remkop/picocli/pull/2045 has been integrated + +------------------------------------------------------------------- Old: ---- picocli-4.7.4.pom picocli-4.7.4.tar.xz picocli-codegen-4.7.4.pom picocli-shell-jline2-4.7.4.pom revert-version.patch New: ---- picocli-4.7.5.pom picocli-4.7.5.tar.xz picocli-codegen-4.7.5.pom picocli-shell-jline2-4.7.5.pom ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ picocli.spec ++++++ --- /var/tmp/diff_new_pack.OadXKX/_old 2023-08-28 17:14:16.006607271 +0200 +++ /var/tmp/diff_new_pack.OadXKX/_new 2023-08-28 17:14:16.010607415 +0200 @@ -17,7 +17,7 @@ Name: picocli -Version: 4.7.4 +Version: 4.7.5 Release: 0 Summary: Tiny Command Line Interface License: Apache-2.0 @@ -28,7 +28,6 @@ Source2: https://repo1.maven.org/maven2/info/%{name}/%{name}/%{version}/%{name}-%{version}.pom Source3: https://repo1.maven.org/maven2/info/%{name}/%{name}-codegen/%{version}/%{name}-codegen-%{version}.pom Source4: https://repo1.maven.org/maven2/info/%{name}/%{name}-shell-jline2/%{version}/%{name}-shell-jline2-%{version}.pom -Patch0: revert-version.patch BuildRequires: ant BuildRequires: aqute-bnd BuildRequires: fdupes ++++++ _service ++++++ --- /var/tmp/diff_new_pack.OadXKX/_old 2023-08-28 17:14:16.038608421 +0200 +++ /var/tmp/diff_new_pack.OadXKX/_new 2023-08-28 17:14:16.042608564 +0200 @@ -1,8 +1,8 @@ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> - <param name="url">https://github.com/fridrich/picocli.git</param> - <param name="revision">1bc434b</param> + <param name="url">https://github.com/remkop/picocli.git</param> + <param name="revision">v4.7.5</param> <param name="match-tag">v*</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ picocli-4.7.4.pom -> picocli-4.7.5.pom ++++++ --- /work/SRC/openSUSE:Factory/picocli/picocli-4.7.4.pom 2023-06-13 16:11:48.499698914 +0200 +++ /work/SRC/openSUSE:Factory/.picocli.new.1766/picocli-4.7.5.pom 2023-08-28 17:14:14.430550675 +0200 @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>info.picocli</groupId> <artifactId>picocli</artifactId> - <version>4.7.4</version> + <version>4.7.5</version> <name>picocli</name> <description>Java command line parser with both an annotations API and a programmatic API. Usage help with ANSI styles and colors. Autocomplete. Nested subcommands. Easily included as source to avoid adding a dependency.</description> <url>https://picocli.info</url> ++++++ picocli-4.7.4.tar.xz -> picocli-4.7.5.tar.xz ++++++ ++++ 2252 lines of diff (skipped) ++++++ picocli-codegen-4.7.4.pom -> picocli-codegen-4.7.5.pom ++++++ --- /work/SRC/openSUSE:Factory/picocli/picocli-codegen-4.7.4.pom 2023-06-13 16:11:48.547699197 +0200 +++ /work/SRC/openSUSE:Factory/.picocli.new.1766/picocli-codegen-4.7.5.pom 2023-08-28 17:14:14.466551969 +0200 @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>info.picocli</groupId> <artifactId>picocli-codegen</artifactId> - <version>4.7.4</version> + <version>4.7.5</version> <name>picocli-codegen</name> <description>Picocli Code Generation - Tools to generate documentation, configuration, source code and other files from a picocli model.</description> <url>https://picocli.info</url> @@ -32,7 +32,7 @@ <dependency> <groupId>info.picocli</groupId> <artifactId>picocli</artifactId> - <version>4.7.4</version> + <version>4.7.5</version> <scope>compile</scope> </dependency> </dependencies> ++++++ picocli-shell-jline2-4.7.4.pom -> picocli-shell-jline2-4.7.5.pom ++++++ --- /work/SRC/openSUSE:Factory/picocli/picocli-shell-jline2-4.7.4.pom 2023-06-13 16:11:48.555699244 +0200 +++ /work/SRC/openSUSE:Factory/.picocli.new.1766/picocli-shell-jline2-4.7.5.pom 2023-08-28 17:14:14.474552256 +0200 @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>info.picocli</groupId> <artifactId>picocli-shell-jline2</artifactId> - <version>4.7.4</version> + <version>4.7.5</version> <name>picocli-shell-jline2</name> <description>Picocli Shell JLine2 - easily build interactive shell applications with JLine 2 and picocli.</description> <url>https://picocli.info</url> @@ -32,7 +32,7 @@ <dependency> <groupId>info.picocli</groupId> <artifactId>picocli</artifactId> - <version>4.7.4</version> + <version>4.7.5</version> <scope>compile</scope> </dependency> <dependency>