Compare commits
No commits in common. "c8s" and "c8" have entirely different histories.
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
||||
/icu4c-5*-src.tgz
|
||||
/icu4c-6*-src.tgz
|
||||
/icu-config.sh
|
||||
SOURCES/icu4c-60_3-src.tgz
|
||||
|
1
.icu.metadata
Normal file
1
.icu.metadata
Normal file
@ -0,0 +1 @@
|
||||
83e6eb1931aac0aae6e313b306b3ca332c017bc3 SOURCES/icu4c-60_3-src.tgz
|
11
SOURCES/icu-config.sh
Normal file
11
SOURCES/icu-config.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
OOO_ARCH=$(uname -m)
|
||||
case $OOO_ARCH in
|
||||
x86_64 | s390x | ppc64 | sparc64 | aarch64 | ppc64le | mips64 | mips64el)
|
||||
bits=64
|
||||
;;
|
||||
* )
|
||||
bits=32
|
||||
;;
|
||||
esac
|
||||
exec icu-config-$bits "$@"
|
@ -197,7 +197,7 @@ LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:$LD_LIBRARY_PATH bin/uconv -l
|
||||
* Tue Mar 03 2020 Mike FABIAN <mfabian@redhat.com> - 60.3-2
|
||||
- Apply ICU-13634-Adding-integer-overflow-logic-to-ICU4C-num.patch
|
||||
- Apply ICU-20958-Prevent-SEGV_MAPERR-in-append.patch
|
||||
- Resolves: rhbz#1808239
|
||||
- Resolves: rhbz#1808238
|
||||
|
||||
* Tue May 07 2019 Mike FABIAN <mfabian@redhat.com> - 60.3-1
|
||||
- Update to 60.3 maintenance release including support for new Japanese era Reiwa (令和).
|
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
2
sources
2
sources
@ -1,2 +0,0 @@
|
||||
SHA512 (icu4c-60_3-src.tgz) = b91c9989459e301b63091a9b767bdc69621afa3c1a1b9ad57dd0b34d5436e49de096ba1945008ce7b147fe3be70e5f959a77a786feec843decbc505e97a49eaf
|
||||
SHA512 (icu-config.sh) = f4f01fa393d279b9123655296aaf51629f7a25707827882c4886e3fc286671b52a8afb50e77a0d7a29fa029a5dcbf021584efdca79385760c4602a6f8835ce9c
|
Loading…
Reference in New Issue
Block a user