Update to Ruby 2.2.1.

This commit is contained in:
Vít Ondruch 2015-03-04 11:49:19 +01:00
parent 203ef6c1f7
commit 1af12992cf
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/ruby-2.*.tar.bz2
/ruby-2.2.0.tar.xz
/ruby-2.2.1.tar.xz

View File

@ -1,6 +1,6 @@
%global major_version 2
%global minor_version 2
%global teeny_version 0
%global teeny_version 1
%global major_minor_version %{major_version}.%{minor_version}
%global ruby_version %{major_minor_version}.%{teeny_version}
@ -21,7 +21,7 @@
%endif
%global release 8
%global release 9
%{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
%global rubygems_version 2.4.5
@ -892,6 +892,9 @@ make check TESTS="-v $DISABLE_TESTS"
%{ruby_libdir}/tkextlib
%changelog
* Wed Mar 04 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.1-9
- Update to Ruby 2.2.1.
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.2.0-8
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code

View File

@ -1 +1 @@
54b43c6c6c9dd4c4b08ceb03ad0ded7a ruby-2.2.0.tar.xz
f7570579539faaa734c02e2857370298 ruby-2.2.1.tar.xz