Hi @henry2cox,
when trying to bump lcov to 2.5. for/in Gentoo, I noticed that the 2.5 release is breaking with a few traditions that seem like accidents to me:
- 2.4 had an artifact "lcov-2.4.tar.gz" but there is no "lcov-2.5.tar.gz" with 2.5. Should I be using the git-archive tarball that GitHub offers automatically, in packaging?
- The RPM artifact filename pattern changed from
lcov-*-0.(noarch|src).rpm in 2.4 to lcov-*-beta.(noarch|src).rpm in 2.5 without that "beta" being expected or explained on the release page.
- The title is "Release v2.5" for 2.5 when it was plain "v2.4" for 2.4, can be seen at https://github.com/linux-test-project/lcov/releases .
I believe all of the unintended parts could be fixed without need for a new release. Is any of that intended?
PS: Is the "2.4.1" at…
…a leftover? Is that file used in RPM artifact creation?
Best, Sebastian
Hi @henry2cox,
when trying to bump lcov to 2.5. for/in Gentoo, I noticed that the 2.5 release is breaking with a few traditions that seem like accidents to me:
lcov-*-0.(noarch|src).rpmin 2.4 tolcov-*-beta.(noarch|src).rpmin 2.5 without that "beta" being expected or explained on the release page.I believe all of the unintended parts could be fixed without need for a new release. Is any of that intended?
PS: Is the "2.4.1" at…
lcov/rpm/lcov.spec
Line 3 in 30056de
…a leftover? Is that file used in RPM artifact creation?
Best, Sebastian