Hello community,
here is the log from the commit of package rubygem-cool.io for openSUSE:Factory
checked in at 2019-06-19 20:59:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-cool.io (Old)
and /work/SRC/openSUSE:Factory/.rubygem-cool.io.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-cool.io"
Wed Jun 19 20:59:33 2019 rev:6 rq:705983 version:1.5.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-cool.io/rubygem-cool.io.changes
2017-12-22 12:18:32.702998991 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-cool.io.new.4811/rubygem-cool.io.changes
2019-06-19 20:59:35.478045094 +0200
@@ -1,0 +2,11 @@
+Sun May 5 09:22:22 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to version 1.5.4
+ see installed CHANGES.md
+
+ 1.5.4
+ -----
+
+ * Add ruby 2.5 to windows gem
+
+-------------------------------------------------------------------
Old:
----
cool.io-1.5.3.gem
New:
----
cool.io-1.5.4.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-cool.io.spec ++++++
--- /var/tmp/diff_new_pack.EAIpPO/_old 2019-06-19 20:59:36.118045667 +0200
+++ /var/tmp/diff_new_pack.EAIpPO/_new 2019-06-19 20:59:36.122045671 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-cool.io
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -24,7 +24,7 @@
#
Name: rubygem-cool.io
-Version: 1.5.3
+Version: 1.5.4
Release: 0
%define mod_name cool.io
%define mod_full_name %{mod_name}-%{version}
++++++ cool.io-1.5.3.gem -> cool.io-1.5.4.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGES.md new/CHANGES.md
--- old/CHANGES.md 2017-11-22 12:05:01.000000000 +0100
+++ new/CHANGES.md 2019-04-02 20:34:19.000000000 +0200
@@ -1,3 +1,8 @@
+1.5.4
+-----
+
+* Add ruby 2.5 to windows gem
+
1.5.3
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile 2017-11-22 12:05:01.000000000 +0100
+++ new/Rakefile 2019-04-02 20:34:19.000000000 +0200
@@ -48,8 +48,7 @@
task :windows do
require 'rake_compiler_dock'
RakeCompilerDock.sh <<-CROSS
- bundle
- rake cross native gem RUBY_CC_VERSION='2.0.0:2.1.6:2.2.2:2.3.0:2.4.0'
+ bundle && bundle exec rake cross native gem
RUBY_CC_VERSION='2.0.0:2.1.6:2.2.2:2.3.0:2.4.0:2.5.0'
CROSS
end
end
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
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 2017-11-22 12:05:01.000000000 +0100
+++ new/lib/cool.io/version.rb 2019-04-02 20:34:19.000000000 +0200
@@ -1,5 +1,5 @@
module Coolio
- VERSION = "1.5.3"
+ VERSION = "1.5.4"
def self.version
VERSION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2017-11-22 12:05:01.000000000 +0100
+++ new/metadata 2019-04-02 20:34:19.000000000 +0200
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: cool.io
version: !ruby/object:Gem::Version
- version: 1.5.3
+ version: 1.5.4
platform: ruby
authors:
- Tony Arcieri
@@ -9,7 +9,7 @@
autorequire:
bindir: bin
cert_chain: []
-date: 2017-11-22 00:00:00.000000000 Z
+date: 2019-04-02 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rake-compiler
@@ -172,7 +172,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.7.2
+rubygems_version: 2.6.14.1
signing_key:
specification_version: 4
summary: A cool framework for doing high performance I/O in Ruby