So far there are no more bug report that affects the binaries and it will take some time before there are corrected enough bugs to make a 0.8.1 release.
I do want to rename some of the files before they make it into the rep. One should be aware that serverfix package does not contain game any logic and the name should really show this.
If I was a package maintainer I would not hold back.
But I'm wondering exactly what this does:
if [[ "\$0" =~ "ded" ]]; then
exec %{_bindir}/%{name}_ded.bin +set dedicated 1 +set fs_homepath \$HOME/.openarena\
+set fs_game baseoa +set cl_master dpmaster.deathmask.net "\$@"
else
exec %{_bindir}/%{name}.bin +set fs_game baseoa +set fs_homepath \$HOME/.openarena\
+set cl_master dpmaster.deathmask.net "\$@"
fi
Wouldn't it be better to use "+set dedicated 2" and and "+set sv_master dpmaster.deathmask.net"