Accepting request 879040 from home:mschnitzer:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/879040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ffi?expand=0&rev=96
This commit is contained in:
Manuel Schnitzer 2021-03-15 04:44:03 +00:00 committed by Git OBS Bridge
parent 886b7a5d78
commit c549b29cac
4 changed files with 29 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7dce3fe0f047a6f774d141d4667c9d23ee28c8dc72fbef6194dca398808f0f96
size 908288

3
ffi-1.15.0.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:621057e9bd2bd5771a072015ed57b71f9be43b5d9f18b53863d4bbb5c772015b
size 909312

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Mar 15 04:35:12 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.15.0
Fixed:
* Fix MSVC build
* Fix async callbacks in conjunction with fork(). #884
Added:
* Allow to pass callbacks in varargs. #885
* Name the threads for FFI callback dispatcher and async thread calls for easier debugging. #883
The name can be retrieved by Thread.name and is shown by Thread.list.inspect etc.
Even gdb shows the thread name on supported operating systems.
* Add types.conf for powerpc64le-linux
* Add types.conf for riscv64-linux
* More release automation of ffi gems
Changed:
* Switch from rubygems-tasks to bundler/gem_helper
Removed:
* Remove unused VariadicInvoker#init
-------------------------------------------------------------------
Fri Dec 25 19:33:41 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-ffi
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@
#
Name: rubygem-ffi
Version: 1.14.2
Version: 1.15.0
Release: 0
%define mod_name ffi
%define mod_full_name %{mod_name}-%{version}