- updated to version 1.0.1
* use rb_wait_for_single_fd() on ruby 2.0 to fix rb_thread_select() deprecation * fix epoll/kqueue mode in ruby 2.0 by removing calls to rb_enable_interrupt() [#248, #389] * fix memory leak when verifying ssl cerificates [#403] * fix initial connection delay [#393, #374] OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-eventmachine?expand=0&rev=19
This commit is contained in:
parent
d8e00514d2
commit
e7e62c4500
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff8a799d0bac093a37dff1fb3407aa460c756d8518e814155ccbcda967d450e3
|
|
||||||
size 224256
|
|
3
eventmachine-1.0.1.gem
Normal file
3
eventmachine-1.0.1.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a26c69e50ba15060a94ee8856d7832e6b58fa97d39927486414b169f36aaf1ec
|
||||||
|
size 224256
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 3 19:30:39 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.0.1
|
||||||
|
* use rb_wait_for_single_fd() on ruby 2.0 to fix rb_thread_select() deprecation
|
||||||
|
* fix epoll/kqueue mode in ruby 2.0 by removing calls to rb_enable_interrupt() [#248, #389]
|
||||||
|
* fix memory leak when verifying ssl cerificates [#403]
|
||||||
|
* fix initial connection delay [#393, #374]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 23 19:34:07 UTC 2012 - coolo@suse.com
|
Sun Sep 23 19:34:07 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-eventmachine
|
# spec file for package rubygem-eventmachine
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rubygem-eventmachine
|
Name: rubygem-eventmachine
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name eventmachine
|
%define mod_name eventmachine
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user