| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Add -lsframe, -lzstd to build flags on Leap 15.5 and 15.6 build
- Update to version 42
* Issue #317: Correct handling of large amounts of solib data
* Issue #399: Suppor for the LoongArch architecture
* Issue #397: Correct symlinks if the out-directory is a
relative path
* OSX: Replace the lldb-engine/parser with a macho-parser and a
mach-engine for improved performance (~20x)
- Update to 41:
* Output the codecov file format.
* Fix handling of symlinks.
* Add support for RISC-V.
* Fix gcc-13 build.
* Correct the license for Debian.
* Add --cobertura-only output option.
* Fix build with binutils >= 2.39.
* Clear BFD state between files to avoid breakpoint trashing atomic
instructions.
- Remove kcov-40-binutils-2.39.patch: Fixed upstream.
- Add -lsframe, -lzstd to build flags: Fix linking.
- updated to use python3 when compiling via python3.patch which removes python2 need
- modernize spec file * updated to Release: 3 * converted Source: to Source0: for verification check * converted Patch: to Patch0: * added BuildRoot: per openSUSE recomendations * split BuildRequires: across multiple lines - converted patch to -p1 per openSUSE recommendations
- initial spec file based on fedora project: https://src.fedoraproject.org/rpms/kcov/blob/master/f/kcov.spec
- Update to 40:
* Make libbfd non-required to avoid GPLv3
- Changes from 39:
* Allow an address to map to multiple lines in the binary
(gh#SimonKagstrom/kcov/366).
* Correct abort signal return value (gh#SimonKagstrom/kcov/314).
* Escape json URLs (gh#SimonKagstrom/kcov/353).
* Match ELF perfect if it has the ELF magic
(gh#SimonKagstrom/kcov/339).
* Correct --collect-only, --report-only on non-identical
machines (gh#SimonKagstrom/kcov/342)
* Auto build via github actions (gh#SimonKagstrom/kcov/347).
* Allow regex in --replace-src-path (gh#SimonKagstrom/kcov/333).
* bash: Set PS4 in bash_helper for modern bashes to allow root
usage (gh#SimonKagstrom/kcov/331).
* Fix --merge with two --collect-only runs
(gh#SimonKagstrom/kcov/327).
* bash: Add --bash-tracefd-cloexec to avoid leaking trace fd
to children (gh#SimonKagstrom/kcov/325).
* bash: Drain stdout when on xtrace-fd
(gh#SimonKagstrom/kcov/323).
* Make kcov conan-ready (gh#SimonKagstrom/kcov/322).
- Add kcov-40-binutils-2.39.patch: Fix build with binutils 2.39
(gh#SimonKagstrom/kcov#381, gh#SimonKagstrom/kcov!383).
- Refresh spec file.
- Remove unneeded build dependency on python3.
- solib-parser/lib.c:99:3: error: #error Unsupported architecture Disable s390x builds.
- update to 38: This release fixes a kcov hang on the Aarch64 (ARM64) platform The Cobertura writer now supports the coverage-04.dtd version of the standard - remove python3.patch (upstream):