From 49e0be51f9f45ebfe007142e7cda29c73d433c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Tue, 26 Mar 2013 15:03:42 +0100 Subject: [PATCH] Use %{gem_extdir_mri} instead of %{gem_extdir}. This, including the version bump is needed for successful arm build. --- rubygem-ffi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rubygem-ffi.spec b/rubygem-ffi.spec index fcc4780..b893629 100644 --- a/rubygem-ffi.spec +++ b/rubygem-ffi.spec @@ -2,7 +2,7 @@ Name: rubygem-%{gem_name} Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: FFI Extensions for Ruby Group: Development/Languages @@ -73,6 +73,9 @@ popd %changelog +* Tue Mar 26 2013 Vít Ondruch - 1.4.0-2 +- Use %%{gem_extdir_mri} instead of %%{gem_extdir}. + * Wed Feb 20 2013 Vít Ondruch - 1.4.0-1 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 - Update to FFI 1.4.0.