mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
(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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user