Version in base suite: 7.0.4-4+deb11u4 Base version: libreoffice_7.0.4-4+deb11u4 Target version: libreoffice_7.0.4-4+deb11u5 Base file: /srv/ftp-master.debian.org/ftp/pool/main/libr/libreoffice/libreoffice_7.0.4-4+deb11u4.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/libr/libreoffice/libreoffice_7.0.4-4+deb11u5.dsc changelog | 6 ++++++ patches/hrk-euro-default.diff | 42 ++++++++++++++++++++++++++++++++++++++++++ patches/series | 1 + 3 files changed, 49 insertions(+) diff -Nru libreoffice-7.0.4/debian/changelog libreoffice-7.0.4/debian/changelog --- libreoffice-7.0.4/debian/changelog 2022-09-06 16:54:37.000000000 +0000 +++ libreoffice-7.0.4/debian/changelog 2022-11-27 18:37:58.000000000 +0000 @@ -1,3 +1,9 @@ +libreoffice (1:7.0.4-4+deb11u5) bullseye; urgency=medium + + * debian/patches/hrk-euro-default.diff: default to EUR for .hr + + -- Rene Engelhard Sun, 27 Nov 2022 19:37:58 +0100 + libreoffice (1:7.0.4-4+deb11u4) bullseye-security; urgency=high * debian/patches/ZDI-CAN-17859.diff: fix ZDI-CAN-17859/CVE-2022-3140 diff -Nru libreoffice-7.0.4/debian/patches/hrk-euro-default.diff libreoffice-7.0.4/debian/patches/hrk-euro-default.diff --- libreoffice-7.0.4/debian/patches/hrk-euro-default.diff 1970-01-01 00:00:00.000000000 +0000 +++ libreoffice-7.0.4/debian/patches/hrk-euro-default.diff 2022-11-27 18:37:48.000000000 +0000 @@ -0,0 +1,42 @@ +From c698c75adc32e04521d182c409c3401370190efe Mon Sep 17 00:00:00 2001 +From: Eike Rathke +Date: Sun, 27 Nov 2022 17:11:49 +0100 +Subject: [PATCH] Resolves: tdf#150011 Switch default currency HRK Croatian + Kuna to EUR Euro + +HR will join Euro area on 2023-01-01. + +Change-Id: I3836804ff68419550091826ea2414bc0edd55a84 +Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143346 +Reviewed-by: Eike Rathke +Tested-by: Jenkins +(cherry picked from commit c58bc31ece80ccdfc88bd043787869c5e460dbd8) +--- + i18npool/source/localedata/data/hr_HR.xml | 5 ++--- + 1 file changed, 2 insertions(+), 3 deletions(-) + +diff --git a/i18npool/source/localedata/data/hr_HR.xml b/i18npool/source/localedata/data/hr_HR.xml +index 4de83e5535cd..1d29f1f2e0e6 100644 +--- a/i18npool/source/localedata/data/hr_HR.xml ++++ b/i18npool/source/localedata/data/hr_HR.xml +@@ -414,15 +414,14 @@ + + + +- ++ + HRK + kn + HRK + Hrvatska Kuna + 2 + +- +- ++ + EUR + + EUR +-- +2.30.2 + diff -Nru libreoffice-7.0.4/debian/patches/series libreoffice-7.0.4/debian/patches/series --- libreoffice-7.0.4/debian/patches/series 2022-09-03 15:17:12.000000000 +0000 +++ libreoffice-7.0.4/debian/patches/series 2022-11-27 18:37:58.000000000 +0000 @@ -64,3 +64,4 @@ 0004-CVE-2022-2630-6-7-add-infobar-to-prompt-to-refresh-t.patch fix-e_book_client_connect_direct_sync-sig.diff ZDI-CAN-17859.diff +hrk-euro-default.diff