diff --git a/ffi-0.5.1.gem b/ffi-0.5.1.gem deleted file mode 100644 index b8de2c5..0000000 --- a/ffi-0.5.1.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6ac986015c732712c924016221ad385b70586eb1177d108a43208a3b9e97fb4 -size 785920 diff --git a/ffi-0.5.4.gem b/ffi-0.5.4.gem new file mode 100644 index 0000000..a9d87b2 --- /dev/null +++ b/ffi-0.5.4.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335ab70e56deaed0b90192ce937119853797ec201c00b2d53c2005ca240daacf +size 785920 diff --git a/rubygem-ffi.changes b/rubygem-ffi.changes index d14df68..e0c0857 100644 --- a/rubygem-ffi.changes +++ b/rubygem-ffi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Dec 17 10:14:01 UTC 2009 - dmacvicar@novell.com + +- Update to 0.5.4 + * bugfix in extconf.rb when appending to $CFLAGS +- from 0.5.3 + * fixes powerpc, cywin and FreeBSD installation/build + problems +- from 0.5.2 + * Fedora fixes + ------------------------------------------------------------------- Tue Nov 3 23:36:51 UTC 2009 - dmacvicar@novell.com diff --git a/rubygem-ffi.spec b/rubygem-ffi.spec index e2a610f..0e716c1 100644 --- a/rubygem-ffi.spec +++ b/rubygem-ffi.spec @@ -1,5 +1,5 @@ # -# spec file for package rubygem-ffi (Version 0.3.5) +# spec file for package rubygem-ffi (Version 0.5.4) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,7 +17,7 @@ # norootforbuild Name: rubygem-ffi -Version: 0.5.1 +Version: 0.5.4 Release: 0 %define mod_name ffi # @@ -26,26 +26,27 @@ License: BSD # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: rubygems_with_buildroot_patch -Requires: rubygems >= 1.3.1 -BuildRequires: rubygem-rake -#BuildRequires: rubygem-bones >= 2.4.2 -#Requires: rubygem-bones >= 2.4.2 +Requires: rubygems >= 1.3.5 +BuildRequires: rubygem-rake >= 0.8.7 +Requires: rubygem-rake >= 0.8.7 # -Url: http://kenai.com/projects/ruby-ffi +Url: http://wiki.github.com/ffi/ffi Source: %{mod_name}-%{version}.gem # -Summary: A Ruby foreign function interface +Summary: ruby extension for loading dynamic libraries, binding functions within them, and calling those functions from Ruby code %description -A Ruby foreign function interface +Ruby-FFI is a ruby extension for programmatically loading dynamic +libraries, binding functions within them, and calling those functions +from Ruby code. Moreover, a Ruby-FFI extension works without changes +on Ruby and JRuby. Discover why should you write your next extension +using Ruby-FFI here: http://wiki.github.com/ffi/ffi/why-use-ffi %prep %build %install %gem_install %{S:0} -%gem_cleanup - rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ext - +%gem_cleanup %clean %{__rm} -rf %{buildroot}