[rubygem-rhc] Updated version 0.95.14

Guillermo Gómez gomix at fedoraproject.org
Thu Jul 19 19:15:20 UTC 2012


commit 8ab3738ae2c79864af40be1d311db32158886444
Author: Guillermo Gómez <gomix at fedoraproject.org>
Date:   Thu Jul 19 14:45:06 2012 -0430

    Updated version 0.95.14

 .gitignore       |    1 +
 rubygem-rhc.spec |   30 ++++++++++++++++++++++--------
 sources          |    2 +-
 3 files changed, 24 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6394758..bb36fd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /rhc-0.91.12.gem
 /rhc-0.92.11.gem
 /rhc-0.93.18.gem
+/rhc-0.95.14.gem
diff --git a/rubygem-rhc.spec b/rubygem-rhc.spec
index 1e1d969..756b9c3 100644
--- a/rubygem-rhc.spec
+++ b/rubygem-rhc.spec
@@ -4,8 +4,8 @@
 
 Summary:       OpenShift Express Client Tools
 Name:          rubygem-%{gem_name}
-Version:       0.93.18
-Release:       2%{?dist}
+Version:       0.95.14
+Release:       1%{?dist}
 Group:         Development/Tools
 License:       MIT
 URL:           https://openshift.redhat.com/app/express
@@ -13,11 +13,14 @@ Source0:       http://rubygems.org/downloads/%{gem_name}-%{version}.gem
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:      ruby(abi) = %{rubyabi}
 Requires:      ruby(rubygems)
-Requires:      rubygem-json_pure
-Requires:      rubygem-parseconfig
+Requires:      rubygem-archive-tar-minitar
+Requires:      rubygem-commander
+Requires:      rubygem-highline
+Requires:      rubygem-net-ssh
 Requires:      rubygem-rest-client
+Requires:      rubygem-test-unit
 Requires:      rubygem-rake
-BuildRequires: ruby-irb
+#BuildRequires: ruby-irb
 BuildRequires: rubygems
 BuildRequires: rubygems-devel
 BuildRequires: rubygem-rake
@@ -44,19 +47,19 @@ gem unpack %{SOURCE0}
 
 %setup -q -D -T -n %{gem_name}-%{version}
 
-gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
-
 # Modify the gemspec if necessary with a patch or sed
 # Also apply patches to code if necessary
 # %%patch0 -p1
 
+gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
+
 %build
 mkdir -p .%{gem_dir}
+
 # Create the gem as gem install only works on a gem file
 gem build %{gem_name}.gemspec
 
 export CONFIGURE_ARGS="--with-cflags='%{optflags}'"
-
 # gem install compiles any C extensions and installs into a directory
 # We set that to be a local directory so that we can move it into the
 # buildroot in %%install
@@ -83,7 +86,9 @@ chmod 0755 %{buildroot}%{_bindir}/*
 rm -rf %{buildroot}%{gem_instdir}/.yardoc
 rm -rf %{buildroot}%{gem_instdir}/spec
 rm -rf %{buildroot}%{gem_instdir}/test
+rm -rf %{buildroot}%{gem_instdir}/features
 rm %{buildroot}%{gem_instdir}/Rakefile
+
 %clean
 rm -rf %{buildroot}
 
@@ -107,7 +112,16 @@ rm -rf %{buildroot}
 %doc %{gem_docdir}
 
 %changelog
+* Wed Jul 18 2012 Guillermo Gómez <gomix at fedoraproject.org> - 0.95.14-1
+- Updated to version 0.95.14
+
+* Wed Jun 27 2012 Guillermo Gómez <gomix at fedoraproject.org> - 0.93.19-1
+- This versión fixes the rubygem-sshkey dependency
+
 * Wed Jun 13 2012 Guillermo Gómez <gomix at fedoraproject.org> - 0.93.18-2
+- rubygem-net-ssh runtime dependency added
+- rubygem-archive-tar-minitar runtime dependency added
+- rubygem-commander runtime dependency added
 - Documentation package requires fixed
 
 * Fri Jun 08 2012 Guillermo Gómez <gomix at fedoraproject.org> - 0.93.18-1
diff --git a/sources b/sources
index da0e751..1653b0d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b705d2e3dee23bed9c72a891c20d67ea  rhc-0.93.18.gem
+4f19caeaecfd398f7e05d02f1a61ab18  rhc-0.95.14.gem


More information about the scm-commits mailing list