5a25b0a
From b9dde4a74cba5a771cbc85880d518f6717d19216 Mon Sep 17 00:00:00 2001
5a25b0a
Message-Id: <b9dde4a74cba5a771cbc85880d518f6717d19216.1531842189.git.erack@redhat.com>
5a25b0a
From: Tor Lillqvist <tml@collabora.com>
5a25b0a
Date: Thu, 7 Jun 2018 21:51:14 +0300
5a25b0a
Subject: [PATCH] We use ICU 61 now
5a25b0a
MIME-Version: 1.0
5a25b0a
Content-Type: multipart/mixed; boundary="------------erAck-patch-parts"
5a25b0a
5a25b0a
This is a multi-part message in MIME format.
5a25b0a
--------------erAck-patch-parts
5a25b0a
Content-Type: text/plain; charset=UTF-8; format=fixed
5a25b0a
Content-Transfer-Encoding: 8bit
5a25b0a
5a25b0a
5a25b0a
Change-Id: I7faf23de08db680599658206faaf3028888563f6
5a25b0a
---
5a25b0a
 ios/CustomTarget_iOS_setup.mk | 2 +-
5a25b0a
 1 file changed, 1 insertion(+), 1 deletion(-)
5a25b0a
5a25b0a
5a25b0a
--------------erAck-patch-parts
5a25b0a
Content-Type: text/x-patch; name="0001-We-use-ICU-61-now.patch"
5a25b0a
Content-Transfer-Encoding: 8bit
5a25b0a
Content-Disposition: attachment; filename="0001-We-use-ICU-61-now.patch"
5a25b0a
5a25b0a
# Slightly adapted to rawhide/F29 libreoffice-6-0-6
5a25b0a
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
5a25b0a
index a9f98850c6d8..a0d1a18823ab 100644
5a25b0a
--- a/ios/CustomTarget_iOS_setup.mk
5a25b0a
+++ b/ios/CustomTarget_iOS_setup.mk
5a25b0a
@@ -32,7 +32,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_iOS_setup.mk
5a25b0a
 	    > $(IOSGEN)/native-code.h
5a25b0a
 
5a25b0a
 	# generate resource files used to start/run LibreOffice
5a25b0a
-	cp $(WORKDIR)/UnpackedTarball/icu/source/data/in/icudt60l.dat $(IOSRES)/icudt60l.dat
5a25b0a
+	cp $(WORKDIR)/UnpackedTarball/icu/source/data/in/icudt61l.dat $(IOSRES)/icudt61l.dat
5a25b0a
 	cp $(INSTDIR)/program/types.rdb             $(IOSRES)/udkapi.rdb
5a25b0a
 	cp $(INSTDIR)/program/types/offapi.rdb      $(IOSRES)
5a25b0a
 	cp $(INSTDIR)/program/types/oovbaapi.rdb    $(IOSRES)
5a25b0a
5a25b0a
--------------erAck-patch-parts--
5a25b0a
5a25b0a