main/jemalloc: fix pkgconf version
We don't specify nrev so the version was 5.3.0_
. Remove the _
to have
an apk3 compatible version. Also 5.3.0_
and 5.3.0
are considered the
same version by pkgconf so there should be no new issue.
Ref !63269 (closed)
Edited by Sertonix
Merge request reports
Activity
Filter activity
@ncopa I finally took the time to look at the pkgconf version format (which is the rpm format). Characters like
_
are completely ignored (other than splitting segments). So there should be 0 difference when changing the version from5.3.0_
to5.3.0
. (I am ignoring any script that doesn't implement the version format correctly)Are you ok with this?
Ref https://raw.githubusercontent.com/rpm-software-management/rpm/master/rpmio/rpmvercmp.c
assigned to @doitwithnotepad
added 80 commits
-
1043c2c5...e4da2323 - 79 commits from branch
alpine:master
- abc0b417 - main/jemalloc: fix pkgconf version
-
1043c2c5...e4da2323 - 79 commits from branch
Please register or sign in to reply