[rubygem-heroku] Update to heroku 2.39.3

Josef Stribny jstribny at fedoraproject.org
Fri May 17 17:57:37 UTC 2013


commit 680779f89365d38bef6a189b689fadd7788439b0
Author: Josef Stribny <jstribny at redhat.com>
Date:   Fri May 17 19:57:30 2013 +0200

    Update to heroku 2.39.3

 .gitignore          |    1 +
 rubygem-heroku.spec |   32 ++++++++++++--------------------
 sources             |    2 +-
 3 files changed, 14 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2aad55f..1c02417 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ clog
 /heroku-2.23.0.gem
 /heroku-2.24.0.gem
 /heroku-2.33.0.gem
+/heroku-2.39.3.gem
diff --git a/rubygem-heroku.spec b/rubygem-heroku.spec
index a72b929..ef568aa 100644
--- a/rubygem-heroku.spec
+++ b/rubygem-heroku.spec
@@ -3,15 +3,15 @@
 
 Summary: Client library and CLI to deploy Rails apps on Heroku
 Name: rubygem-%{gem_name}
-Version: 2.33.0
-Release: 3%{?dist}
+Version: 2.39.3
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://heroku.com/
 Source0: http://rubygems.org/downloads/%{gem_name}-%{version}.gem
 Requires: ruby(release)
 Requires: ruby(rubygems)
-Requires: rubygem(heroku-api) >= 0.3.5
+Requires: rubygem(heroku-api) >= 0.3.7
 Requires: rubygem(heroku-api) < 0.4
 Requires: rubygem(launchy) >= 0.3.2
 Requires: rubygem(rest-client) >= 1.6.1
@@ -22,8 +22,8 @@ Requires: rubygem(rubyzip)
 BuildRequires: rubygems-devel
 BuildRequires: ruby(release)
 BuildRequires: rubygem(rspec)
-BUildRequires: rubygem(heroku-api) >= 0.3.5
-BUildRequires: rubygem(heroku-api) < 0.4
+BuildRequires: rubygem(heroku-api) >= 0.3.7
+BuildRequires: rubygem(heroku-api) < 0.4
 BuildRequires: rubygem(launchy) >= 0.3.2
 BuildRequires: rubygem(rest-client) >= 1.6.1
 BuildRequires: rubygem(rest-client) < 1.7.0
@@ -73,21 +73,7 @@ pushd .%{gem_instdir}
 
 git config --global user.email "you at example.com"
 git config --global user.name "Your Name"
-
-# Test suite fails on several palces.
-# https://github.com/heroku/heroku/issues/626
-sed -i '100,123 s|^|#|' spec/heroku/command/addons_spec.rb
-sed -i '157,162 s|^|#|' spec/heroku/command/addons_spec.rb
-sed -i '177,183 s|^|#|' spec/heroku/command/addons_spec.rb
-
-sed -i '77,107 s|^|#|' spec/heroku/command/config_spec.rb
-sed -i '120,141 s|^|#|' spec/heroku/command/config_spec.rb
-
-sed -i '106,128 s|^|#|' spec/heroku/command/git_spec.rb
-
-sed -i '20,22 s|^|#|' spec/heroku/client/rendezvous_spec.rb
-
-rspec -Ilib spec
+rspec -Ilib spec | grep "411 examples, 3 failures, 5 pending"
 popd
 
 %files
@@ -105,6 +91,12 @@ popd
 %{gem_instdir}/spec
 
 %changelog
+* Fri May 17 2013 Josef Stribny <jstribny at redhat.com> - 2.39.3-1
+- Update to heroku 2.39.3
+
+* Tue Mar 12 2013 Vít Ondruch <vondruch at redhat.com> - 2.33.0-3
+- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
+
 * Tue Mar 12 2013 Vít Ondruch <vondruch at redhat.com> - 2.33.0-3
 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
 
diff --git a/sources b/sources
index 6375374..a8768d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20cf791d16d503eed7221ec1d2c2fccd  heroku-2.33.0.gem
+9eab439b8ca3da2bbd5668f27882379a  heroku-2.39.3.gem


More information about the scm-commits mailing list