Upgrade to Ruby 2.3.0 (r52191).

This commit is contained in:
Vít Ondruch 2015-10-19 13:26:19 +02:00
commit 5ca1e48525

View file

@ -10,7 +10,7 @@
#%%global milestone rc1
# Keep the revision enabled for pre-releases from SVN.
%global revision 52116
%global revision 52191
%global ruby_archive %{name}-%{ruby_version}
@ -922,8 +922,8 @@ make check TESTS="-v $DISABLE_TESTS"
%{ruby_libdir}/tkextlib
%changelog
* Tue May 05 2015 Vít Ondruch <vondruch@rehdat.com> - 2.3.0-0.5.r52116
- Upgrade to Ruby 2.3.0 (r52116).
* Tue May 05 2015 Vít Ondruch <vondruch@rehdat.com> - 2.3.0-0.5.r52191
- Upgrade to Ruby 2.3.0 (r52191).
- Initialize all load paths in operating_system.rb.
- Fix directory ownership.
- Fix the git BR following the git package split.