From 0166f09074977bdc27f0e0c7e1b5dbf1c0a2d65bd868221a5afda3052ac53604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Sat, 15 Feb 2014 21:05:37 +0000 Subject: [PATCH] - add internal.h to ruby-devel-extra OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/ruby?expand=0&rev=76 --- ruby.changes | 5 +++++ ruby.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ruby.changes b/ruby.changes index 27a319f..501bc24 100644 --- a/ruby.changes +++ b/ruby.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 15 21:05:19 UTC 2014 - kkaempf@suse.com + +- add internal.h to ruby-devel-extra + ------------------------------------------------------------------- Mon Feb 10 11:20:16 UTC 2014 - kkaempf@suse.com diff --git a/ruby.spec b/ruby.spec index 95e8101..9a1aaed 100644 --- a/ruby.spec +++ b/ruby.spec @@ -310,7 +310,7 @@ grep -Erl '^#! */' benchmark bootstraptest ext lib sample test \ echo "%defattr(-,root,root,-)" > devel-extra-excludes echo "%defattr(-,root,root,-)" > devel-extra-list for i in iseq.h insns.inc insns_info.inc revision.h version.h thread_pthread.h \ - ruby_atomic.h method.h id.h vm_core.h vm_opts.h node.h eval_intern.h vm_debug.h; do + ruby_atomic.h method.h internal.h id.h vm_core.h vm_opts.h node.h eval_intern.h vm_debug.h; do install -m 644 $i %{buildroot}%{_includedir}/ruby-%{rb_ver}/ echo "%exclude %{_includedir}/ruby-%{rb_ver}/$i" >> devel-extra-excludes echo "%{_includedir}/ruby-%{rb_ver}/$i" >> devel-extra-list