Accepting request 224280 from devel:languages:ruby
OBS-URL: https://build.opensuse.org/request/show/224280 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ruby?expand=0&rev=50
This commit is contained in:
commit
a42d665bf6
@ -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
|
23
ruby.changes
23
ruby.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 28 14:14:00 UTC 2014 - adrian@suse.de
|
||||||
|
|
||||||
|
- use api version 2.1.0 again to avoid dependency breakages
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Sat Feb 15 21:05:19 UTC 2014 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@ -25,14 +25,14 @@ Name: ruby
|
|||||||
####
|
####
|
||||||
|
|
||||||
%define patch_level p0
|
%define patch_level p0
|
||||||
Version: 2.1.0
|
Version: 2.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
# ruby-macros and ruby-common version
|
# ruby-macros and ruby-common version
|
||||||
%define rpm_macros_version 3
|
%define rpm_macros_version 3
|
||||||
|
|
||||||
#
|
#
|
||||||
%define pkg_version 2.1.0
|
%define pkg_version %{version}
|
||||||
%define libname lib%{name}2_1
|
%define libname lib%{name}2_1
|
||||||
# keep in sync with macro file!
|
# keep in sync with macro file!
|
||||||
%define rb_ver 2.1.0
|
%define rb_ver 2.1.0
|
||||||
@ -168,8 +168,8 @@ Group: Development/Languages/Ruby
|
|||||||
# - the usual means to generate provides for rubygems is using ruby
|
# - the usual means to generate provides for rubygems is using ruby
|
||||||
# and ruby is not available while building ruby :-/
|
# and ruby is not available while building ruby :-/
|
||||||
|
|
||||||
%define gen_embedded_provides4() %(awk -f %{S:8} -- %version %arch %1 %2 %3 %4)
|
%define gen_embedded_provides4() %(awk -f %{S:8} -- 2.1.0 %arch %1 %2 %3 %4)
|
||||||
%define gen_embedded_provides5() %(awk -f %{S:8} -- %version %arch %1 %2 %3 %4 %5)
|
%define gen_embedded_provides5() %(awk -f %{S:8} -- 2.1.0 %arch %1 %2 %3 %4 %5)
|
||||||
%gen_embedded_provides4 io-console 0 4 2
|
%gen_embedded_provides4 io-console 0 4 2
|
||||||
%gen_embedded_provides4 json 1 8 1
|
%gen_embedded_provides4 json 1 8 1
|
||||||
%gen_embedded_provides4 minitest 4 7 5
|
%gen_embedded_provides4 minitest 4 7 5
|
||||||
|
Loading…
Reference in New Issue
Block a user