Changelog for
ruby2.5-rubygem-ffi-1.0.11-lp150.8.9.x86_64.rpm :
* Fri Oct 10 2014 fcastelliAATTsuse.com- update to new packaging scheme and add gem2rpm.yml
* Thu Feb 06 2014 cooloAATTsuse.com- updated to version 1.0.11
* Fri Jun 29 2012 cfarrellAATTsuse.com- license update: LGPL-3.0 See https://github.com/ffi/ffi/blob/master/LICENSE
* Wed Apr 04 2012 cooloAATTsuse.com- update to 1.0.11 - no changelog
* Wed Mar 28 2012 saschpeAATTsuse.de- Spec file cleanup:
* Factory preparation
* Wed Aug 24 2011 fcastelliAATTnovell.com- fix license- add \'provides\' macros
* Sun May 22 2011 dmacvicarAATTsuse.de- update to 1.0.9
* Fri Jun 11 2010 mrueckertAATTsuse.de- update to version 0.6.3
* Fri Jun 11 2010 mrueckertAATTsuse.de- use rubygems_requires macro
* Sun Feb 14 2010 dmacvicarAATTnovell.com- update to 0.6.0
* Thu Dec 17 2009 dmacvicarAATTnovell.com- Update to 0.5.4
* bugfix in extconf.rb when appending to $CFLAGS- from 0.5.3
* fixes powerpc, cywin and FreeBSD installation/build problems- from 0.5.2
* Fedora fixes
* Tue Nov 03 2009 dmacvicarAATTnovell.com- Update to 0.5.1
* This is a bug fix release for variadic functions which return structures by value
* Tue Oct 13 2009 dmacvicarAATTnovell.com- Update to 0.5.0
* Major improvements
* New Function class
* Structs can be passed and returned by value
* Implement a custom trampoline for x86_64, resulting in roughly 30% speedup
* Improve dispatch of functions which take (0..6) char/short/int/long/pointer arguments by between 50% and 200% on x86_64
* Callbacks are now approximately 100% faster on x86_64
* Minor improvements
* Add support for MacOSX Snow Leopard
* Improve support for Windows releasing fat binaries on rubyforge
* Better introspection in structs:
* Add StructLayout::Field#type, size, offset, alignment and name methods
* Add StructLayout#fields which returns an array of StructLayout::Field objects
* Add automagic deducing of library name from module name. Idea and prototype implementation from Matt Hulse
* Callback fields in structs can now be both read and written
* Add a bunch of new benchmarks
* Lots of refactoring
* Experimental features
* blocking functions (i.e. native code that blocks the thread) support
* Bug fixes
* Fix RUBY-FFI_43 (rake gem dependency)
* Wed Aug 12 2009 dmacvicarAATTnovell.com- update to 0.4.0
* Add support for boolean types
* Add support for methods as callbacks
* Add FFI::IO.read as described in JRUBY-3636
* Add Pointer::NULL constant
* Add AbstractMemory#get_array_of_string()
* Implement Pointer.new(address) and Pointer.new(:type, address)
* Fix RUBY_FFI-38
* Fix build issues
* Sun Jul 26 2009 dmacvicarAATTnovell.com- initial package for 0.3.5