Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jline3 for openSUSE:Factory checked in at 2025-11-06 18:12:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jline3 (Old) and /work/SRC/openSUSE:Factory/.jline3.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jline3" Thu Nov 6 18:12:39 2025 rev:8 rq:1315764 version:3.30.6 Changes: -------- --- /work/SRC/openSUSE:Factory/jline3/jline3.changes 2025-06-24 20:48:12.957983681 +0200 +++ /work/SRC/openSUSE:Factory/.jline3.new.1980/jline3.changes 2025-11-06 18:13:27.568057725 +0100 @@ -1,0 +2,60 @@ +Wed Nov 5 10:14:16 UTC 2025 - Fridrich Strba <[email protected]> + +- Update to upstream version 3.30.6 + * New features and improvements + + Improve console variable expansion (fixes #1370) + + ConsoleEngineImpl: change method and field visibilities + + Allow ConsoleEngineImpl subclasses access to + VariableReferenceCompleter + + feat: add reusable POSIX commands to builtins module + + feat: support slurp command to be renamed + + feat: Extend InputRC with method/s to directly read ~/.inputrc + & /etc/inputrc + + Allow system commands to be renamed. + * Bug Fixes + + Fix macOS hang in pipe operations by removing PTY terminal + usage + + enhancement: only compute suggestions in the Nano editor if + something has changed + + fix: refactor TerminalProvider methods to use + inputEncoding/outputEncoding parameters + + Fix System.out not working after closing dumb terminal + + Optimize Display performance and fix terminal capability + usage + * Dependency updates + + chore: Bump com.diffplug.spotless:spotless-maven-plugin from + 2.44.4 to 2.46.1 + + chore: Bump groovy.version from 4.0.27 to 4.0.28 + + chore: Bump com.palantir.javaformat:palantir-java-format from + 2.67.00 to 2.73.0 + + chore: Bump junit.version from 5.12.2 to 5.13.4 + + chore: Bump org.graalvm.sdk:graal-sdk from 24.2.1 to 24.2.2 + + chore: Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1 + + chore: Bump org.apache.maven.plugins:maven-enforcer-plugin + from 3.5.0 to 3.6.1 + + chore: Bump on-headers and compression in /website + + chore: Bump org.codehaus.gmavenplus:gmavenplus-plugin from + 4.2.0 to 4.2.1 + + chore: Bump org.apache.maven.plugins:maven-clean-plugin from + 3.4.1 to 3.5.0 + + chore: Bump org.codehaus.mojo:build-helper-maven-plugin from + 3.6.0 to 3.6.1 + + chore: Bump org.apache.maven.plugins:maven-gpg-plugin from + 3.2.7 to 3.2.8 + + chore: Bump eu.maveniverse.maven.njord:extension from 0.6.2 + to 0.7.5 + * Documentation updates + + docs: Link to Nano Customization from Builtins doc page + + docs: Add Capability.enter_ca_mode and Capability.exit_ca_mode + tip + * Maintenance + + Remove double docs/docs in edit links on jline.org (fixes# + 1309) + + chore: make downcall handles static final + +------------------------------------------------------------------- +Wed Nov 5 07:41:24 UTC 2025 - Fridrich Strba <[email protected]> + +- Build the ffm support in Factory, since we have now the java >= 22 + +------------------------------------------------------------------- Old: ---- jline-3.30.4.tar.gz New: ---- _scmsync.obsinfo build.specials.obscpio jline-3.30.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jline3.spec ++++++ --- /var/tmp/diff_new_pack.7EokSV/_old 2025-11-06 18:13:29.380134688 +0100 +++ /var/tmp/diff_new_pack.7EokSV/_new 2025-11-06 18:13:29.380134688 +0100 @@ -1,7 +1,7 @@ # # spec file for package jline3 # -# Copyright (c) 2025 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 @@ -23,10 +23,15 @@ find most of the command editing features of JLine to be familiar.\ \ JLine 3.x is an evolution of JLine 2.x. -%bcond_with ssh +# Requires java >= 22 +%if 0%{?suse_version} >= 1699 +%bcond_without ffm +%else %bcond_with ffm +%endif +%bcond_with ssh Name: jline3 -Version: 3.30.4 +Version: 3.30.6 Release: 0 Summary: Java library for handling console input License: BSD-3-Clause ++++++ _scmsync.obsinfo ++++++ mtime: 1762338448 commit: ace94dd5aff8f9ce7e7786aac10c88b8a567ec23b77b7e03b9deb93cf870b133 url: https://src.opensuse.org/java-packages/jline3.git revision: ace94dd5aff8f9ce7e7786aac10c88b8a567ec23b77b7e03b9deb93cf870b133 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj ++++++ 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 11:27:56.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ jline-3.30.4.tar.gz -> jline-3.30.6.tar.gz ++++++ ++++ 8665 lines of diff (skipped) ++++++ jline3-build.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/common.xml new/common.xml --- old/common.xml 2025-06-18 22:32:38.750548196 +0200 +++ new/common.xml 2025-11-05 08:53:46.451852688 +0100 @@ -3,7 +3,7 @@ <project name="common" basedir="."> <property file="build.properties"/> - <property name="project.version" value="3.30.4"/> + <property name="project.version" value="3.30.6"/> <property name="project.groupId" value="org.jline"/> <property name="project.url" value="https://github.com/jline/jline3"/>
