Hello community, here is the log from the commit of package rubygem-puma for openSUSE:Factory checked in at 2015-12-14 10:13:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-puma (Old) and /work/SRC/openSUSE:Factory/.rubygem-puma.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-puma" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-puma/rubygem-puma.changes 2015-11-10 10:03:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-puma.new/rubygem-puma.changes 2015-12-14 10:13:27.000000000 +0100 @@ -1,0 +2,12 @@ +Mon Nov 9 05:30:52 UTC 2015 - [email protected] + +- updated to version 2.15.3 + see installed History.txt + + === 2.15.3 / 2015-11-07 + + * 1 bug fix: + + * Fix JRuby parser + +------------------------------------------------------------------- Old: ---- puma-2.15.2.gem New: ---- puma-2.15.3.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-puma.spec ++++++ --- /var/tmp/diff_new_pack.xDl1y5/_old 2015-12-14 10:13:28.000000000 +0100 +++ /var/tmp/diff_new_pack.xDl1y5/_new 2015-12-14 10:13:28.000000000 +0100 @@ -24,7 +24,7 @@ # Name: rubygem-puma -Version: 2.15.2 +Version: 2.15.3 Release: 0 %define mod_name puma %define mod_full_name %{mod_name}-%{version} ++++++ puma-2.15.2.gem -> puma-2.15.3.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/History.txt new/History.txt --- old/History.txt 2015-11-07 00:35:53.000000000 +0100 +++ new/History.txt 2015-11-07 18:17:53.000000000 +0100 @@ -1,3 +1,9 @@ +=== 2.15.3 / 2015-11-07 + +* 1 bug fix: + + * Fix JRuby parser + === 2.15.2 / 2015-11-06 * 2 bug fixes: Files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ext/puma_http11/org/jruby/puma/Http11.java new/ext/puma_http11/org/jruby/puma/Http11.java --- old/ext/puma_http11/org/jruby/puma/Http11.java 2015-11-07 00:35:53.000000000 +0100 +++ new/ext/puma_http11/org/jruby/puma/Http11.java 2015-11-07 18:17:53.000000000 +0100 @@ -111,7 +111,7 @@ req.op_aset(req.getRuntime().getCurrentContext(), f, RubyString.newString(runtime, b)); } else { RubyString vs = v.convertToString(); - vs.cat(", "); + vs.cat(RubyString.newString(runtime, ", ")); vs.cat(b); } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/puma/const.rb new/lib/puma/const.rb --- old/lib/puma/const.rb 2015-11-07 00:35:53.000000000 +0100 +++ new/lib/puma/const.rb 2015-11-07 18:17:53.000000000 +0100 @@ -99,7 +99,7 @@ # too taxing on performance. module Const - PUMA_VERSION = VERSION = "2.15.2".freeze + PUMA_VERSION = VERSION = "2.15.3".freeze CODE_NAME = "Autumn Arbor Airbrush".freeze FAST_TRACK_KA_TIMEOUT = 0.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2015-11-07 00:35:53.000000000 +0100 +++ new/metadata 2015-11-07 18:17:53.000000000 +0100 @@ -1,14 +1,14 @@ --- !ruby/object:Gem::Specification name: puma version: !ruby/object:Gem::Version - version: 2.15.2 + version: 2.15.3 platform: ruby authors: - Evan Phoenix autorequire: bindir: bin cert_chain: [] -date: 2015-11-06 00:00:00.000000000 Z +date: 2015-11-07 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rdoc
