From: duerst@... Date: 2014-10-22T11:10:43+00:00 Subject: [ruby-core:65842] [ruby-trunk - Bug #10415] [Open] Unicode data files (in enc/unicode/data) don't get updated even if ALWAYS_UPDATE_UNICODE = yes is uncommented Issue #10415 has been reported by Martin D��rst. ---------------------------------------- Bug #10415: Unicode data files (in enc/unicode/data) don't get updated even if ALWAYS_UPDATE_UNICODE = yes is uncommented https://bugs.ruby-lang.org/issues/10415 * Author: Martin D��rst * Status: Open * Priority: Normal * Assignee: Nobuyoshi Nakada * Category: build * Target version: current: 2.2.0 * ruby -v: ruby 2.2.0dev (2014-10-22 trunk 48091) [x86_64-cygwin] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- The current makefile logic doesn't update the files in enc/unicode/data even if ALWAYS_UPDATE_UNICODE = yes is activated. How tested: Changed the latest modification date of one of the files, e.g. with touch -m -t 201210101010 enc/unicode/data/CompositionExclusions.txt (CompositionExclusions.txt is much smaller than the other files, so it's the best choice for tests.) Ran make up; make install-nodoc. Checked modification time. (In earlier versions of the download logic, I confirmed that the modification data changed to the "Last Modified" date of the newly downloaded file.) -- https://bugs.ruby-lang.org/