Browse Source

ruby: update to 1.9.3-p385

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7459 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
ab8400d4aa
1 changed files with 14 additions and 9 deletions
  1. 14 9
      r/ruby/ruby-vl.spec

+ 14 - 9
r/ruby/ruby-vl.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}
 
@@ -14,6 +14,8 @@
 %global ruby_libdir %{_datadir}/%{name}/%{ruby_abi}
 %global ruby_libarchdir %{_libdir}/%{name}/%{ruby_abi}
 
+%global ruby_hdrdir %{_includedir}/%{name}-%{ruby_abi}
+
 # This is the local lib/arch and should not be used for packaging.
 %global ruby_sitedir site_ruby
 %global ruby_sitelibdir %{_prefix}/local/share/ruby/%{ruby_sitedir}/%{ruby_abi}
@@ -40,7 +42,7 @@
 # TODO: The IRB has strange versioning. Keep the Ruby's versioning ATM.
 # http://redmine.ruby-lang.org/issues/5313
 %global irb_version %{ruby_version_patch_level}
-%global rdoc_version 3.9.4
+%global rdoc_version 3.9.5
 %global bigdecimal_version 1.1.0
 %global io_console_version 0.3
 %global json_version 1.5.4
@@ -61,7 +63,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: 7%{?_dist_release}
+Release: 9%{?_dist_release}
 Group: Development/Languages
 # Public Domain for example for: include/ruby/st.h, strftime.c, ...
 License: (Ruby or BSD) and Public Domain
@@ -876,6 +878,9 @@ fi
 %endif
 
 %changelog
+* Tue Feb 12 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.3.374-9
+- update to 1.9.3-p385
+
 * Mon Jan 21 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.3.374-7
 - update to 1.9.3-p374
 
@@ -1403,7 +1408,7 @@ fi
 - added ruby-1.8.2pre2-enum-sort_by.patch:
   - (important) Enumerable#sort_by dumps core again^4.  [ruby-dev:24642]
 
-* Thu Oct 29 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl15
+* Fri Oct 29 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl15
 - added ruby-1.8.2pre2-cvs-updates-100.patch:
   - minor bug fix.
 - added ruby-1.8.2pre2-cvs-updates-101.patch:
@@ -1443,7 +1448,7 @@ fi
   ruby-1.8.2pre2-cgi.rb-infinity-loop.patch: they ware included into the
   above patch.
 
-* Thu Oct 29 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl14
+* Fri Oct 29 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl14
 - added ruby-1.8.2pre2-cgi-session-filename.patch:
   - (important) CGI::Session::FilesStore and CGI::Session::PStore should not
     use a session id as a filename.
@@ -1766,7 +1771,7 @@ fi
 - 1.6.4-0vl5
 - new sub-package ruby-mode-el. it provides ruby-mode for emacsen.
 
-* Thu Aug 01 2001 akira yamada <akira@vinelinux.org>
+* Wed Aug 01 2001 akira yamada <akira@vinelinux.org>
 - 1.6.4-0vl4
 - added ruby-1.6.4-10[67].patch.
 - remove ruby-1.6.4-501.patch. (fixed on upstream.)
@@ -1872,7 +1877,7 @@ fi
 - Removed ruby_cvs.2000092718.patch and added ruby_cvs.2000100218.patch
   (upgraded ruby to latest cvs version).
 
-* Thu Sep 27 2000 akira yamada <akira@vinelinux.org>
+* Wed Sep 27 2000 akira yamada <akira@vinelinux.org>
 - Updated to upstream version 1.6.1.
 - Removed ruby_cvs.2000082901.patch and added ruby_cvs.2000092718.patch
   (upgraded ruby to latest cvs version).
@@ -1904,7 +1909,7 @@ fi
 - Removed ruby-list.23190.patch(included into ruby_cvs.patch).
 - Added ruby-dev.10054.patch.
 
-* Tue Jun 15 2000 akira yamada <akira@redhat.com>
+* Thu Jun 15 2000 akira yamada <akira@redhat.com>
 - Updated to version 1.4.4(06/12/2000 CVS).
 - Added manuals and FAQs.
 - Split into ruby, ruby-devel, ruby-tcltk, ruby-docs, irb.
@@ -1950,7 +1955,7 @@ fi
 * Fri Nov 13 1998 Toru Hoshina <hoshina@best.com>
 - Version up.
 
-* Mon Sep 22 1998 Toru Hoshina <hoshina@best.com>
+* Tue Sep 22 1998 Toru Hoshina <hoshina@best.com>
 - To make a libruby.so.
 
 * Mon Sep 21 1998 Toru Hoshina <hoshina@best.com>