[ruby/f22] Update to Ruby 2.2.1.

Vít Ondruch vondruch at fedoraproject.org
Wed Mar 4 10:51:55 UTC 2015


commit 0847d7265b2445c75e58b18f3ddf801d510e2bb0
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Wed Mar 4 11:49:19 2015 +0100

    Update to Ruby 2.2.1.

 .gitignore | 1 +
 ruby.spec  | 7 +++++--
 sources    | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
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 <vondruch at redhat.com> - 2.2.1-9
+- Update to Ruby 2.2.1.
+
 * Thu Feb 05 2015 Vít Ondruch <vondruch at redhat.com> - 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


More information about the scm-commits mailing list