[rubygem-therubyracer] Updated to 0.11.0 final.

Bohuslav Kabrda bkabrda at fedoraproject.org
Thu Mar 7 09:57:43 UTC 2013


commit 2734ba9ca35dc0b99f702827de0f6f60b68908b1
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Thu Mar 7 10:57:36 2013 +0100

    Updated to 0.11.0 final.

 .gitignore                |    1 +
 rubygem-therubyracer.spec |   11 ++++++++---
 sources                   |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ac85d5..018c7de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /therubyracer-0.11.0beta5.gem
+/therubyracer-0.11.0.gem
diff --git a/rubygem-therubyracer.spec b/rubygem-therubyracer.spec
index c1caee0..dbfd16a 100644
--- a/rubygem-therubyracer.spec
+++ b/rubygem-therubyracer.spec
@@ -1,8 +1,8 @@
 %global gem_name therubyracer
 
 %global majorver 0.11.0
-%global release 6
-%global preminorver beta5
+%global release 1
+#%%global preminorver beta5
 %global fullver %{majorver}%{?preminorver}
 
 %{?preminorver:%global gem_instdir %{gem_dir}/gems/%{gem_name}-%{fullver}}
@@ -79,7 +79,9 @@ mv spec/redjs_spec.rb spec/redjs_spec.rb.notest
 V8_VERSION=`d8 -e "print(version())"`
 sed -i "s|V8::C::V8::GetVersion().*|V8::C::V8::GetVersion().should match /^${V8_VERSION}/|" spec/c/constants_spec.rb
 
-rspec spec
+# skip the threading specs for now
+# https://github.com/cowboyd/therubyracer/pull/98#issuecomment-14442089
+rspec spec --tag ~threads
 popd
 
 %files
@@ -102,6 +104,9 @@ popd
 %{gem_instdir}/therubyracer.gemspec
 
 %changelog
+* Thu Mar 07 2013 Bohuslav Kabrda <bkabrda at redhat.com> - 0.11.0-1
+- Updated to 0.11.0 final.
+
 * Thu Feb 28 2013 Bohuslav Kabrda <bkabrda at redhat.com> - 0.11.0-0.6.beta5
 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
 
diff --git a/sources b/sources
index ebaa37d..44d5114 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d38ac5aeaed222c976b8aaed24c7eac  therubyracer-0.11.0beta5.gem
+52020e50aceedb2e10dd9ba156af15c4  therubyracer-0.11.0.gem


More information about the scm-commits mailing list