Accepting request 772827 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/772827 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ffi?expand=0&rev=87
This commit is contained in:
parent
872b81e1a5
commit
84366e5ac5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d16674ae00279a7aeed705fa854af7d721cf5b0a4abf6a802f306e9f87ec5b44
|
||||
size 896000
|
3
ffi-1.12.2.gem
Normal file
3
ffi-1.12.2.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:048ad01d5369f67075f943c16f1058f10663af2a66eedb87d921316ba1828e82
|
||||
size 897024
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 14:34:08 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- 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 <mschnitzer@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user