From 51189fdfe359abbe59665479a9f26086cb9f3894fbfc9b5e0180b4e7cd3c3737 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 8 Sep 2022 19:49:06 +0000 Subject: [PATCH] Accepting request 1000661 from home:kukuk:branches:devel:tools - The manual pages are already in UTF-8 format, so don't convert them from latin1 to UTF-8, this will break the encoding [bsc#1203020] OBS-URL: https://build.opensuse.org/request/show/1000661 OBS-URL: https://build.opensuse.org/package/show/devel:tools/fakeroot?expand=0&rev=37 --- fakeroot.changes | 7 +++++++ fakeroot.spec | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/fakeroot.changes b/fakeroot.changes index 5505ed5..b99656c 100644 --- a/fakeroot.changes +++ b/fakeroot.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 1 11:20:13 UTC 2022 - Thorsten Kukuk + +- The manual pages are already in UTF-8 format, so don't convert + them from latin1 to UTF-8, this will break the encoding + [bsc#1203020] + ------------------------------------------------------------------- Thu Jul 7 19:23:17 UTC 2022 - Matthias Eliasson diff --git a/fakeroot.spec b/fakeroot.spec index 8857b8e..33ba8f8 100644 --- a/fakeroot.spec +++ b/fakeroot.spec @@ -61,11 +61,6 @@ pushd doc po4a -k 0 --rm-backups --variable "srcdir=../doc/" po4a/po4a.cfg popd -for file in ./doc/{*.1,*/*.1}; do - iconv -f latin1 -t utf8 < $file > $file.new && \ - mv -f $file.new $file -done - for type in sysv tcp; do mkdir obj-$type cd obj-$type