Accepting request 950621 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/950621 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-ffi?expand=0&rev=42
This commit is contained in:
commit
b77ab1b053
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56cfca5261ead48688241236adfefb07a000a6d17184d7a4eed48d55b9675d6b
|
|
||||||
size 910336
|
|
3
ffi-1.15.5.gem
Normal file
3
ffi-1.15.5.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f2ed2fa68047962d6072b964420cba91d82ce6fa8ee251950c17fca6af3c2a0
|
||||||
|
size 909824
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 25 06:55:18 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
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 <mschnitzer@suse.com>
|
Sat Oct 9 09:10:18 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-ffi
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-ffi
|
Name: rubygem-ffi
|
||||||
Version: 1.15.4
|
Version: 1.15.5
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name ffi
|
%define mod_name ffi
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user