From 90ec4d884a47938b4cce0d4056b77a96271b7dc6e0cf9b24a3f4cfcc071028a4 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 8 Nov 2018 06:30:24 +0000 Subject: [PATCH] Accepting request 647100 from home:sbrabec:branches:Base:System - Fix mangled Hindi translation (bsc#1115005). OBS-URL: https://build.opensuse.org/request/show/647100 OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=45 --- dialog.changes | 5 +++++ dialog.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dialog.changes b/dialog.changes index 3f3789d..27b9289 100644 --- a/dialog.changes +++ b/dialog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 7 22:33:50 CET 2018 - sbrabec@suse.com + +- Fix mangled Hindi translation (bsc#1115005). + ------------------------------------------------------------------- Tue May 29 08:59:07 UTC 2018 - werner@suse.de diff --git a/dialog.spec b/dialog.spec index 713aea4..7afbd68 100644 --- a/dialog.spec +++ b/dialog.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -76,6 +76,9 @@ bzcat %{SOURCE4} > po/ko.po %patch0 %patch1 %patch2 -p1 +# Fix mangled Hindi translation (bsc#1115005): +iconv -f UTF-8 -t ISO-8859-15 po/hi.po.utf-8 +mv po/hi.po.utf-8 po/hi.po %build CC=gcc