Upgrade to Ruby 2.7.0 (d9f8b88b47).

This commit is contained in:
Vít Ondruch 2019-07-04 14:16:25 +02:00
commit e1f59277c4
8 changed files with 13 additions and 13 deletions

View file

@ -10,7 +10,7 @@
#%%global milestone rc2
# Keep the revision enabled for pre-releases from SVN.
%global revision e44c9b1147
%global revision d9f8b88b47
%global ruby_archive %{name}-%{ruby_version}
@ -1202,7 +1202,7 @@ make check TESTS="-v $DISABLE_TESTS" MSPECOPT="-fs $MSPECOPTS"
%changelog
* Mon Jul 01 2019 Vít Ondruch <vondruch@redhat.com> - 2.7.0-1
- Upgrade to Ruby 2.7.0 (e44c9b1147).
- Upgrade to Ruby 2.7.0 (d9f8b88b47).
* Tue Jun 25 2019 Vít Ondruch <vondruch@redhat.com> - 2.6.3-121
- Properly support %%prerelease in %%gemspec_ macros.