Upgrade to Ruby 2.0.0 (r35922).
This commit is contained in:
parent
ea3cb65d83
commit
4efe111a88
@ -59,7 +59,7 @@ index 6bfc73e..31dc446 100755
|
|||||||
vendorarchlibdir = CONFIG["vendorarchdir"]
|
vendorarchlibdir = CONFIG["vendorarchdir"]
|
||||||
+rubygemsdir = CONFIG["rubygemsdir"]
|
+rubygemsdir = CONFIG["rubygemsdir"]
|
||||||
mandir = CONFIG["mandir", true]
|
mandir = CONFIG["mandir", true]
|
||||||
capidir = CONFIG["docdir", true]
|
docdir = CONFIG["docdir", true]
|
||||||
configure_args = Shellwords.shellwords(CONFIG["configure_args"])
|
configure_args = Shellwords.shellwords(CONFIG["configure_args"])
|
||||||
@@ -498,7 +499,15 @@ end
|
@@ -498,7 +499,15 @@ end
|
||||||
install?(:local, :comm, :lib) do
|
install?(:local, :comm, :lib) do
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
# If revision is removed/commented out, the official release build is expected.
|
# If revision is removed/commented out, the official release build is expected.
|
||||||
# Keep the revision enabled for pre-releases from SVN.
|
# Keep the revision enabled for pre-releases from SVN.
|
||||||
%global revision 35368
|
%global revision 35922
|
||||||
|
|
||||||
%global release 1
|
%global release 1
|
||||||
|
|
||||||
@ -51,8 +51,8 @@
|
|||||||
%global rdoc_version 3.9.5
|
%global rdoc_version 3.9.5
|
||||||
%global bigdecimal_version 1.1.0
|
%global bigdecimal_version 1.1.0
|
||||||
%global io_console_version 0.3
|
%global io_console_version 0.3
|
||||||
%global json_version 1.6.6
|
%global json_version 1.7.1
|
||||||
%global minitest_version 2.8.1
|
%global minitest_version 3.0.0
|
||||||
|
|
||||||
%global _normalized_cpu %(echo %{_target_cpu} | sed 's/^ppc/powerpc/;s/i.86/i386/;s/sparcv./sparc/')
|
%global _normalized_cpu %(echo %{_target_cpu} | sed 's/^ppc/powerpc/;s/i.86/i386/;s/sparcv./sparc/')
|
||||||
|
|
||||||
@ -579,6 +579,7 @@ make check TESTS="-v -x test_drbssl.rb -x test_time_tz.rb -x test_httprequest.rb
|
|||||||
%{ruby_libdir}/rss
|
%{ruby_libdir}/rss
|
||||||
%{ruby_libdir}/shell
|
%{ruby_libdir}/shell
|
||||||
%{ruby_libdir}/syck
|
%{ruby_libdir}/syck
|
||||||
|
%{ruby_libdir}/syslog
|
||||||
%{ruby_libdir}/test
|
%{ruby_libdir}/test
|
||||||
%exclude %{ruby_libdir}/tk
|
%exclude %{ruby_libdir}/tk
|
||||||
%exclude %{ruby_libdir}/tkextlib
|
%exclude %{ruby_libdir}/tkextlib
|
||||||
@ -665,7 +666,6 @@ make check TESTS="-v -x test_drbssl.rb -x test_time_tz.rb -x test_httprequest.rb
|
|||||||
%{ruby_libarchdir}/fiber.so
|
%{ruby_libarchdir}/fiber.so
|
||||||
%{ruby_libarchdir}/fiddle.so
|
%{ruby_libarchdir}/fiddle.so
|
||||||
%{ruby_libarchdir}/gdbm.so
|
%{ruby_libarchdir}/gdbm.so
|
||||||
%{ruby_libarchdir}/iconv.so
|
|
||||||
%dir %{ruby_libarchdir}/io
|
%dir %{ruby_libarchdir}/io
|
||||||
%{ruby_libarchdir}/io/nonblock.so
|
%{ruby_libarchdir}/io/nonblock.so
|
||||||
%{ruby_libarchdir}/io/wait.so
|
%{ruby_libarchdir}/io/wait.so
|
||||||
|
Loading…
Reference in New Issue
Block a user