Accepting request 704234 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/704234 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-ffi?expand=0&rev=29
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17001940b28a961c94251a39f0ae00b32c2d0850479b5978c971759591fc1749
|
||||
size 869376
|
3
ffi-1.11.0.gem
Normal file
3
ffi-1.11.0.gem
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f9e5c3eca4bc451d89ad81c8dc1aac7c1c2dffa990f7a93bb3f99ad93ac8734
|
||||
size 868352
|
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 08:00:29 UTC 2019 - mschnitzer@suse.com
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-ffi
|
||||
Version: 1.10.0
|
||||
Version: 1.11.0
|
||||
Release: 0
|
||||
%define mod_name ffi
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
Reference in New Issue
Block a user