Stephan Kulow 2015-02-11 01:26:04 +00:00 committed by Git OBS Bridge
parent bd4c77bb2b
commit f4c6744cad
5 changed files with 44 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34424c87fc517f70ba137fe2281d16b53ce9c13f5cbfc2dda3ada56e96a65827
size 225792

3
eventmachine-1.0.7.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:342b7dfa2bc1d43f9b58c4481d81cc9eb5f7c92a5d0eb39739459fcbdd579d4c
size 231424

View File

@ -7,7 +7,7 @@
#
# it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
:license: Ruby or GPL-2.0
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Wed Feb 11 01:24:44 UTC 2015 - coolo@suse.com
- updated to version 1.0.7
* fix delay in kqueue/epoll reactor shutdown when timers exist [#587]
* fix memory leak introduced in v1.0.5 [#586]
* expose EM.set_simultaneous_accept_count [#420]
* fix busy loop when EM.run and EM.next_tick are invoked from exception handler [#452]
## 1.0.6 (February 3, 2015)
* add support for Rubinius Process::Status [#568]
* small bugfixes for SmtpServer [#449]
* update buftok.rb [#547]
* fix assertion on Write() [#525]
* work around mkmf.rb bug preventing gem installation [#574]
* add pause/resume support to jruby reactor [#556]
* fix pure ruby reactor to use 127.0.0.1 instead of localhost [#439]
* fix compilation under macruby [#243]
* add chunked encoding to http client [#111]
* fix errors on win32 when dealing with pipes [1ea45498] [#105]
## 1.0.5 (February 2, 2015)
* use monotonic clocks on Linux, OS X, Solaris, and Windows [#563]
* use the rb_fd_* API to get autosized fd_sets [#502]
* add basic tests that the DNS resolver isn't leaking timers [#571]
* update to test-unit 2.x and improve various unit tests [#551]
* remove EventMachine_t::Popen code marked by ifdef OBSOLETE [#551]
* ruby 2.0 may fail at Queue.pop, so rescue and complain to $stderr [#551]
* set file handle to INVALID_HANDLE_VALUE after closing the file [#565]
* use `defined?` instead of rescuing NameError for flow control [#535]
* fix closing files and sockets on Windows [#564]
* fix file uploads in Windows [#562]
* catch failure to fork [#539]
* use chunks for SSL write [#545]
-------------------------------------------------------------------
Mon Oct 13 08:37:57 UTC 2014 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-eventmachine
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
#
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
# All sections marked as MANUAL, license headers, summaries and descriptions
@ -22,7 +24,7 @@
#
Name: rubygem-eventmachine
Version: 1.0.3
Version: 1.0.7
Release: 0
%define mod_name eventmachine
%define mod_full_name %{mod_name}-%{version}
@ -40,7 +42,7 @@ Url: http://rubyeventmachine.com
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Ruby/EventMachine library
License: Ruby
License: Ruby or GPL-2.0
Group: Development/Languages/Ruby
%description