libva-v4l2-request-fourier: restore epoch=1 #42

Merged
marfrit merged 1 commits from epoch-bump/libva-v4l2-request-fourier-2026-05-20 into main 2026-05-20 10:58:27 +00:00
Owner

Fixes pacman warning on ohm:

warning: libva-v4l2-request-fourier: local (1:1.0.0.r361.cf8cd9d-1) is newer than marfrit (1.0.0.r376.de27e95-1)

Earlier package builds shipped with epoch=1, current PKGBUILD lost it. Pacman vercmp prefers higher epoch unconditionally, so installed systems refuse upgrade. Restoring epoch=1 makes the version chain monotonic.

Fixes pacman warning on ohm: ``` warning: libva-v4l2-request-fourier: local (1:1.0.0.r361.cf8cd9d-1) is newer than marfrit (1.0.0.r376.de27e95-1) ``` Earlier package builds shipped with epoch=1, current PKGBUILD lost it. Pacman vercmp prefers higher epoch unconditionally, so installed systems refuse upgrade. Restoring epoch=1 makes the version chain monotonic.
marfrit added 1 commit 2026-05-20 10:13:51 +00:00
Installed systems carry 1:1.0.0.r361.cf8cd9d-1 from an earlier build
that had epoch=1. Current PKGBUILD ships 1.0.0.r376.de27e95-1 without
epoch, which pacman vercmp ranks BELOW the installed version, so
ohm refuses to upgrade with:

  warning: libva-v4l2-request-fourier: local (1:1.0.0.r361.cf8cd9d-1) is
  newer than marfrit (1.0.0.r376.de27e95-1)

Restoring epoch=1 fixes the monotonic version chain.
marfrit merged commit fce33b02a2 into main 2026-05-20 10:58:27 +00:00
marfrit deleted branch epoch-bump/libva-v4l2-request-fourier-2026-05-20 2026-05-20 10:58:34 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marfrit/marfrit-packages#42