bump: rpcs3 xray zig-master-bootstrap

This commit is contained in:
Raboneko
2026-03-27 18:02:58 +00:00
parent 7f797b7538
commit b43bf391f0
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
# GLIBCXX_ASSERTIONS is known to break RPCS3 # 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_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 build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
%global commit 27024171926ea4ff62877bbd14ee9cb0f2e9c117 %global commit a4523651c7aa188c1b72ea6ec9f1d807a68c2178
%global ver 0.0.40-19109 %global ver 0.0.40-19110
Name: rpcs3 Name: rpcs3
Version: %(echo %{ver} | sed 's/-/^/g') Version: %(echo %{ver} | sed 's/-/^/g')
+1 -1
View File
@@ -1,7 +1,7 @@
# Disabled because compiled without debug # Disabled because compiled without debug
%global goipath github.com/XTLS/Xray-core %global goipath github.com/XTLS/Xray-core
Version: 26.3.23 Version: 26.3.27
%global golicenses LICENSE %global golicenses LICENSE
%global godocs README.md SECURITY.md CODE_OF_CONDUCT.md %global godocs README.md SECURITY.md CODE_OF_CONDUCT.md
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/bash #!/usr/bin/bash
version=0.16.0-dev.2984+cb7d2b056 version=0.16.0-dev.3006+94355f192
mirrors=() mirrors=()
@@ -7,7 +7,7 @@
%define llvm_compat 20 %define llvm_compat 20
%endif %endif
%global llvm_version 20.0.0 %global llvm_version 20.0.0
%global ver 0.16.0-dev.2984+cb7d2b056 %global ver 0.16.0-dev.3006+94355f192
%bcond bootstrap 1 %bcond bootstrap 1
%bcond docs %{without bootstrap} %bcond docs %{without bootstrap}
%bcond test 1 %bcond test 1