Accepting request 453551 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/453551 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-eventmachine?expand=0&rev=35
This commit is contained in:
parent
c5f4972175
commit
aa3f8325a8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e5dcfbde971a8ba0501c71da988d50a193f1bff8fead8baa8fdfa425d5a170a
|
||||
size 245248
|
3
eventmachine-1.2.2.gem
Normal file
3
eventmachine-1.2.2.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aea8272b453a654adad2df990624a4f152aa383d29b1b2e6d504043c0666b402
|
||||
size 245760
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 31 05:37:52 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to version 1.2.2
|
||||
see installed CHANGELOG.md
|
||||
|
||||
## 1.2.2 (January 23, 2016)
|
||||
* Java: Fix Fixnum deprecated warning in Ruby 2.4+ [#759]
|
||||
* Fix uncaught C++ exception in file watcher and raise InvalidSignature [#512, #757]
|
||||
* Fix connection count off-by-one for epoll and kqueue [#750]
|
||||
* Fix uninitialized variable warning in EM::P::HttpClient [#749]
|
||||
* Fix missing initial value for EventableDescriptor NextHeartbeat [#748]
|
||||
* Fix hostname resolution on Solaris, Ilumos, SmartOS, et al [#745, #746]
|
||||
* Improve reliability of tests, reduce public Internet accesses in tests [#656, #666, #749]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 05:29:43 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-eventmachine
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-eventmachine
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
%define mod_name eventmachine
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user