diff options
Diffstat (limited to 'Build/source/libs/icu/TLpatches/TL-Changes')
-rw-r--r-- | Build/source/libs/icu/TLpatches/TL-Changes | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Build/source/libs/icu/TLpatches/TL-Changes b/Build/source/libs/icu/TLpatches/TL-Changes index 239bde3de62..adf53a6443b 100644 --- a/Build/source/libs/icu/TLpatches/TL-Changes +++ b/Build/source/libs/icu/TLpatches/TL-Changes @@ -1,10 +1,10 @@ Changes applied to the icu tree as obtained from: - https://github.com/unicode-org/icu/releases/download/release-65-1/icu4c-65_1-src.tgz - and icu4c-65_1-data.zip + https://github.com/unicode-org/icu/releases/download/release-68-2/icu4c-68_2-src.tgz + and icu4c-68_2-data.zip cd $Build/source/libs/icu # for whatever $Build directory # update version.ac -tar xf /tmp/icu4c-*-src.tgz # should unpack into icu/* +tar xf /tmp/icu4c-*-src.tgz # check that unpacks into icu/* mv icu-src icu-prev mv icu icu-src cd icu-src @@ -24,8 +24,9 @@ svn status | sed -n 's/^\!//p' # rerun, should be empty now aux=$Build/source/build-aux cp -p $aux/config.guess $aux/config.sub $aux/install-sh source -# patch -p0 for all ../TLpatches/patch-* files, as needed. -# Save original and diff after each, update patch-* file. +# patch --backup -p0 for all ../TLpatches/patch-* files. +# Save original (since not committed yet) +# and diff after each to update patch-* file. # Don't lose our leading comments. # autoreconf in the TL directory (Build/source/libs/icu); don't run @@ -35,12 +36,12 @@ cp -p $aux/config.guess $aux/config.sub $aux/install-sh source # # rebuild; must rerun configure (not just config.status), # so easiest is to just do a whole new build. -# That will also test use of the new icu version by our programs. +# Besides, that also tests use of the new icu version by our programs. # Assuming all seems ok, reduce size of source/data/in/icudt*.dat # to decrease data segment size, e.g., for old BSD. First, check # that we successfully built the full .dat: -ver=65 +ver=68 srcdat=$Build/source/libs/icu/icu-src/source/data/in/icudt${ver}l.dat cd $Work/libs/icu/icu-build/data/out/build/icudt${ver}l indat=../../tmp/icudt${ver}l.dat |