From bde7d0a86b46fcca6328689cc9ef5b6a4fa617fb Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Feb 01 2012 20:35:35 +0000 Subject: Update to 1.0. --- diff --git a/.gitignore b/.gitignore index 907fbe6..e68e8af 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ jline-0.9.94.zip +jline-1.0.zip diff --git a/jline-0.9.94-keybindings.patch b/jline-0.9.94-keybindings.patch deleted file mode 100644 index 6480d5b..0000000 --- a/jline-0.9.94-keybindings.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up jline-0.9.94/src/src/main/resources/jline/keybindings.properties~ jline-0.9.94/src/src/main/resources/jline/keybindings.properties ---- jline-0.9.94/src/src/main/resources/jline/keybindings.properties~ 2007-11-12 19:35:12.000000000 +0200 -+++ jline-0.9.94/src/src/main/resources/jline/keybindings.properties 2011-07-10 17:06:47.377240063 +0300 -@@ -57,6 +57,6 @@ - # CTRL-W: delete the word directly before the cursor - 23: DELETE_PREV_WORD - --# DELETE, CTRL-?: delete the previous character -+# DELETE, CTRL-?: delete the next character - # 127 is the ASCII code for delete --127: DELETE_PREV_CHAR -+127: DELETE_NEXT_CHAR diff --git a/jline.spec b/jline.spec index cd35cad..aca3380 100644 --- a/jline.spec +++ b/jline.spec @@ -29,15 +29,14 @@ # Name: jline -Version: 0.9.94 -Release: 7%{?dist} +Version: 1.0 +Release: 1%{?dist} Summary: Java library for reading and editing user input in console applications License: BSD URL: http://jline.sourceforge.net/ Group: Development/Libraries Source0: http://download.sourceforge.net/sourceforge/jline/jline-%{version}.zip Source1: CatalogManager.properties -Patch0: %{name}-0.9.94-keybindings.patch Patch1: %{name}-0.9.94-crosslink.patch Requires: bash @@ -84,7 +83,6 @@ Javadoc for %{name}. %prep %setup -q -%patch0 -p1 %patch1 -p1 # Make sure upstream hasn't sneaked in any jars we don't know about @@ -142,6 +140,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : %{_javadocdir}/* %changelog +* Wed Feb 1 2012 Alexander Kurtakov 1.0-1 +- Update to 1.0. + * Fri Jan 13 2012 Fedora Release Engineering - 0.9.94-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 78267d1..4e9f774 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd4aad9fb454e8acf7af476dae8abb72 jline-0.9.94.zip +811dc1c8a351a2e928524bd79eb9e798 jline-1.0.zip