forked from pool/ddnet
Accepting request 1035924 from games
OBS-URL: https://build.opensuse.org/request/show/1035924 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddnet?expand=0&rev=10
This commit is contained in:
commit
b91e09f070
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:42f9acac55194bca298e3ed5fb50bf482e1c88e00cf04f0305e2e029f94ecba8
|
|
||||||
size 35866738
|
|
3
ddnet-16.5.tar.gz
Normal file
3
ddnet-16.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:483692b8612a58af58d5de79259f210d2fd22ec89a16f206795272e7cbc2b2f9
|
||||||
|
size 35864109
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 8 17:43:00 UTC 2022 - Carsten Ziepke <kieltux@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 16.5:
|
||||||
|
* [Client] Add favorite skins
|
||||||
|
* [Client] Support multiple values to search/exclude in
|
||||||
|
serverbrowser (using ;)
|
||||||
|
* [Client] Improved crash reports with more information
|
||||||
|
* [Client] Tweak running visuals
|
||||||
|
* [Client] Only announce servers using Steam/Discord integration
|
||||||
|
which are registered
|
||||||
|
* [Client] Add help text at bottom left ingame when menu is open
|
||||||
|
* [Client] Fix config_directory.bat (whitespaces in the path)
|
||||||
|
* [Client] Refresh serverbrowser when disconnecting / abort
|
||||||
|
* [Client] Laser menu tweaks; Changed some default colors
|
||||||
|
* [Client] Fix unknown command handler for filenames containing
|
||||||
|
spaces
|
||||||
|
* [Client] Fix UI elements behind color picker background being
|
||||||
|
selectable
|
||||||
|
* [Client] Remove cl_http_map_download
|
||||||
|
* [Client] Fix client crash when server does not send gameinfo
|
||||||
|
* [Client&Server] Fix receiving IPv6 packets after IPv4 ones
|
||||||
|
on Linux
|
||||||
|
* [Client&Server] Handle non-default Windows directory
|
||||||
|
in os_version_str, print the operating system version on
|
||||||
|
client/server launch
|
||||||
|
* [Editor] Fix map file argument not opening editor with
|
||||||
|
absolute paths
|
||||||
|
* [Server] Enable antispoof for vanilla by default
|
||||||
|
* [Server] Remove support for legacy 64 player info protocol
|
||||||
|
* [Server] Only start registering once the server is
|
||||||
|
fully started
|
||||||
|
* [Server] Update move_sqlite.py to use sqlite3mysql
|
||||||
|
* [Server] Respect reserved slots in old serverinfo
|
||||||
|
* [Tooling] Code coverage reports on Github
|
||||||
|
* [Tooling] Make submodules shallow by default
|
||||||
|
* Plus many bug fixes listed at https://ddnet.org/downloads/
|
||||||
|
- Add BuildRequires pkgconfig(libpng)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 17 23:56:01 UTC 2022 - Timothy Brown <stimut@gmail.com>
|
Sun Jul 17 23:56:01 UTC 2022 - Timothy Brown <stimut@gmail.com>
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ddnet
|
Name: ddnet
|
||||||
Version: 16.2.2
|
Version: 16.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DDraceNetwork, a cooperative racing mod of Teeworlds
|
Summary: DDraceNetwork, a cooperative racing mod of Teeworlds
|
||||||
License: Apache-2.0 AND CC-BY-SA-3.0 AND Zlib 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
|
Group: Amusements/Games/Action/Race
|
||||||
URL: https://ddnet.tw/
|
URL: https://ddnet.org/
|
||||||
Source: https://github.com/ddnet/ddnet/archive/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/ddnet/ddnet/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: Mesa-libGLESv3-devel
|
BuildRequires: Mesa-libGLESv3-devel
|
||||||
BuildRequires: appstream-glib
|
BuildRequires: appstream-glib
|
||||||
@ -41,6 +41,7 @@ BuildRequires: pkgconfig(glew)
|
|||||||
BuildRequires: pkgconfig(gtest)
|
BuildRequires: pkgconfig(gtest)
|
||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
BuildRequires: pkgconfig(libnotify)
|
BuildRequires: pkgconfig(libnotify)
|
||||||
|
BuildRequires: pkgconfig(libpng)
|
||||||
BuildRequires: pkgconfig(ogg)
|
BuildRequires: pkgconfig(ogg)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(opus)
|
BuildRequires: pkgconfig(opus)
|
||||||
|
Loading…
Reference in New Issue
Block a user