From 9e2b0f04d8d45c45875dfad2217f55a1b0b2da12084501b4cc0d4f9d500b3c05 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 8 Nov 2016 11:55:08 +0000 Subject: [PATCH] - Handle every path matching /share/man/ as man page OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=225 --- build-compare.changes | 1 + build-compare.spec | 2 +- pkg-diff.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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