From c30e0f4821ccab84b0b69d5e96d676bf94d4b7979ce4ab010953620f2e0ddc60 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 14 Jan 2019 14:33:51 +0000 Subject: [PATCH] Accepting request 665645 from home:mschnitzer:ruby:extensions update OBS-URL: https://build.opensuse.org/request/show/665645 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ffi?expand=0&rev=76 --- ffi-1.10.0.gem | 3 +++ ffi-1.9.25.gem | 3 --- rubygem-ffi.changes | 21 +++++++++++++++++++++ rubygem-ffi.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 ffi-1.10.0.gem delete mode 100644 ffi-1.9.25.gem diff --git a/ffi-1.10.0.gem b/ffi-1.10.0.gem new file mode 100644 index 0000000..e1480f1 --- /dev/null +++ b/ffi-1.10.0.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17001940b28a961c94251a39f0ae00b32c2d0850479b5978c971759591fc1749 +size 869376 diff --git a/ffi-1.9.25.gem b/ffi-1.9.25.gem deleted file mode 100644 index f50bfe0..0000000 --- a/ffi-1.9.25.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f854f08f08190fec772a12e863f33761d02ad3efea3c3afcdeffc8a06313f54a -size 867840 diff --git a/rubygem-ffi.changes b/rubygem-ffi.changes index c92dc55..4a7768e 100644 --- a/rubygem-ffi.changes +++ b/rubygem-ffi.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Sun Jun 3 23:06:36 UTC 2018 - factory-auto@kulow.org diff --git a/rubygem-ffi.spec b/rubygem-ffi.spec index ae12f29..17e7e90 100644 --- a/rubygem-ffi.spec +++ b/rubygem-ffi.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-ffi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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.9.25 +Version: 1.10.0 Release: 0 %define mod_name ffi %define mod_full_name %{mod_name}-%{version}