Add gemspec_add_dep and gemspec_remove_dep macros.

This commit is contained in:
Vít Ondruch 2016-10-20 13:55:21 +02:00
commit e826ff6658
2 changed files with 82 additions and 1 deletions

View file

@ -21,7 +21,7 @@
%endif
%global release 57
%global release 60
%{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
# The RubyGems library has to stay out of Ruby directory three, since the
@ -958,6 +958,9 @@ make check TESTS="-v $DISABLE_TESTS"
%{ruby_libdir}/tkextlib
%changelog
* Fri Oct 21 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.1-60
- Add gemspec_add_dep and gemspec_remove_dep macros.
* Tue Jul 12 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.1-57
- Make symlinks for json gem.