Compare commits

..

1 Commits

Author SHA1 Message Date
madomado 2a273ce742 fix(v2ray-nightly): versioning
Signed-off-by: madomado <madonuko@outlook.com>
2026-06-12 14:04:44 +08:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
# GLIBCXX_ASSERTIONS is known to break RPCS3
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
%global commit 2ce45bd90490a95f757206183da90b95eb5849f5
%global ver 0.0.41-19456
%global commit 1492d647f411b04d6a78d4aed9d32f5c55b1f455
%global ver 0.0.41-19455
Name: rpcs3
Version: %(echo %{ver} | sed 's/-/^/g')
@@ -4,7 +4,7 @@
%global commit_date 20260611
%global goipath github.com/v2fly/v2ray-core
Version: %{ver}^%{commit_date}git.%{shortcommit}
Version: %(echo %ver | sed -E 's/^v//')^%{commit_date}git.%{shortcommit}
%global golicenses LICENSE
%global godocs README.md SECURITY.md