[ruby] Update to 1.9.3 p385

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Feb 11 06:55:59 UTC 2013


commit 51a6d3593c25ae663c0589f62e6bf8f6c4803264
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Mon Feb 11 15:55:43 2013 +0900

    Update to 1.9.3 p385

 .gitignore |    1 +
 ruby.spec  |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7bf1118..f5ae591 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ ruby-rev415a3ef9ab82c65a7abc-ext_tk.tar.gz
 /ruby-1.9.3-p327.tar.gz
 /ruby-1.9.3-p362.tar.gz
 /ruby-1.9.3-p374.tar.gz
+/ruby-1.9.3-p385.tar.gz
diff --git a/ruby.spec b/ruby.spec
index c633158..2a81764 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 374
+%global patch_level 385
 
 %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: 27%{?dist}
+Release: 28%{?dist}
 Group: Development/Languages
 # Public Domain for example for: include/ruby/st.h, strftime.c, ...
 License: (Ruby or BSD) and Public Domain
@@ -778,6 +778,9 @@ make check TESTS="-v $DISABLE_TESTS"
 %{ruby_libdir}/tkextlib
 
 %changelog
+* Mon Feb 11 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 1.9.3.385-28
+- Update to 1.9.3 p385
+
 * Sat Jan 19 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 1.9.3.374-27
 - Update to 1.9.3 p374
 - Fix provided variables in pkgconfig (bug 789532:
diff --git a/sources b/sources
index b186805..2c2210c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90b6c327abcdf30a954c2d6ae44da2a9  ruby-1.9.3-p374.tar.gz
+3e0d7f8512400c1a6732327728a56f1d  ruby-1.9.3-p385.tar.gz


More information about the scm-commits mailing list