Accepting request 129953 from devel:languages:ruby:extensions
- updated to version 1.1.4, more updates for libffi - updated to version 1.1.3, fix compilation OBS-URL: https://build.opensuse.org/request/show/129953 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-ffi?expand=0&rev=4
This commit is contained in:
commit
4b4e6c1987
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bef889c4f274f20989df3e581f2dc786c174c0c8b36091d1a24a7e236587d848
|
|
||||||
size 863232
|
|
3
ffi-1.1.4.gem
Normal file
3
ffi-1.1.4.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3db0c1cde07279c9ae1d08b8d543cbf91aed125ecc8e261d3dfdafcd42d33692
|
||||||
|
size 863232
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 4 19:00:49 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.1.4, more updates for libffi
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Mon Jul 30 09:50:48 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,20 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rubygem-ffi
|
Name: rubygem-ffi
|
||||||
Version: 1.1.2
|
Version: 1.1.4
|
||||||
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}
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: ruby-macros >= 1
|
BuildRequires: ruby-macros >= 1
|
||||||
# MANUAL
|
|
||||||
BuildRequires: libffi-devel
|
|
||||||
Url: http://wiki.github.com/ffi/ffi
|
Url: http://wiki.github.com/ffi/ffi
|
||||||
Source: %{mod_full_name}.gem
|
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
|
License: LGPL-3.0
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
|
# MANUAL
|
||||||
|
BuildRequires: libffi-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Ruby-FFI is a ruby extension for programmatically loading dynamic
|
Ruby-FFI is a ruby extension for programmatically loading dynamic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user