[rubygem-heroku: 1/2] - Updated heroku to latest upstream release (v.1.17.16 18/02/2011)

minn minn at fedoraproject.org
Tue Feb 22 14:59:41 UTC 2011


commit 1e4aa502ff8d40ac894a4ab7d7accf35892bef99
Author: minn <Minnikhanov at gmail.com>
Date:   Tue Feb 22 17:48:40 2011 +0300

    - Updated heroku to latest upstream release (v.1.17.16 18/02/2011)

 .gitignore          |    1 +
 heroku-1.17.10.gem  |  Bin 49152 -> 0 bytes
 rubygem-heroku.spec |    9 +++++----
 sources             |    4 ++--
 4 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f9108d..7462b38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ clog
 /rubygem-heroku.spec
 /heroku-1.17.5.gem
 /heroku-1.17.10.gem
+/heroku-1.17.16.gem
diff --git a/rubygem-heroku.spec b/rubygem-heroku.spec
index 2aebdab..54db83a 100644
--- a/rubygem-heroku.spec
+++ b/rubygem-heroku.spec
@@ -1,4 +1,4 @@
-# Generated from heroku-1.17.10.gem by gem2rpm -*- rpm-spec -*-
+# Generated from heroku-1.17.16.gem by gem2rpm -*- rpm-spec -*-
 %global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
 %global gemname heroku
 %global geminstdir %{gemdir}/gems/%{gemname}-%{version}
@@ -7,7 +7,7 @@
 
 Summary: Client library and CLI to deploy Rails apps on Heroku
 Name: rubygem-%{gemname}
-Version: 1.17.10
+Version: 1.17.16
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -42,7 +42,6 @@ This package contains documentation for %{name}.
 %build
 
 %install
-%{__rm} -rf %{buildroot}
 %{__mkdir_p} %{buildroot}%{gemdir}
 gem install --local --install-dir %{buildroot}%{gemdir} \
             --force --rdoc %{SOURCE0}
@@ -50,7 +49,6 @@ gem install --local --install-dir %{buildroot}%{gemdir} \
 %{__mv} %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir}
 rmdir %{buildroot}%{gemdir}/bin
 find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
-%{__rm} -Rf %{buildroot}/%{geminstdir}/.yardoc
 
 %files
 %defattr(-, root, root, -)
@@ -68,6 +66,9 @@ find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
 %{geminstdir}/spec
 
 %changelog
+* Tue Feb 22 2011  <Minnikhanov at gmail.com> - 1.17.16-1
+- Updated heroku to latest upstream release (v.1.17.16 18/02/2011)
+
 * Sat Jan 29 2011  <Minnikhanov at gmail.com> - 1.17.10-1
 - Updated heroku to latest upstream release (v.1.17.10 21/01/2011)
 
diff --git a/sources b/sources
index 8dad81b..afecc6d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-4bd3c038378915dd902d430107267ac1  heroku-1.17.10.gem
-9ef222b6fe77e5c591a8532a4f62183d  rubygem-heroku.spec
+4ea58c4a5dfecf46e11978bc005791e7  heroku-1.17.16.gem
+71e788fe03e3fc61e2cd77c86675958c  rubygem-heroku.spec


More information about the scm-commits mailing list