Compare commits

...

2 Commits
rawhide ... f20

Author SHA1 Message Date
Bryan Kearney
9fd90bd36e Did not add the actual source :) 2014-06-06 11:21:17 -04:00
Bryan Kearney
eda8d11c58 Bump the version to 1.9.3.
Thanks to Dominic Cleal for the patch.
Also applied http://pkgs.fedoraproject.org/cgit/rubygem-ffi.git/commit/?id=aac116fdd8d8afa6b34f4ba139240340b5229036
to get ignore the arm issue
2014-06-06 11:17:16 -04:00
3 changed files with 15 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
ffi-ffi-b69a5e3.tar.gz
/ffi-ffi-1.0.9-0-gb79eb61.tar.gz
/ffi-1.4.0.gem
/ffi-1.9.3.gem

View File

@ -1,12 +1,12 @@
%global gem_name ffi
Name: rubygem-%{gem_name}
Version: 1.4.0
Release: 3%{?dist}
Version: 1.9.3
Release: 1%{?dist}
Summary: FFI Extensions for Ruby
Group: Development/Languages
License: LGPLv3
License: BSD
URL: http://wiki.github.com/ffi/ffi
Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
@ -49,14 +49,18 @@ mv %{buildroot}%{gem_instdir}/lib/ffi_c.so %{buildroot}%{gem_extdir_mri}/lib/
%check
pushd .%{gem_instdir}
make -f libtest/GNUmakefile
rspec spec
# test dies on arm, disabling on the arch
rspec spec \
%ifarch %{arm}
|| echo "Please investigate this"
%endif
popd
%files
%doc %{gem_instdir}/COPYING
%doc %{gem_instdir}/COPYING.LESSER
%doc %{gem_instdir}/README.md
%doc %{gem_instdir}/History.txt
%doc %{gem_instdir}/LICENSE
%doc %{gem_docdir}
%dir %{gem_instdir}
@ -73,6 +77,9 @@ popd
%changelog
* Thu Jun 05 2014 Dominic Cleal <dcleal@redhat.com> - 1.9.3-1
- Update to FFI 1.9.3
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1,2 @@
5ce1c04c23267cb550250f6d94e03c12 ffi-1.4.0.gem
1b5ab133fb1b861eeb7c7a8dbaa0acf4 ffi-1.9.3.gem