[rubygem-eventmachine] Update to eventmachine 1.0.3.

Vít Ondruch vondruch at fedoraproject.org
Thu Apr 11 08:24:53 UTC 2013


commit 3f53ae60ca62077ee9f0df081c8e00db3ad8e6e0
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Apr 11 10:24:45 2013 +0200

    Update to eventmachine 1.0.3.

 .gitignore                |    1 +
 rubygem-eventmachine.spec |   11 +++++------
 sources                   |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7839ee7..636ec11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 eventmachine-0.12.10.gem
 /eventmachine-1.0.0.gem
 /eventmachine-1.0.1.gem
+/eventmachine-1.0.3.gem
diff --git a/rubygem-eventmachine.spec b/rubygem-eventmachine.spec
index 4585cfb..a56b678 100644
--- a/rubygem-eventmachine.spec
+++ b/rubygem-eventmachine.spec
@@ -6,7 +6,7 @@
 
 Summary:    Ruby/EventMachine library
 Name:       rubygem-%{gem_name}
-Version:    1.0.1
+Version:    1.0.3
 Release:    1%{?dist}
 Group:      Development/Languages
 License:    GPLv2 or Ruby
@@ -62,13 +62,9 @@ mv %{buildroot}%{gem_libdir}/*.so %{buildroot}%{gem_extdir_mri}/lib/
 %check
 pushd .%{gem_instdir}
 
-# test_for_real(TestInactivityTimeout): Test was cancelled after 0.25 seconds.
-# https://github.com/eventmachine/eventmachine/issues/410
 testrb -Ilib tests \
 %if 0%{network} < 1
-  | grep "211 tests, 315 assertions, 0 failures, 17 errors, 0 skips"
-%else
-  | grep "211 tests, 335 assertions, 0 failures, 1 errors, 0 skips"
+  | grep "216 tests, 325 assertions, 0 failures, 16 errors, 0 skips"
 %endif
 
 popd
@@ -99,6 +95,9 @@ popd
 %{gem_instdir}/tests
 
 %changelog
+* Thu Apr 11 2013 Vít Ondruch <vondruch at redhat.com> - 1.0.3-1
+- Update to eventmachine 1.0.3.
+
 * Thu Feb 28 2013 Vít Ondruch <vondruch at redhat.com> - 1.0.1-1
 - Update to eventmachine 1.0.1.
 - Enable SSL support.
diff --git a/sources b/sources
index 172bb97..b39a258 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-49988d3ab08d60a73e5067bbcbf3ab8b  eventmachine-1.0.1.gem
+579e4829c279995da1af5ac87713e1d0  eventmachine-1.0.3.gem


More information about the scm-commits mailing list