[rubygem-rhc/f17] updated version 1.8.9

Guillermo Gómez gomix at fedoraproject.org
Sat May 18 11:43:39 UTC 2013


commit be99f529eb9bd08a9162ac8733b7bccf26158f37
Author: Guillermo Gómez <gomix at fedoraproject.org>
Date:   Sat May 18 07:13:18 2013 -0430

    updated version 1.8.9

 .gitignore       |    1 +
 rubygem-rhc.spec |   10 ++++++++--
 sources          |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4fdedab..d63f998 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /rhc-1.4.8.gem
 /rhc-1.5.13.gem
 /rhc-1.6.8.gem
+/rhc-1.8.9.gem
diff --git a/rubygem-rhc.spec b/rubygem-rhc.spec
index fc787bc..54e1131 100644
--- a/rubygem-rhc.spec
+++ b/rubygem-rhc.spec
@@ -12,7 +12,7 @@
 
 Summary:       OpenShift Express Client Tools
 Name:          rubygem-%{gem_name}
-Version:       1.6.8
+Version:       1.8.9
 Release:       1%{?dist}
 Group:         Development/Tools
 License:       MIT
@@ -31,7 +31,7 @@ Requires:      ruby(abi) = %{rubyabi}
 Requires:      ruby(rubygems)
 Requires:      rubygem-archive-tar-minitar
 Requires:      rubygem-commander >= 4.0
-Requires:      rubygem-highline >= 1.5.1
+Requires:      rubygem-highline >= 1.6.11
 Requires:      rubygem-httpclient >= 2.2
 Requires:      rubygem-net-ssh  >= 2.0.11
 Requires:      rubygem-open4
@@ -127,12 +127,18 @@ rm -rf %{buildroot}
 %{gem_instdir}/bin/*
 %{gem_libdir}/*
 %{gem_instdir}/conf/*
+%{gem_instdir}/autocomplete/rhc_bash
 %{_bindir}/*
 
+
 %files doc
 %doc %{gem_docdir}
 
 %changelog
+* Sat May 18 2013 Guillermo Gomez <gomix at fedoraproject.org> - 1.8.9-1
+- Updated to version 1.8.9
+- Includes a bash autocomplete sample file
+
 * Sat Apr 20 2013 Guillermo Gomez <gomix at fedoraproject.org> - 1.6.8-1
 - Updated to version 1.6.8
 
diff --git a/sources b/sources
index 4fdfd00..2a18042 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5631b4bf1f5bc9ea3508d23eeeebfdd  rhc-1.6.8.gem
+65a55208dbe8b4ec1518fa01b0b4c1ba  rhc-1.8.9.gem


More information about the scm-commits mailing list