From 5e31f5ae7aa82562fe230b34ead44627b514c6a7bf094b522e0d3fc0df49c5e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 27 Sep 2022 20:19:05 +0000 Subject: [PATCH] Accepting request 1006421 from home:favogt:branches:GNOME:Factory - Adjust name of ICU data file to fix build on big-endian platforms OBS-URL: https://build.opensuse.org/request/show/1006421 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mozjs102?expand=0&rev=5 --- mozjs102.changes | 5 +++++ mozjs102.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/mozjs102.changes b/mozjs102.changes index ef7dddb..0f2eaf0 100644 --- a/mozjs102.changes +++ b/mozjs102.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 27 14:13:15 UTC 2022 - Fabian Vogt + +- Adjust name of ICU data file to fix build on big-endian platforms + ------------------------------------------------------------------- Tue Sep 20 07:41:19 UTC 2022 - Bjørn Lie diff --git a/mozjs102.spec b/mozjs102.spec index 1438d9f..d7771b4 100644 --- a/mozjs102.spec +++ b/mozjs102.spec @@ -199,10 +199,10 @@ autoconf-2.13 --disable-jemalloc %if 0%{?big_endian} -echo "Generate big endian version of config/external/icu/data/icud69l.dat" +echo "Generate big endian version of config/external/icu/data/icud71l.dat" pushd ../.. - /usr/sbin/icupkg -tb config/external/icu/data/icudt69l.dat config/external/icu/data/icudt69b.dat - rm -f config/external/icu/data/icudt*l.dat + /usr/sbin/icupkg -tb config/external/icu/data/icudt71l.dat config/external/icu/data/icudt71b.dat + rm config/external/icu/data/icudt*l.dat popd %endif