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