From cc1a9da604dde83042666c2eeb40c99f5351ec2c Mon Sep 17 00:00:00 2001 From: gil Date: Sat, 20 Aug 2016 23:53:56 +0200 Subject: [PATCH] update to 0.66.8 --- .gitignore | 1 + aesh.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 385d2af..0f17308 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /0.33.3.tar.gz /0.33.7.tar.gz /0.66.4.tar.gz +/aesh-0.66.8.tar.gz diff --git a/aesh.spec b/aesh.spec index f68462d..e1b2ca0 100644 --- a/aesh.spec +++ b/aesh.spec @@ -1,10 +1,10 @@ Name: aesh -Version: 0.66.4 -Release: 2%{dist} +Version: 0.66.8 +Release: 1%{dist} Summary: Another Extendable SHell License: ASL 2.0 URL: http://aeshell.github.io/ -Source0: https://github.com/aeshell/aesh/archive/%{version}.tar.gz +Source0: https://github.com/aeshell/aesh/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: maven-local BuildRequires: mvn(junit:junit) @@ -48,6 +48,9 @@ rm src/test/java/org/jboss/aesh/parser/ParserTest.java %license LICENSE %changelog +* Sat Aug 20 2016 gil cattaneo 0.66.8-1 +- update to 0.66.8 + * Thu Jun 23 2016 gil cattaneo 0.66.4-2 - disable test failure diff --git a/sources b/sources index 2cfd173..c20fe4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59a28ba7e4e6a0a9b4359f40ab61735a 0.66.4.tar.gz +be65c057ab8ad0096a142f05db737dda aesh-0.66.8.tar.gz