- Update to 2.1.1
Speedup and bugfixes (upstream bug ids): - rubygems 2.2.2 (#9489) - fix segfault at unpacking modified String (#9478) - Struct#send(:setter=, rhs) does not return rhs (#9470) - Array#uniq behavior change (#9470) - Timeout behavior change (#9470) - Hash lookup with #hash and #eql broken (#9470) - bigdecimal division issue (#9470) - SizedQueue not working (#9470) - BidDecimal division (#9316) - fix 'gem install --ignore-dependencies' for remote gems (#9282) - Array#to_h should not ignore badly formed elements (#9270) - Method#arity for keyword arguments (#8072) OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/ruby?expand=0&rev=78
This commit is contained in:
parent
0166f09074
commit
c155669e89
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d3f4ad5f619ec15229206b6667586dcec7cc986672c8fbb8558161ecf07e277
|
||||
size 12007442
|
3
ruby-2.1.1.tar.bz2
Normal file
3
ruby-2.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96aabab4dd4a2e57dd0d28052650e6fcdc8f133fa8980d9b936814b1e93f6cfc
|
||||
size 11990697
|
18
ruby.changes
18
ruby.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 09:03:07 UTC 2014 - kkaempf@suse.com
|
||||
|
||||
- Update to 2.1.1
|
||||
Speedup and bugfixes (upstream bug ids):
|
||||
- rubygems 2.2.2 (#9489)
|
||||
- fix segfault at unpacking modified String (#9478)
|
||||
- Struct#send(:setter=, rhs) does not return rhs (#9470)
|
||||
- Array#uniq behavior change (#9470)
|
||||
- Timeout behavior change (#9470)
|
||||
- Hash lookup with #hash and #eql broken (#9470)
|
||||
- bigdecimal division issue (#9470)
|
||||
- SizedQueue not working (#9470)
|
||||
- BidDecimal division (#9316)
|
||||
- fix 'gem install --ignore-dependencies' for remote gems (#9282)
|
||||
- Array#to_h should not ignore badly formed elements (#9270)
|
||||
- Method#arity for keyword arguments (#8072)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 15 21:05:19 UTC 2014 - kkaempf@suse.com
|
||||
|
||||
|
@ -25,14 +25,14 @@ Name: ruby
|
||||
####
|
||||
|
||||
%define patch_level p0
|
||||
Version: 2.1.0
|
||||
Version: 2.1.1
|
||||
Release: 0
|
||||
|
||||
# ruby-macros and ruby-common version
|
||||
%define rpm_macros_version 3
|
||||
|
||||
#
|
||||
%define pkg_version 2.1.0
|
||||
%define pkg_version %{version}
|
||||
%define libname lib%{name}2_1
|
||||
# keep in sync with macro file!
|
||||
%define rb_ver 2.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user