Add gemspec_add_dep and gemspec_remove_dep macros.
This commit is contained in:
parent
d4196d5f6b
commit
e826ff6658
2 changed files with 82 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue