- 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:
parent
58d2baf789
commit
6d650b176a
@ -1,6 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 7 13:59:43 UTC 2020 - olaf@aepfle.de
|
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 in diff_two_files
|
||||||
- use bash Process Substitution when processing ELF files
|
- use bash Process Substitution when processing ELF files
|
||||||
- move normalizing code from check_single_file into separate function
|
- move normalizing code from check_single_file into separate function
|
||||||
|
@ -21,7 +21,7 @@ Summary: Build Result Compare Script
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: https://github.com/openSUSE/build-compare
|
Url: https://github.com/openSUSE/build-compare
|
||||||
Version: 20200108T195236.2d3ead3
|
Version: 20200109T124459.beb05d0
|
||||||
Release: 0
|
Release: 0
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Source2: same-build-result.sh
|
Source2: same-build-result.sh
|
||||||
|
@ -579,7 +579,7 @@ normalize_file()
|
|||||||
trim_man_first_line $f
|
trim_man_first_line $f
|
||||||
# generated by docbook xml:
|
# generated by docbook xml:
|
||||||
#.\" Date: 09/13/2010
|
#.\" 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
|
done
|
||||||
;;
|
;;
|
||||||
*.elc)
|
*.elc)
|
||||||
|
Loading…
Reference in New Issue
Block a user