diff --git a/jline.changes b/jline.changes index e55ad83..368ab31 100644 --- a/jline.changes +++ b/jline.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Mar 5 15:08:16 UTC 2019 - Fridrich Strba + +- 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 diff --git a/jline.spec b/jline.spec index 2f2e346..9bb758d 100644 --- a/jline.spec +++ b/jline.spec @@ -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