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