2020-01-27 12:37:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 27 12:31:26 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>
|
|
|
|
|
|
|
|
- updated to version 1.12.1
|
|
|
|
|
|
|
|
* Add binary gem support for ruby-2.7 on Windows
|
|
|
|
|
2019-11-28 07:27:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 28 07:21:16 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>
|
|
|
|
|
|
|
|
- updated to version 1.11.3
|
|
|
|
|
|
|
|
* Remove support for tainted objects which cause deprecation warnings in ruby-2.7. #730
|
|
|
|
|
2019-11-12 16:20:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 12 15:33:08 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>
|
|
|
|
|
|
|
|
- updated to version 1.11.2
|
|
|
|
|
|
|
|
Added:
|
|
|
|
* Add DragonFlyBSD as a platform. #724
|
|
|
|
|
|
|
|
Changed:
|
|
|
|
* Sort all types.conf files, so that files and changes are easier to compare.
|
|
|
|
* Regenerated type conf for freebsd12 and x86_64-linux targets. #722
|
|
|
|
* Remove MACOSX_DEPLOYMENT_TARGET that was targeting very old version 10.4. #647
|
|
|
|
* Fix library name mangling for non glibc Linux/UNIX. #727
|
|
|
|
* Fix compiler warnings raised by ruby-2.7
|
|
|
|
* Update libffi to latest master.
|
|
|
|
|
2019-07-08 08:36:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 8 08:33:44 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>
|
|
|
|
|
|
|
|
- updated to version 1.11.1
|
|
|
|
|
|
|
|
Changed:
|
|
|
|
* Raise required ruby version to >=2.0. #699, #700
|
|
|
|
* Fix a possible linker error on ruby < 2.3 on Linux.
|
|
|
|
|
2019-05-20 12:33:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 20 12:26:14 UTC 2019 - Lukas Krause <lukas.krause@suse.com>
|
|
|
|
|
|
|
|
- updated to version 1.11.0
|
|
|
|
see installed CHANGELOG.md
|
|
|
|
|
|
|
|
# Added
|
|
|
|
|
|
|
|
* Add ability to disable or force use of system libffi.
|
|
|
|
#669 Use like gem inst ffi -- --enable-system-libffi
|
|
|
|
* Add ability to call FFI callbacks from outside of FFI call frame. #584
|
|
|
|
* Add proper documentation to FFI::Generator and ::Task
|
|
|
|
* Add gemspec metadata. #696, #698
|
|
|
|
|
|
|
|
# Changed
|
|
|
|
|
|
|
|
* Fix stdcall on Win32. #649, #669
|
|
|
|
* Fix load paths for FFI::Generator::Task
|
|
|
|
* Fix FFI::Pointer#read_string(0) to return a binary String. #692
|
|
|
|
* Fix benchmark suite so that it runs on ruby-2.x
|
|
|
|
* Move FFI::Platform::CPU from C to Ruby. #663
|
|
|
|
* Move FFI::StructByReference to Ruby. #681
|
|
|
|
* Move FFI::DataConverter to Ruby (#661)
|
|
|
|
* Various cleanups and improvements of specs and benchmarks
|
|
|
|
|
|
|
|
# Removed
|
|
|
|
|
|
|
|
* Remove ruby-1.8 and 1.9 compatibility code. #683
|
|
|
|
* Remove unused spec files. #684
|
|
|
|
|
2019-01-14 14:33:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 14 08:00:29 UTC 2019 - mschnitzer@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.10.0
|
|
|
|
|
|
|
|
Added:
|
|
|
|
* Add /opt/local/lib/ to ffi's fallback library search path. #638
|
|
|
|
* Add binary gem support for ruby-2.6 on Windows
|
|
|
|
* Add FreeBSD on AArch64 and ARM support. #644
|
|
|
|
* Add FFI::LastError.winapi_error on Windows native or Cygwin. #633
|
|
|
|
|
|
|
|
Changed:
|
|
|
|
* Update to rake-compiler-dock-0.7.0
|
|
|
|
* Use 64-bit inodes on FreeBSD >= 12. #644
|
|
|
|
* Switch time_t and suseconds_t types to long on FreeBSD. #627
|
|
|
|
* Make register_t long_long on 64-bit FreeBSD. #644
|
|
|
|
* Fix Pointer#write_array_of_type #637
|
|
|
|
|
|
|
|
Removed:
|
|
|
|
* Drop binary gem support for ruby-2.0 and 2.1 on Windows
|
|
|
|
|
2018-06-04 21:20:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 3 23:06:36 UTC 2018 - factory-auto@kulow.org
|
|
|
|
|
|
|
|
- updated to version 1.9.25
|
|
|
|
see installed CHANGELOG.md
|
|
|
|
|
|
|
|
1.9.25 / 2018-06-03
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
Changed:
|
|
|
|
* Revert closures via libffi.
|
|
|
|
This re-adds ClosurePool and fixes compat with SELinux enabled systems. #621
|
|
|
|
|
2018-06-03 22:40:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 2 15:04:54 UTC 2018 - factory-auto@kulow.org
|
|
|
|
|
|
|
|
- updated to version 1.9.24
|
|
|
|
see installed ChangeLog.v1
|
|
|
|
|
2018-02-26 12:28:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 26 05:29:11 UTC 2018 - factory-auto@kulow.org
|
|
|
|
|
|
|
|
- updated to version 1.9.23
|
|
|
|
see installed ChangeLog.libffi
|
|
|
|
|
2018-02-23 12:28:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 23 05:29:26 UTC 2018 - factory-auto@kulow.org
|
|
|
|
|
|
|
|
- updated to version 1.9.22
|
|
|
|
see installed ChangeLog.libffi
|
|
|
|
|
2018-02-06 13:48:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 6 12:48:02 UTC 2018 - bgeuken@suse.com
|
|
|
|
|
|
|
|
- Updated to version 1.9.21
|
|
|
|
|
|
|
|
No changelog found
|
|
|
|
|
2017-03-15 13:33:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 4 05:42:10 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.9.18
|
|
|
|
see installed ChangeLog
|
|
|
|
|
2017-01-19 06:39:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 14 05:31:31 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.9.17
|
|
|
|
see installed ChangeLog
|
|
|
|
|
2016-07-18 14:29:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 12 04:28:48 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.9.14
|
|
|
|
see installed ChangeLog
|
|
|
|
|
2016-07-09 05:55:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 7 04:29:55 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.9.13
|
|
|
|
see installed ChangeLog
|
|
|
|
|
2016-07-06 07:46:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 6 04:30:36 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.9.12
|
|
|
|
see installed ChangeLog
|
|
|
|
|
2015-07-01 08:17:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 1 04:29:51 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.9.10
|
|
|
|
see installed ChangeLog
|
|
|
|
|
2015-06-27 06:27:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 27 04:30:12 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.9.9
|
|
|
|
see installed ChangeLog
|
|
|
|
|
2015-03-18 15:35:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 18 15:35:36 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.9.8, no changelog
|
|
|
|
|
2014-11-21 22:03:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 21 21:44:46 UTC 2014 - opensuse_buildservice@ojkastl.de
|
|
|
|
|
|
|
|
- manual dependency libffi-devel and rpmlintrc now in gem2rpm.yml
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 21 21:18:30 UTC 2014 - opensuse_buildservice@ojkastl.de
|
|
|
|
|
|
|
|
- adapted to new packaging scheme, regenerated spec with gem2rpm, readded libffi-devel
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 21 21:10:45 UTC 2014 - opensuse_buildservice@ojkastl.de
|
|
|
|
|
|
|
|
- update to version 1.9.6
|
|
|
|
|
2014-02-06 18:29:04 +00:00
|
|
|
-------------------------------------------------------------------
|
2014-07-22 08:56:55 +00:00
|
|
|
Tue Jul 22 08:52:18 UTC 2014 - dmacvicar@suse.de
|
|
|
|
|
|
|
|
- remove rdoc buildrequires to build with older
|
|
|
|
rubies including rdoc. It is still pulled otherwise
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-02-06 18:29:04 +00:00
|
|
|
Thu Feb 6 18:28:37 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.9.3
|
|
|
|
|
2013-10-31 18:38:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 31 05:54:34 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.9.3, changed license to BSD
|
|
|
|
|
2013-06-15 06:43:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 15 06:42:06 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.9.0, no changelog
|
|
|
|
|
2013-04-24 05:55:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 24 05:53:06 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.8.1, no changelog
|
|
|
|
|
2013-04-12 07:55:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 12 07:53:41 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.7.0
|
|
|
|
|
2013-03-26 06:03:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 26 06:03:20 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- remove rm, it's done by gem_cleanup now
|
|
|
|
|
2013-03-23 08:04:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 23 08:03:31 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.5.0, no changelog
|
|
|
|
|
2013-03-03 19:15:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 3 19:15:38 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.4.0
|
|
|
|
|
2013-01-25 06:40:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 25 06:39:40 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.3.1
|
|
|
|
|
2013-01-08 20:21:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 8 20:21:08 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.3.0
|
|
|
|
|
2012-11-21 06:34:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 21 06:33:36 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.2.0
|
|
|
|
|
2012-08-09 14:52:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 9 14:52:14 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.1.5
|
|
|
|
|
2012-08-04 19:01:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 4 19:00:49 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.1.4, more updates for libffi
|
|
|
|
|
2012-08-03 13:58:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 3 13:57:50 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.1.3, fix compilation
|
|
|
|
|
2012-07-30 09:51:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 30 09:50:48 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- update to 1.1.2 - fixes for arm
|
|
|
|
|
2012-07-28 16:24:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 28 16:23:24 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.1.1 - no changelog
|
|
|
|
|
2012-07-22 15:15:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 22 15:15:19 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- update to 1.1.0 - no changelog
|
|
|
|
|
2012-07-01 20:05:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 29 08:48:45 UTC 2012 - cfarrell@suse.com
|
|
|
|
|
|
|
|
- license update: LGPL-3.0
|
|
|
|
See https://github.com/ffi/ffi/blob/master/LICENSE
|
|
|
|
|
2012-04-17 11:50:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 4 15:21:45 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- update to 1.0.11 - no changelog
|
|
|
|
|
2011-08-24 12:33:04 +00:00
|
|
|
-------------------------------------------------------------------
|
2012-03-28 13:30:52 +00:00
|
|
|
Wed Mar 28 13:30:52 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Spec file cleanup:
|
|
|
|
* Factory preparation
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2011-08-24 12:33:04 +00:00
|
|
|
Wed Aug 24 12:36:46 UTC 2011 - fcastelli@novell.com
|
|
|
|
|
|
|
|
- fix license
|
|
|
|
- add 'provides' macros
|
|
|
|
|
2011-05-22 19:18:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 22 19:17:04 UTC 2011 - dmacvicar@suse.de
|
|
|
|
|
|
|
|
- update to 1.0.9
|
|
|
|
|
2010-06-11 16:41:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 11 16:41:02 UTC 2010 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- update to version 0.6.3
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- use rubygems_requires macro
|
|
|
|
|
2010-02-14 17:57:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 14 17:52:07 UTC 2010 - dmacvicar@novell.com
|
|
|
|
|
|
|
|
- update to 0.6.0
|
|
|
|
|
2009-11-04 08:59:08 +00:00
|
|
|
-------------------------------------------------------------------
|
2009-12-17 10:16:27 +00:00
|
|
|
Thu Dec 17 10:14:01 UTC 2009 - dmacvicar@novell.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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2009-11-04 08:59:08 +00:00
|
|
|
Tue Nov 3 23:36:51 UTC 2009 - dmacvicar@novell.com
|
|
|
|
|
|
|
|
- Update to 0.5.1
|
|
|
|
* This is a bug fix release for variadic functions which return
|
|
|
|
structures by value
|
|
|
|
|
2009-10-13 09:56:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 13 11:51:21 CEST 2009 - dmacvicar@novell.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)
|
|
|
|
|
2009-08-18 19:53:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 12 20:38:01 UTC 2009 - dmacvicar@novell.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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 27 01:35:38 CEST 2009 - dmacvicar@novell.com
|
|
|
|
|
|
|
|
- initial package for 0.3.5
|
|
|
|
|
|
|
|
|