fix(gstreamer1-plugins-bad): add bump function to update script (#4537) (#4544)

(cherry picked from commit 85e353e60d)

Signed-off-by: Gilver <rockgrub@disroot.org>
Signed-off-by: RockGrub <RockGrub@users.noreply.github.com>
This commit is contained in:
Gilver
2025-04-29 12:50:06 -05:00
committed by GitHub
parent 6cbd8f1f66
commit 236565bcc7
@@ -5,7 +5,9 @@ let bodhi_branch = bump::as_bodhi_ver(labels.branch);
let pkg = "gstreamer1-plugins-bad-free";
let branch = bump::as_bodhi_ver(labels.branch);
bump::follow_bodhi_vr(rpm, "gstreamer1-plugins-bad-free", branch);
let vr = bump::bodhi_vr("gstreamer1-plugins-bad-free", branch);
rpm.version(vr[1]);
rpm.release(vr[2]);
let opencv_ver = bump::bodhi("opencv", bodhi_branch);
open_file("anda/multimedia/gstreamer1/gstreamer1-plugins-bad/OPENCV_VERSION.txt", "w").write(opencv_ver);