diff --git a/ffi-1.12.1.gem b/ffi-1.12.1.gem deleted file mode 100644 index f9c58da..0000000 --- a/ffi-1.12.1.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d16674ae00279a7aeed705fa854af7d721cf5b0a4abf6a802f306e9f87ec5b44 -size 896000 diff --git a/ffi-1.12.2.gem b/ffi-1.12.2.gem new file mode 100644 index 0000000..420e96a --- /dev/null +++ b/ffi-1.12.2.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048ad01d5369f67075f943c16f1058f10663af2a66eedb87d921316ba1828e82 +size 897024 diff --git a/rubygem-ffi.changes b/rubygem-ffi.changes index 966d7b1..0566dfc 100644 --- a/rubygem-ffi.changes +++ b/rubygem-ffi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Feb 10 14:34:08 UTC 2020 - Stephan Kulow + +- updated to version 1.12.2 + see installed CHANGELOG.md + + 1.12.2 / 2020-02-01 + ------------------- + + * Fix possible segfault at FFI::Struct#[] and []= after GC.compact . #742 + ------------------------------------------------------------------- Mon Jan 27 12:31:26 UTC 2020 - Manuel Schnitzer diff --git a/rubygem-ffi.spec b/rubygem-ffi.spec index 3c907ed..6fc3736 100644 --- a/rubygem-ffi.spec +++ b/rubygem-ffi.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-ffi # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,19 +24,19 @@ # Name: rubygem-ffi -Version: 1.12.1 +Version: 1.12.2 Release: 0 %define mod_name ffi %define mod_full_name %{mod_name}-%{version} # MANUAL -BuildRequires: libffi-devel +BuildRequires: libffi-devel # /MANUAL BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 5 BuildRequires: %{rubydevel >= 2.0} BuildRequires: %{rubygem gem2rpm} BuildRequires: %{rubygem rdoc > 3.10} -Url: https://github.com/ffi/ffi/wiki +BuildRequires: ruby-macros >= 5 +URL: https://github.com/ffi/ffi/wiki Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: rubygem-ffi-rpmlintrc Source2: gem2rpm.yml