diff --git a/.gitignore b/.gitignore index 8df0b48..c9945dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ruby-2.*.tar.bz2 /ruby-2.2.0.tar.xz +/ruby-2.2.1.tar.xz diff --git a/ruby.spec b/ruby.spec index b4e2505..97a3adc 100644 --- a/ruby.spec +++ b/ruby.spec @@ -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 7 +%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 - 2.2.1-9 +- Update to Ruby 2.2.1. + * Thu Feb 05 2015 Vít Ondruch - 2.2.0-7 - Fix directory ownership. diff --git a/sources b/sources index 3d0ea17..c9ad145 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -54b43c6c6c9dd4c4b08ceb03ad0ded7a ruby-2.2.0.tar.xz +f7570579539faaa734c02e2857370298 ruby-2.2.1.tar.xz