From c549b29cacdb63a4cc9a1df38350cc56a9e8c23f5e1b1602cbad738528fc70b8 Mon Sep 17 00:00:00 2001 From: Manuel Schnitzer Date: Mon, 15 Mar 2021 04:44:03 +0000 Subject: [PATCH] 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 --- ffi-1.14.2.gem | 3 --- ffi-1.15.0.gem | 3 +++ rubygem-ffi.changes | 24 ++++++++++++++++++++++++ rubygem-ffi.spec | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 ffi-1.14.2.gem create mode 100644 ffi-1.15.0.gem diff --git a/ffi-1.14.2.gem b/ffi-1.14.2.gem deleted file mode 100644 index f5c3cbf..0000000 --- a/ffi-1.14.2.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dce3fe0f047a6f774d141d4667c9d23ee28c8dc72fbef6194dca398808f0f96 -size 908288 diff --git a/ffi-1.15.0.gem b/ffi-1.15.0.gem new file mode 100644 index 0000000..15cd3ce --- /dev/null +++ b/ffi-1.15.0.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621057e9bd2bd5771a072015ed57b71f9be43b5d9f18b53863d4bbb5c772015b +size 909312 diff --git a/rubygem-ffi.changes b/rubygem-ffi.changes index ad784f3..0fbcade 100644 --- a/rubygem-ffi.changes +++ b/rubygem-ffi.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Mar 15 04:35:12 UTC 2021 - Manuel Schnitzer + +- 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 diff --git a/rubygem-ffi.spec b/rubygem-ffi.spec index bd10227..4fbddd6 100644 --- a/rubygem-ffi.spec +++ b/rubygem-ffi.spec @@ -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}