forked from pool/ddnet
Accepting request 990877 from games
OBS-URL: https://build.opensuse.org/request/show/990877 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddnet?expand=0&rev=9
This commit is contained in:
commit
208996f832
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7be7e90e34a7bf11bdb2fec62b7040c3e0d6075053e8bb35cca13ef1593dde1
|
||||
size 35670629
|
3
ddnet-16.2.2.tar.gz
Normal file
3
ddnet-16.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42f9acac55194bca298e3ed5fb50bf482e1c88e00cf04f0305e2e029f94ecba8
|
||||
size 35866738
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 17 23:56:01 UTC 2022 - Timothy Brown <stimut@gmail.com>
|
||||
|
||||
- Update to version 16.2.2:
|
||||
* [Client] Add option to change default eyes when joining server
|
||||
* [Client] Tooltips to explain some settings
|
||||
* [Client] DDNet HUD
|
||||
* [Client] Controller support
|
||||
* [Client] Add community skin option
|
||||
* [Client] Prediction of switch state toggles
|
||||
* [Client] Use STUN to check network status when connecting
|
||||
* [Server] HTTP masterserver registering
|
||||
* [Server] Enable swapping in team 0
|
||||
* [Server] Shields that take away specific weapons
|
||||
* [Client+Server] Unify logging infrastructure so that F1 shows all
|
||||
* [Client+Server] Switch new players to DDNet config dir, support Teeworlds as fallback
|
||||
* Plus many bug fixes listed at https://ddnet.tw/downloads/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 5 19:07:01 UTC 2022 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: ddnet
|
||||
Version: 16.0.3
|
||||
Version: 16.2.2
|
||||
Release: 0
|
||||
Summary: DDraceNetwork, a cooperative racing mod of Teeworlds
|
||||
License: Zlib AND CC-BY-SA-3.0 AND Apache-2.0 AND MIT AND SUSE-Public-Domain
|
||||
License: Apache-2.0 AND CC-BY-SA-3.0 AND Zlib AND MIT AND SUSE-Public-Domain
|
||||
Group: Amusements/Games/Action/Race
|
||||
URL: https://ddnet.tw/
|
||||
Source: https://github.com/ddnet/ddnet/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
@ -30,11 +30,11 @@ BuildRequires: cmake
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libminiupnpc-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pnglite-devel
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: python3
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(glew)
|
||||
@ -47,8 +47,8 @@ BuildRequires: pkgconfig(opus)
|
||||
BuildRequires: pkgconfig(opusfile)
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(vulkan)
|
||||
BuildRequires: pkgconfig(wavpack)
|
||||
BuildRequires: pkgconfig(vulkan)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Requires: %{name}-data = %{version}-%{release}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user