SHA256
1
0
forked from pool/jline
Fridrich Strba 2019-03-05 15:19:08 +00:00 committed by Git OBS Bridge
parent 41d53f5f00
commit ff0b0c7aa4
2 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Mar 5 15:08:16 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 2.14.6
* NOT backward compatible with jline 1.x
* Depend on jansi 2.9+
* #277: Allow setting max history-size. 'FileHistory' allows
delayed init (to allow setMaxSize to take effect) and
'ConsoleReader' exposes ability to read inputrc settings.
* Ability to control terminal encoding
* Backward history searching
* Handle EOF / Ctrl-D on unsupported terminals
* Distinguish carriage return from newline
* Correcting Manifest to make jline work as a bundle in OSGi
* Handle TERM=dumb as an UnsupportedTerminal
* Updated license headers to be consistent BSD version
* Added support for vi keymap. Most major vi features should work.
* The "jline.esc.timeout" configuration option (in your
$HOME/.jline.rc) controls the number of millisesconds that
jline will wait after seeing an ESC key to see if another
character arrives.
* The JVM shutdown hook that restores the terminal settings when
the JVM exits (jline.shutdownhook) is now turned on by default.
- Generate and customize the ant build file in order to be able
to build without maven.
-------------------------------------------------------------------
Wed Sep 27 16:55:31 UTC 2017 - fstrba@suse.com

View File

@ -31,10 +31,8 @@ BuildRequires: hawtjni-runtime
BuildRequires: jansi
BuildRequires: jansi-native
BuildRequires: javapackages-local
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
#!BuildIgnore: ant-antlr
Requires: mvn(org.fusesource.jansi:jansi)
Requires: mvn(org.sonatype.oss:oss-parent:pom:)
BuildArch: noarch
%description
@ -66,6 +64,8 @@ mkdir -p lib
%pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-javadoc-plugin
%pom_remove_parent
%build
build-jar-repository -s lib jansi jansi-native hawtjni/hawtjni-runtime
%{ant} package javadoc