Accepting request 762170 from openSUSE:Tools

- 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
- better input verification in check_single_file
- split verification from diff_two_files into separate function
- move check for ignored files out of check_single_file
- separate helper functions from code in pkg-diff
- touch host watchdog when producing output and in loops (issue#35)
- add functions to touch host watchdog
- always run cleanup in check_compressed_file
- use EXIT handler in pkg-diff to remove tmpfiles

OBS-URL: https://build.opensuse.org/request/show/762170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build-compare?expand=0&rev=111
This commit is contained in:
Dominique Leuenberger 2020-01-18 11:13:33 +00:00 committed by Git OBS Bridge
commit 88e3cc225b
3 changed files with 645 additions and 454 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
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
- better input verification in check_single_file
- split verification from diff_two_files into separate function
- move check for ignored files out of check_single_file
- separate helper functions from code in pkg-diff
- touch host watchdog when producing output and in loops (issue#35)
- add functions to touch host watchdog
- always run cleanup in check_compressed_file
- use EXIT handler in pkg-diff to remove tmpfiles
-------------------------------------------------------------------
Wed Aug 14 13:27:38 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

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: 20190814T133923.4dfa207
Version: 20200109T124459.beb05d0
Release: 0
Source1: COPYING
Source2: same-build-result.sh

File diff suppressed because it is too large Load Diff