From 1913e9771d370fc835ba450b69ff1d0b026bab379d220362f87bd22b5ed92d43 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 2 Feb 2022 06:00:37 +0000 Subject: [PATCH] Accepting request 948710 from home:coolo:branches:devel:languages:ruby:extensions update OBS-URL: https://build.opensuse.org/request/show/948710 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ffi?expand=0&rev=102 --- ffi-1.15.4.gem | 3 --- ffi-1.15.5.gem | 3 +++ rubygem-ffi.changes | 21 +++++++++++++++++++++ rubygem-ffi.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 ffi-1.15.4.gem create mode 100644 ffi-1.15.5.gem diff --git a/ffi-1.15.4.gem b/ffi-1.15.4.gem deleted file mode 100644 index 76905f2..0000000 --- a/ffi-1.15.4.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56cfca5261ead48688241236adfefb07a000a6d17184d7a4eed48d55b9675d6b -size 910336 diff --git a/ffi-1.15.5.gem b/ffi-1.15.5.gem new file mode 100644 index 0000000..c67fa9f --- /dev/null +++ b/ffi-1.15.5.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2ed2fa68047962d6072b964420cba91d82ce6fa8ee251950c17fca6af3c2a0 +size 909824 diff --git a/rubygem-ffi.changes b/rubygem-ffi.changes index f29c526..12f3e5a 100644 --- a/rubygem-ffi.changes +++ b/rubygem-ffi.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Jan 25 06:55:18 UTC 2022 - Stephan Kulow + +updated to version 1.15.5 + see installed CHANGELOG.md + + 1.15.5 / 2022-01-10 + ------------------- + + Fixed: + * Fix long double argument or return values on 32bit i686. #849 + * FFI::ConstGenerator: avoid usage of the same binary file simultaneously. #929 + + Added: + * Add Windows fat binary gem for Ruby-3.1 + + Removed: + * Remove Windows fat binary gem for Ruby < 2.4 + + + ------------------------------------------------------------------- Sat Oct 9 09:10:18 UTC 2021 - Manuel Schnitzer diff --git a/rubygem-ffi.spec b/rubygem-ffi.spec index 57ffd82..699ef1f 100644 --- a/rubygem-ffi.spec +++ b/rubygem-ffi.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-ffi # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.15.4 +Version: 1.15.5 Release: 0 %define mod_name ffi %define mod_full_name %{mod_name}-%{version}