diff --git a/build-compare.changes b/build-compare.changes index bc3bfd3..862275f 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -2,6 +2,7 @@ Tue Nov 8 08:06:30 UTC 2016 - olaf@aepfle.de - Ignore /etc/hosts +- Handle every path matching /share/man/ as man page ------------------------------------------------------------------- Mon Nov 7 03:54:00 UTC 2016 - ol@infoserver.lv diff --git a/build-compare.spec b/build-compare.spec index e15f274..5ecdaab 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -21,7 +21,7 @@ Summary: Build Result Compare Script License: GPL-2.0+ Group: Development/Tools/Building Url: https://github.com/openSUSE/build-compare -Version: 20161108T090706.0636a93 +Version: 20161108T125335.60cbc96 Release: 0 Source1: COPYING Source2: same-build-result.sh diff --git a/pkg-diff.sh b/pkg-diff.sh index 298040a..b217372 100644 --- a/pkg-diff.sh +++ b/pkg-diff.sh @@ -636,7 +636,7 @@ check_single_file() trim_man_first_line $f done ;; - /usr/share/man/*/man*|/usr/share/man/man*|/usr/lib/texmf/doc/man/*/*) + */share/man/*|/usr/lib/texmf/doc/man/*/*) for f in old/$file new/$file; do trim_man_TH $f