Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 903633 - dev-util/lcov-1.16 version bump
Summary: dev-util/lcov-1.16 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Jeffrey Lin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-31 11:11 UTC by Kévin Petit
Modified: 2023-10-12 05:28 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kévin Petit 2023-03-31 11:11:20 UTC
v1.16 was released upstream: https://github.com/linux-test-project/lcov/releases/tag/v1.16

Reproducible: Always
Comment 1 Dan Goodliffe 2023-08-29 12:13:57 UTC
This version adds support for choosing a JSON parser backend which is an absolute godsend when working with larger projects after they changed it a while ago and introduced a massive performance hit.
Comment 2 Larry the Git Cow gentoo-dev 2023-10-12 05:28:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c40aac077cba40b0dedda6b9936a100d7c865a

commit 77c40aac077cba40b0dedda6b9936a100d7c865a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-10-12 05:11:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-10-12 05:27:32 +0000

    dev-util/lcov: add 1.16
    
    * Fix tests (just run them with -j1)
    * Fix shebangs for prefix in installed perl scripts
    
    Closes: https://bugs.gentoo.org/689730
    Closes: https://bugs.gentoo.org/759400
    Closes: https://bugs.gentoo.org/903633
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/lcov/Manifest         |  1 +
 dev-util/lcov/lcov-1.16.ebuild | 51 ++++++++++++++++++++++++++++++++++++++++++
 dev-util/lcov/lcov-9999.ebuild | 22 ++++++++++++------
 3 files changed, 67 insertions(+), 7 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82784910be292f2a8714c982e2b5306f49b7e23

commit a82784910be292f2a8714c982e2b5306f49b7e23
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-10-12 05:27:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-10-12 05:27:33 +0000

    dev-util/lcov: add 2.0
    
    Bug: https://bugs.gentoo.org/903633
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/lcov/Manifest         |  1 +
 dev-util/lcov/lcov-2.0.ebuild  | 84 ++++++++++++++++++++++++++++++++++++++++++
 dev-util/lcov/lcov-9999.ebuild | 45 +++++++++++++++++++---
 3 files changed, 124 insertions(+), 6 deletions(-)