Compare commits

...

2 Commits

Author SHA1 Message Date
Brett T. Warden e005f2164e Make catchup- a little bit more flexible with tag names
We support tag names like
${package}-${version}
${package}-v${version}
${version}
v${version}

Now add support for things like
${package}-foo-bar-${version}
foo-bar-${version}

for example:
vulkan-sdk-1.3.275.0 for SPIRV-Headers
2025-04-30 13:31:19 -07:00
Arjan van de Ven 5ed7435295 update packages file 2025-04-24 19:10:13 +00:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ catchup-%:
fi; \
version=$$(rpm -q --qf '%{VERSION}\n' --specfile $(SPECFILE) | head -1); \
echo "Version: $${version}"; \
current_tag=$$(git -C results/$(PKG_NAME) tag --list | grep -E "^($(PKG_NAME)-)?v?$${version}$$") || { \
current_tag=$$(git -C results/$(PKG_NAME) tag --list | grep -E "^($(PKG_NAME)-)?(.+-|v)?$${version}$$") || { \
echo "Error: No tag found for current package version"; \
exit 1; \
}; \
+1
View File
@@ -1371,6 +1371,7 @@ compat-libva-soname1
compat-libvpx-soname7
compat-libvpx-soname8
compat-libvpx-soname9
compat-libxml2-soname2
compat-pangomm-soname14
compat-protobuf-soname29
compat-protobuf-soname32