- updated to version 1.1.3, fix compilation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ffi?expand=0&rev=20
This commit is contained in:
Stephan Kulow
2012-08-03 13:58:09 +00:00
committed by Git OBS Bridge
parent 96abe4ac13
commit dbe3d4b2b9
4 changed files with 10 additions and 7 deletions

View File

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

3
ffi-1.1.3.gem Normal file
View File

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 3 13:57:50 UTC 2012 - coolo@suse.com
- updated to version 1.1.3, fix compilation
-------------------------------------------------------------------
Mon Jul 30 09:50:48 UTC 2012 - coolo@suse.com

View File

@@ -17,18 +17,16 @@
Name: rubygem-ffi
Version: 1.1.2
Version: 1.1.3
Release: 0
%define mod_name ffi
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 1
# MANUAL
BuildRequires: libffi-devel
Url: http://wiki.github.com/ffi/ffi
Source: %{mod_full_name}.gem
Summary: Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code
Summary: Ruby-FFI is a ruby extension for programmatically loading dynamic
License: LGPL-3.0
Group: Development/Languages/Ruby