From c04631047b86ea3142bfb81ca38b8c90626174ec Mon Sep 17 00:00:00 2001 From: madonuko Date: Thu, 11 Jul 2024 00:49:14 +0800 Subject: [PATCH] chore(sync): rawhide -> 40 Doing this again due to bad timing with PR/backport etc. --- anda/apps/mugshot/update.rhai | 4 +++- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/tools/umstellar/update.rhai | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/anda/apps/mugshot/update.rhai b/anda/apps/mugshot/update.rhai index bbcfc551b9..c788e84035 100644 --- a/anda/apps/mugshot/update.rhai +++ b/anda/apps/mugshot/update.rhai @@ -1 +1,3 @@ -rpm.version(gh("bluesabre/mugshot")); +let v = gh("bluesabre/mugshot"); +v.crop(8); +rpm.version(v); diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 10973e4736..e0a10b4370 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_without check %global debug_package %{nil} -%global ver 0.142.1 +%global ver 0.144.0 %global crate zed %global app_id dev.zed.Zed-Preview diff --git a/anda/tools/umstellar/update.rhai b/anda/tools/umstellar/update.rhai index b0ada8d0dd..617caa459b 100644 --- a/anda/tools/umstellar/update.rhai +++ b/anda/tools/umstellar/update.rhai @@ -1 +1,3 @@ -rpm.global("pypi_version", gh("Ultramarine-Linux/stellar")); +let v = gh("Ultramarine-Linux/stellar"); +v.crop(1); // remove "v" prefix +rpm.global("pypi_version", v);