Package Release Info

kcov-40-bp155.1.8

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kcov

Change Logs

* Thu Sep 22 2022 Antoine Belvire <antoine.belvire@opensuse.org>
- 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.
* Sun Jun 26 2022 Berthold Gunreben <azouhr@opensuse.org>
- solib-parser/lib.c:99:3: error: #error Unsupported architecture
  Disable s390x builds.
Version: 38-bp154.1.30
* Thu Sep 17 2020 Dirk Mueller <dmueller@suse.com>
- 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):
Version: 36-bp152.1.14
* Sat May 18 2019 Doug Miller <dgm816@gmail.com>
- updated to use python3 when compiling via python3.patch which
  removes python2 need
* Fri May 10 2019 Doug Miller <dgm816@gmail.com>
- 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
* Wed May 08 2019 Doug Miller <dgm816@gmail.com>
- initial spec file based on fedora project:
  https://src.fedoraproject.org/rpms/kcov/blob/master/f/kcov.spec