From 6d650b176a6fa0b93f9d47864cfdc4c175aa8a203f0ad09434c53eb6d9e25b14 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 9 Jan 2020 11:50:18 +0000 Subject: [PATCH] - this new decade must be handled in man pages created by docbook.xml OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=261 --- 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 02c9f84..0db0ae8 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,6 +1,7 @@ ------------------------------------------------------------------- Tue Jan 7 13:59:43 UTC 2020 - olaf@aepfle.de +- this new decade must be handled in man pages created by docbook.xml - use bash Process Substitution in diff_two_files - use bash Process Substitution when processing ELF files - move normalizing code from check_single_file into separate function diff --git a/build-compare.spec b/build-compare.spec index 03c8bcb..355128c 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: 20200108T195236.2d3ead3 +Version: 20200109T124459.beb05d0 Release: 0 Source1: COPYING Source2: same-build-result.sh diff --git a/pkg-diff.sh b/pkg-diff.sh index f0f0ea1..39a83c9 100644 --- a/pkg-diff.sh +++ b/pkg-diff.sh @@ -579,7 +579,7 @@ normalize_file() trim_man_first_line $f # generated by docbook xml: #.\" Date: 09/13/2010 - sed -i -e 's|Date: [0-1][0-9]/[0-9][0-9]/201[0-9]|Date: 09/13/2010|' $f + sed -i -e 's|Date: [0-1][0-9]/[0-9][0-9]/[0-9][0-9][0-9][0-9]|Date: 09/13/2010|' $f done ;; *.elc)