- 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
This commit is contained in:
Olaf Hering 2020-01-09 11:50:18 +00:00 committed by Git OBS Bridge
parent 58d2baf789
commit 6d650b176a
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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)