[ruby: 4/5] Update to 1.9.3.362

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Jan 2 07:19:41 UTC 2013


commit a8441ce179048e81ffc7b20dbd9d2487d27d9565
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Wed Jan 2 16:07:42 2013 +0900

    Update to 1.9.3.362

 .gitignore |    1 +
 ruby.spec  |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 214cb2e..e69175f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ ruby-rev415a3ef9ab82c65a7abc-ext_tk.tar.gz
 /ruby-1.9.3-p194.tar.gz
 /ruby-1.9.3-p286.tar.gz
 /ruby-1.9.3-p327.tar.gz
+/ruby-1.9.3-p362.tar.gz
diff --git a/ruby.spec b/ruby.spec
index cfdf48f..dac6472 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -1,7 +1,7 @@
 %global major_version 1
 %global minor_version 9
 %global teeny_version 3
-%global patch_level 327
+%global patch_level 362
 
 %global major_minor_version %{major_version}.%{minor_version}
 
@@ -56,7 +56,7 @@ Version: %{ruby_version_patch_level}
 # we cannot reset the release number to 1 even when the main (ruby) version
 # is updated - because it may be that the versions of sub-components don't
 # change.
-Release: 23%{?dist}.1
+Release: 24%{?dist}
 Group: Development/Languages
 # Public Domain for example for: include/ruby/st.h, strftime.c, ...
 License: (Ruby or BSD) and Public Domain
@@ -752,6 +752,9 @@ make check TESTS="-v $DISABLE_TESTS"
 %{ruby_libdir}/tkextlib
 
 %changelog
+* Wed Jan 2 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 1.9.3.362-24
+- Update to 1.9.3.362
+
 * Mon Dec 03 2012 Jaromir Capik <jcapik at redhat.com> - 1.9.3.327-23
 - Skipping test_parse.rb (fails on ARM at line 787)
 - http://bugs.ruby-lang.org/issues/6899
diff --git a/sources b/sources
index a6d1e70..57ad81e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-96118e856b502b5d7b3a4398e6c6e98c  ruby-1.9.3-p327.tar.gz
+1efc2316dc50e97591792d90647fade2  ruby-1.9.3-p362.tar.gz


More information about the scm-commits mailing list