Accepting request 321082 from devel:languages:ruby:extensions
1 OBS-URL: https://build.opensuse.org/request/show/321082 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-eventmachine?expand=0&rev=14
This commit is contained in:
commit
836ef9a689
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:342b7dfa2bc1d43f9b58c4481d81cc9eb5f7c92a5d0eb39739459fcbdd579d4c
|
||||
size 231424
|
3
eventmachine-1.0.8.gem
Normal file
3
eventmachine-1.0.8.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57ba18d8f76fb43f8842dd17cc3cebc46eea06a5d5033b3131ac8f73c7bc3bbb
|
||||
size 232960
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 7 04:29:43 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 1.0.8
|
||||
see installed CHANGELOG.md
|
||||
|
||||
## 1.0.8 (August 6, 2015)
|
||||
* fix kqueue assertion failed, postpone ArmKqueueWriter until all events are processed [#51, #176, #372, #401, #619]
|
||||
* fix Rubinius GC, crank the machine from Ruby space when running Rubinius [#201, #202, #617]
|
||||
* test to show that LineText2 preserves whitespace and newlines [#32, #622]
|
||||
* bump up compiler warnings and resolve them [#616]
|
||||
* fix Windows x64 use uintptr_t instead of unsigned long for binding pointers [#612, #615]
|
||||
* fix linetext2 unroll tail recursion to avoid stack level too deep [#609]
|
||||
* fix for compilation with SSL on windows [#601]
|
||||
* open file descriptors and sockets with O_CLOEXEC where possible [#298, #488, #591]
|
||||
* fix SmtpClient: send second EHLO after STARTTLS. [#589]
|
||||
* fix nul-terminated strings in C, use StringValueCStr instead of StringValuePtr
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 12 08:59:04 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-eventmachine
|
||||
Version: 1.0.7
|
||||
Version: 1.0.8
|
||||
Release: 0
|
||||
%define mod_name eventmachine
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
@ -34,10 +34,10 @@ BuildRequires: openssl-devel
|
||||
BuildRequires: pkg-config
|
||||
# /MANUAL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ruby-macros >= 5
|
||||
BuildRequires: %{rubydevel}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: %{rubygem rdoc > 3.10}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
Url: http://rubyeventmachine.com
|
||||
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: rubygem-eventmachine-rpmlintrc
|
||||
|
Loading…
Reference in New Issue
Block a user