#3756 closed enhancement (fixed)
Ruby-1.9.3-p374
Reported by: | Randy McMurchy | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by ) ¶
Version increment to 1.9.3-p374
ftp://ftp.ruby-lang.org/pub/ruby/1.9/
Note that there is a pending 2.0 release as well.
For the p374 release, the --enable-pthread parameter is obsolete and ignored. Ruby also build a dbm module that links in Berkeley DB if it is installed.
Also, we could pass the --ridir parameter to install the ri docs in the /usr/share/doc hierarchy instead of /usr/share/ri.
Change History (4)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|
comment:2 by , 12 years ago
Description: | modified (diff) |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I'd respect upstream decision to put doc files into /usr/share/ri instead of /usr/share/doc/ri since they are not docs that should be directly read by an user, but using a special utility provided by Ruby package.
If you still think that they should go in /usr/share/doc hierarchy, feel free to modify the instructions.
Fixed in r10946