Accepting request 573315 from home:bgeuken:branches:devel:languages:ruby:extensions

- Updated to version 1.9.21
  No changelog found

OBS-URL: https://build.opensuse.org/request/show/573315
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ffi?expand=0&rev=67
This commit is contained in:
Manuel Schnitzer 2018-02-06 13:48:49 +00:00 committed by Git OBS Bridge
parent 8a2f02134f
commit 9f4ab438d6
4 changed files with 14 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0df16d6a369a3306dd257adcb2ddef673e91b9740d0c5f77a98fde3ba288e0c
size 885760

3
ffi-1.9.21.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:685d98a305c038277e9d68ec88485d932c1eb6b8468bbed90443997841a04d30
size 560640

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 6 12:48:02 UTC 2018 - bgeuken@suse.com
- Updated to version 1.9.21
No changelog found
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 4 05:42:10 UTC 2017 - coolo@suse.com Sat Mar 4 05:42:10 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package rubygem-ffi # spec file for package rubygem-ffi
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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.9.18 Version: 1.9.21
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}
@ -32,12 +32,12 @@ Release: 0
BuildRequires: libffi-devel BuildRequires: libffi-devel
# /MANUAL # /MANUAL
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{rubydevel >= 1.8.7} BuildRequires: %{rubydevel >= 1.9}
BuildRequires: %{rubygem gem2rpm} BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10} BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: ruby-macros >= 5 BuildRequires: ruby-macros >= 5
Url: http://wiki.github.com/ffi/ffi Url: http://wiki.github.com/ffi/ffi
Source: http://rubygems.org/gems/%{mod_full_name}.gem Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: rubygem-ffi-rpmlintrc Source1: rubygem-ffi-rpmlintrc
Source2: gem2rpm.yml Source2: gem2rpm.yml
Summary: Ruby FFI Summary: Ruby FFI