Package Release Info

kcov-42-bp156.1.2

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kcov

Change Logs

* Mon Apr 15 2024 Max Lin <mlin@suse.com>
- Add -lsframe, -lzstd to build flags on Leap 15.5 and 15.6 build
* Mon Apr 01 2024 jun wang <jgwang@suse.com>
- 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)
* Mon Apr 24 2023 Antoine Belvire <antoine.belvire@opensuse.org>
- 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.
Version: 40-bp155.1.8
* 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