Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-cool.io for openSUSE:Factory
checked in at 2021-01-21 21:55:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-cool.io (Old)
and /work/SRC/openSUSE:Factory/.rubygem-cool.io.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-cool.io"
Thu Jan 21 21:55:24 2021 rev:9 rq:865178 version:1.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-cool.io/rubygem-cool.io.changes
2020-10-05 19:30:30.232564805 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-cool.io.new.28504/rubygem-cool.io.changes
2021-01-21 21:55:25.757797016 +0100
@@ -1,0 +2,12 @@
+Wed Jan 20 12:29:20 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 1.7.0
+ see installed CHANGES.md
+
+ 1.7.0
+ -----
+
+ * Fix extension build failure for ruby3
+
+
+-------------------------------------------------------------------
Old:
----
cool.io-1.6.1.gem
New:
----
cool.io-1.7.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-cool.io.spec ++++++
--- /var/tmp/diff_new_pack.QtWvbh/_old 2021-01-21 21:55:26.269797372 +0100
+++ /var/tmp/diff_new_pack.QtWvbh/_new 2021-01-21 21:55:26.273797375 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-cool.io
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# 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-cool.io
-Version: 1.6.1
+Version: 1.7.0
Release: 0
%define mod_name cool.io
%define mod_full_name %{mod_name}-%{version}
++++++ cool.io-1.6.1.gem -> cool.io-1.7.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2020-09-24 13:09:56.000000000 +0200
+++ new/.travis.yml 2020-09-26 06:12:15.000000000 +0200
@@ -3,12 +3,10 @@
sudo: false
rvm:
- - 1.9.3
- - 2.0
- - 2.1
- - 2.2
- - 2.3.0
- - 2.4.1
+ - 2.4.10
+ - 2.5
+ - 2.6
+ - 2.7
- ruby-head
- rbx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGES.md new/CHANGES.md
--- old/CHANGES.md 2020-09-24 13:09:56.000000000 +0200
+++ new/CHANGES.md 2020-09-26 06:12:15.000000000 +0200
@@ -1,3 +1,8 @@
+1.7.0
+-----
+
+* Fix extension build failure for ruby3
+
1.6.1
-----
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ext/cool.io/loop.c new/ext/cool.io/loop.c
--- old/ext/cool.io/loop.c 2020-09-24 13:09:56.000000000 +0200
+++ new/ext/cool.io/loop.c 2020-09-26 06:12:15.000000000 +0200
@@ -6,7 +6,6 @@
#include <assert.h>
#include "ruby.h"
-#include "rubysig.h"
#include "ev_wrap.h"
#include "cool.io.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ext/iobuffer/extconf.rb new/ext/iobuffer/extconf.rb
--- old/ext/iobuffer/extconf.rb 2020-09-24 13:09:56.000000000 +0200
+++ new/ext/iobuffer/extconf.rb 2020-09-26 06:12:15.000000000 +0200
@@ -2,8 +2,8 @@
dir_config("iobuffer")
have_library("c", "main")
-if have_macro("HAVE_RB_IO_T", "rubyio.h")
- have_struct_member("rb_io_t", "fd", "rubyio.h")
+if have_macro("HAVE_RB_IO_T", "ruby/io.h")
+ have_struct_member("rb_io_t", "fd", "ruby/io.h")
end
create_makefile("iobuffer_ext")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/cool.io/version.rb new/lib/cool.io/version.rb
--- old/lib/cool.io/version.rb 2020-09-24 13:09:56.000000000 +0200
+++ new/lib/cool.io/version.rb 2020-09-26 06:12:15.000000000 +0200
@@ -1,5 +1,5 @@
module Coolio
- VERSION = "1.6.1"
+ VERSION = "1.7.0"
def self.version
VERSION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2020-09-24 13:09:56.000000000 +0200
+++ new/metadata 2020-09-26 06:12:15.000000000 +0200
@@ -1,15 +1,15 @@
--- !ruby/object:Gem::Specification
name: cool.io
version: !ruby/object:Gem::Version
- version: 1.6.1
+ version: 1.7.0
platform: ruby
authors:
- Tony Arcieri
- Masahiro Nakagawa
-autorequire:
+autorequire:
bindir: bin
cert_chain: []
-date: 2020-09-24 00:00:00.000000000 Z
+date: 2020-09-26 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rake-compiler
@@ -157,7 +157,7 @@
licenses:
- MIT
metadata: {}
-post_install_message:
+post_install_message:
rdoc_options: []
require_paths:
- lib
@@ -172,8 +172,8 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubygems_version: 3.0.3
-signing_key:
+rubygems_version: 3.2.0.rc.1
+signing_key:
specification_version: 4
summary: A cool framework for doing high performance I/O in Ruby
test_files: