From 74374f678c8572b8904bddaf53cf6276aee9a991 Mon Sep 17 00:00:00 2001
From: mschnitzer <>
Date: Mar 16 2021 15:00:03 +0000
Subject: Update rubygem-ffi to version 1.15.0 / rev 38 via SR 879044


https://build.opensuse.org/request/show/879044
by user mschnitzer + RBrownSUSE
update (forwarded request 879040 from mschnitzer)

---

diff --git a/.files b/.files
index 5cf0d39..4b67228 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 30c1fab..c72a829 100644
--- a/.rev
+++ b/.rev
@@ -295,4 +295,12 @@
     <comment>update (forwarded request 858646 from mschnitzer)</comment>
     <requestid>858651</requestid>
   </revision>
+  <revision rev="38" vrev="1">
+    <srcmd5>12131031e5892e6cfba1dfd0504332ed</srcmd5>
+    <version>1.15.0</version>
+    <time>1615905752</time>
+    <user>RBrownSUSE</user>
+    <comment>update (forwarded request 879040 from mschnitzer)</comment>
+    <requestid>879044</requestid>
+  </revision>
 </revisionlist>
diff --git a/ffi-1.14.2.gem b/ffi-1.14.2.gem
deleted file mode 120000
index ae746a8..0000000
--- a/ffi-1.14.2.gem
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeifpqvh247cc2onwn3lhjjzotxeqm7u3ggriiqff7p4l7zaakppeqe
\ No newline at end of file
diff --git a/ffi-1.15.0.gem b/ffi-1.15.0.gem
new file mode 120000
index 0000000..9f53b14
--- /dev/null
+++ b/ffi-1.15.0.gem
@@ -0,0 +1 @@
+/ipfs/bafybeickvq4q36tiafmrxutdsitm3lcnwyaa2x57pe5amj6egdhrbumlcq
\ No newline at end of file
diff --git a/rubygem-ffi.changes b/rubygem-ffi.changes
index e36ec91..2f0dac3 100644
--- a/rubygem-ffi.changes
+++ b/rubygem-ffi.changes
@@ -1,4 +1,28 @@
 -------------------------------------------------------------------
+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>
 
 - updated to version 1.14.2
diff --git a/rubygem-ffi.spec b/rubygem-ffi.spec
index 3c8ee01..4c3b8e4 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}