Bug#1027298: bullseye-pu: package libreoffice/1:7.0.4-4+deb11u5
Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian.org@packages.debian.org
Usertags: pu
Hi,
follow up to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016037.
[ Reason ]
As said, Croatia joins the Eurozone on Jan, 1 2023, i.e. in to days.
That upload added support for Euro in Croatia. This upload switches the
default.
Something for stable-updates given the next point release is only
mid-Feb?
(Explain what the reason for the (old-)stable update is. I.e.
what is the bug, when was it introduced, is this a regression
with respect to the previous (old-)stable.)
[ Impact ]
Wrong currency default. Users might change it from the default to Euro,
but...
[ Checklist ]
[x] *all* changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in (old)stable
[x] the issue is verified as fixed in unstable
[ Changes ]
Upstream fix added 1:1.
Full debdiff:
diff -Nru libreoffice-7.0.4/debian/changelog libreoffice-7.0.4/debian/changelog
--- libreoffice-7.0.4/debian/changelog 2022-09-06 18:54:37.000000000 +0200
+++ libreoffice-7.0.4/debian/changelog 2022-11-27 19:37:58.000000000 +0100
@@ -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 <rene@debian.org> 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 01:00:00.000000000 +0100
+++ libreoffice-7.0.4/debian/patches/hrk-euro-default.diff 2022-11-27 19:37:48.000000000 +0100
@@ -0,0 +1,42 @@
+From c698c75adc32e04521d182c409c3401370190efe Mon Sep 17 00:00:00 2001
+From: Eike Rathke <erack@redhat.com>
+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 <erack@redhat.com>
+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 @@
+ </Calendar>
+ </LC_CALENDAR>
+ <LC_CURRENCY>
+- <Currency default="true" usedInCompatibleFormatCodes="true">
++ <Currency default="false" usedInCompatibleFormatCodes="true">
+ <CurrencyID>HRK</CurrencyID>
+ <CurrencySymbol>kn</CurrencySymbol>
+ <BankSymbol>HRK</BankSymbol>
+ <CurrencyName>Hrvatska Kuna</CurrencyName>
+ <DecimalPlaces>2</DecimalPlaces>
+ </Currency>
+- <!-- TODO: switch defaults before 2023-01-01 -->
+- <Currency default="false" usedInCompatibleFormatCodes="false">
++ <Currency default="true" usedInCompatibleFormatCodes="false">
+ <CurrencyID>EUR</CurrencyID>
+ <CurrencySymbol>€</CurrencySymbol>
+ <BankSymbol>EUR</BankSymbol>
+--
+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 17:17:12.000000000 +0200
+++ libreoffice-7.0.4/debian/patches/series 2022-11-27 19:37:58.000000000 +0100
@@ -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
[ Other info ]
I just uploaded the sid fix (>= 7.4.4 rc1 have it for sid) and thus also
could upload this now. Filing this bug for documentation purposes for
stable.
Regards,
Rene
Reply to: