Upgrade to Ruby 2.4.0 (r57072).

This commit is contained in:
Vít Ondruch 2016-12-13 11:58:36 +01:00
parent 753626a632
commit 4ac4752d98

View File

@ -7,10 +7,10 @@
%global ruby_release %{ruby_version}
# Specify the named version. It has precedense to revision.
%global milestone rc1
#%%global milestone rc1
# Keep the revision enabled for pre-releases from SVN.
%global revision 56948
%global revision 57072
%global ruby_archive %{name}-%{ruby_version}
@ -1009,8 +1009,8 @@ make check TESTS="-v $DISABLE_TESTS"
%{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec
%changelog
* Tue Dec 13 2016 Vít Ondruch <vondruch@redhat.com> - 2.4.0-0.1.rc1
- Upgrade to Ruby 2.4.0-rc1.
* Tue Dec 13 2016 Vít Ondruch <vondruch@redhat.com> - 2.4.0-0.1.r57072
- Upgrade to Ruby 2.4.0 (r57072).
- Workaround "an invalid stdio handle" error on PPC (rhbz#1361037).
- Add gemspec_add_dep and gemspec_remove_dep macros.
- Move gemified xmlrpc into subpackage.