refactor: replaced steamID3/steamID64 conversation algorithm

This commit is contained in:
2020-08-17 01:12:51 +03:00
parent 0c13ad296f
commit 6c2a62ebdc
4 changed files with 33 additions and 23 deletions

View File

@ -1,7 +1,7 @@
%global steamuser steam
Name: kf2-srv
Version: 0.15.3
Version: 0.15.4
Release: 1%{dist}
Summary: Killing Floor 2 server
Group: Amusements/Games
@ -101,6 +101,9 @@ if [[ $1 == 1 ]]; then # Install
fi
%changelog
* Sat Aug 15 2020 GenZmeY <genzmey@gmail.com> - 0.15.4-1
- replaced steamID3/steamID64 conversation algorithm.
* Sat Aug 15 2020 GenZmeY <genzmey@gmail.com> - 0.15.3-1
- fix 'find: Failed to restore initial working directory'.