Accepting request 114057 from openSUSE:Tools:Unstable
- update to 1.0.11 - no changelog OBS-URL: https://build.opensuse.org/request/show/114057 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ffi?expand=0&rev=13
This commit is contained in:
parent
d3b265ffc5
commit
11045a47c7
3
ffi-1.0.11.gem
Normal file
3
ffi-1.0.11.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b253b14b0a850eb274a7a85a04d3a7310993a8a21701b4cb26779aaf932fb9c
|
||||
size 836608
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:909b86aeaeccb6535935935979ae6d24ccb21fa8fb5f5c3ff7cbf7bd64deb7a4
|
||||
size 823808
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 4 15:21:45 UTC 2012 - coolo@suse.com
|
||||
|
||||
- update to 1.0.11 - no changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 28 13:30:52 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
@ -15,13 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: rubygem-ffi
|
||||
Version: 1.0.9
|
||||
Version: 1.0.11
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code
|
||||
Url: http://wiki.github.com/ffi/ffi
|
||||
License: MIT
|
||||
Group: Development/Languages/Ruby
|
||||
Url: http://wiki.github.com/ffi/ffi
|
||||
%define mod_name ffi
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
Source: %{mod_full_name}.gem
|
||||
@ -29,7 +30,6 @@ BuildRequires: libffi-devel
|
||||
BuildRequires: rubygems_with_buildroot_patch
|
||||
Provides: rubygem-%{mod_name}-1 = %{version}
|
||||
Provides: rubygem-%{mod_name}-1_0 = %{version}
|
||||
Provides: rubygem-%{mod_name}-1_0_9 = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%rubygems_requires
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user