[jline] Update to 1.0.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Feb 1 20:35:59 UTC 2012


commit bde7d0a86b46fcca6328689cc9ef5b6a4fa617fb
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Wed Feb 1 22:35:35 2012 +0200

    Update to 1.0.

 .gitignore                     |    1 +
 jline-0.9.94-keybindings.patch |   12 ------------
 jline.spec                     |    9 +++++----
 sources                        |    2 +-
 4 files changed, 7 insertions(+), 17 deletions(-)
---
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.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 <akurtako at redhat.com> 1.0-1
+- Update to 1.0.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list