File ruby2.1.changes of Package ruby2.1.2315

-------------------------------------------------------------------
Thu Mar 24 11:06:06 UTC 2016 - dvaleev@suse.com

- fate#320684/bsc#973073
   0001-gc.c-tick-for-POWER-arch.patch
   0001-vm_exec.c-improve-performance-in-ppc64-arch.patch

  Preformance improvements of Ruby on POWER platform.
  Commit ids are: a5456a1d8308cec5461846418500f77b69a01e4d and
  d1075b72c819ee537bde8a302340c4b837402a76

-------------------------------------------------------------------
Thu Dec 18 17:22:18 UTC 2014 - jmassaguerpla@suse.com

- fix CVE-2014-8090:  ruby: Another Denial Of Service XML Expansion
  (bnc#905326)

  CVE-2014-8090.patch: contains the patch

- fix CVE-2014-8080: ruby: ruby19: Denial Of Service XML Expansion
  (bnc#902851)

  CVE-2014-8080.patch: contains the patch

- Enable tests to run during the build. This way we can compare
  the results on different builds.

-------------------------------------------------------------------
Wed Sep 24 14:39:25 UTC 2014 - mrueckert@suse.de

- also make the ghost files match what we generate in the rubygem
  based packages

-------------------------------------------------------------------
Wed Sep 24 13:47:09 UTC 2014 - mrueckert@suse.de

- also provide the %{_bindir}/$bin%{rb_binary_suffix} symlinks via
  u-a to be consistent with what gem based packages do.

-------------------------------------------------------------------
Mon Sep 22 12:28:58 UTC 2014 - mrueckert@suse.de

- conflict with $interpreter(abi) = %api_version to make the
  upgrade path easier.

-------------------------------------------------------------------
Mon Sep 22 09:44:38 UTC 2014 - mrueckert@suse.de

- instead of touch for the files in /etc/alternatives. use the
  symlink pointing to itself.

-------------------------------------------------------------------
Fri Sep 19 09:49:55 UTC 2014 - mrueckert@suse.de

- conflict with our own ruby abi

-------------------------------------------------------------------
Wed Sep 17 16:44:09 UTC 2014 - mrueckert@suse.de

- only provide the rdoc and ri symlink on newer than sle11

-------------------------------------------------------------------
Mon Sep 15 14:35:03 UTC 2014 - mrueckert@suse.de

- the ruby(abi) = $interpreter:$abiversion was not a good idea. rpm
  treats the $interpreter part as epoch. instead we use now:
  $interpreter(abi) = $abiversion

  For MRI it means we are basically back to ruby(abi).
  Examples for alternative ruby interpreters are rubinius(abi) and
  jruby(abi) (bnc#896658)

-------------------------------------------------------------------
Wed Sep  3 14:12:54 UTC 2014 - mrueckert@suse.de

- also in the awk generated provides we should add the
  intererpreter part to the provides. also remove the old package
  name based provides there.

-------------------------------------------------------------------
Wed Sep  3 13:03:04 UTC 2014 - mrueckert@suse.de

- use new ruby abi syntax in the macros

-------------------------------------------------------------------
Wed Sep  3 12:56:35 UTC 2014 - mrueckert@suse.de

- use the new syntax for ruby abi 

-------------------------------------------------------------------
Wed Jul 16 17:26:18 UTC 2014 - mrueckert@suse.de

- added ruby2.1.macros:
  ruby 2.1 specific macros for the macro based expansion
- added ruby2.1-default.macros:
  if ruby 2.1 is default this file will be installed and sets the
  rb_default* variables and rb_build_versions accordingly.
- no longer conflict with the other versioned ruby packages

-------------------------------------------------------------------
Tue Jul 15 18:27:51 UTC 2014 - mrueckert@suse.de

- now we can configure the default ruby version in the project
  config.

  if the package's rb_soname matches the rb_default_ruby_suffix,
  the package is default and we create the hardlinks for the
  important binaries and the libruby.so symlink.

-------------------------------------------------------------------
Tue Jul 15 14:23:56 UTC 2014 - mrueckert@suse.de

- require ruby-common already in the main package, not every
  package we build requires ruby-devel
- update the rubygems provides to the actual version

-------------------------------------------------------------------
Wed Jun 18 21:38:50 UTC 2014 - mrueckert@suse.de

- %ix86 architectures are x86 for rubygems

-------------------------------------------------------------------
Wed Jun 18 18:45:29 UTC 2014 - mrueckert@suse.de

- also package the extensions documentation dir

-------------------------------------------------------------------
Wed Jun 18 15:22:27 UTC 2014 - mrueckert@suse.de

- no longer share the rb_binary_suffix between the library usage
  and the binary usage. for the library usage we have now
  rb_soname.
- change rb_binary_suffix to .ruby2.1

-------------------------------------------------------------------
Wed Jun 18 13:31:15 UTC 2014 - mrueckert@suse.de

- also provide libruby.so again:
  too much broken code relies on the existence of it

-------------------------------------------------------------------
Wed Jun 18 09:20:50 UTC 2014 - mrueckert@suse.de

- also package the extensions dir so we have an owner

-------------------------------------------------------------------
Tue Jun 17 12:41:44 UTC 2014 - mrueckert@suse.de

- no longer provide the ruby macros 

-------------------------------------------------------------------
Sun Jun 15 22:23:05 UTC 2014 - mrueckert@suse.de

- remove ruby19-export_init_prelude.patch

-------------------------------------------------------------------
Sun Jun 15 18:27:42 UTC 2014 - mrueckert@suse.de

- dont build ruby-common in here anymore

-------------------------------------------------------------------
Fri May 16 20:21:05 UTC 2014 - kkaempf@suse.com

- Update to 2.1.2
  - fix for a regression of Hash#reject in Ruby 2.1.1
  - support for build with Readline-6.3 (see Bug #9578)
  - updated bundled version of libyaml with psych
  - some bug fixes.

-------------------------------------------------------------------
Sun Mar  2 09:07:57 UTC 2014 - kkaempf@suse.com

- make api_version explicit in spec
- adapt versions of embedded gems

-------------------------------------------------------------------
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

- add internal.h to ruby-devel-extra

-------------------------------------------------------------------
Mon Feb 10 11:20:16 UTC 2014 - kkaempf@suse.com

- Don't require rpm-with-ruby-provide-hook on SLE11.
  It's not a runtime requirement but a build-time requirement for
  rubygems in SLE11. Buildservice will take care of that.

-------------------------------------------------------------------
Fri Feb  7 12:05:32 UTC 2014 - coolo@suse.com

- reintroduce update-alternatives for rake, rdoc and ri as those
  can come from more uptodate gems

-------------------------------------------------------------------
Sat Feb  1 11:51:30 UTC 2014 - coolo@suse.com

- readd old macros - for now at least

-------------------------------------------------------------------
Fri Jan 31 10:22:24 UTC 2014 - kkaempf@suse.com

- generate provides for embedded rubygems

-------------------------------------------------------------------
Thu Jan 30 14:29:36 UTC 2014 - kkaempf@suse.com

- merged ruby-common

-------------------------------------------------------------------
Sun Jan 19 12:54:46 UTC 2014 - kkaempf@suse.com

- new package split - only single Ruby version installable
  ruby - binary
  libruby2_1-2_0 - ruby runtime library
  ruby-stdlib - ruby standard library
  ruby-doc - ruby documentation
  ruby-devel - ruby development

-------------------------------------------------------------------
Sun Jan 19 12:53:57 UTC 2014 - kkaempf@suse.com

- revert the ruby split (ruby - ruby21)
  rename ruby21 to ruby, integrate 'ruby' and 'ruby-common'

-------------------------------------------------------------------
Thu Jan  9 10:37:57 UTC 2014 - jreidinger@suse.com

- remove part of rubygems1.5 patch that modify mkmf which is
  already fixed upstream

-------------------------------------------------------------------
Wed Jan  8 20:03:32 UTC 2014 - kkaempf@suse.com

- fix rb_arch in spec: append -gnu
- fix native gem builds: create gem native extensions dir

-------------------------------------------------------------------
Mon Jan  6 08:31:16 UTC 2014 - coolo@suse.com

- initial version for ruby 2.1.0 - changes to Ruby 2.0:
  VM (method cache)
  RGenGC (See ko1’s RubyKaigi presentation and RubyConf 2013 presentation)
  refinements #8481 #8571
  syntax changes
  Rational/Complex Literal #8430
  def’s return value #3753
  Bignum
  use GMP #8796
  String#scrub #8414
  Socket.getifaddrs #8368
  RDoc 4.1.0 and RubyGems 2.2.0
  “literal”.freeze is now optimized #9042
  add Exception#cause #8257
  update libraries like BigDecimal, JSON, NKF, Rake, RubyGems, and RDoc
  remove curses #8584

- initial patches:
 drop_content_size_check_in_xmlrpc.patch
 ruby-1.9.2p290_tcl_no_stupid_rpaths.patch
 ruby19-export_init_prelude.patch
 rubygems-1.5.0_buildroot.patch

openSUSE Build Service is sponsored by