Accepting request 914888 from home:ecsos:branches:games
- Update to version 0.0.25b: * Ranked matches did not longer grant points in the lobby. * Mod installation no longer require restart. * Mod installation no longer prints errors when installing mods by double-clicking * Mod installation now overwrites the existing mods to allow for easier updates. * Fishes are now easier to spot on lowest settings with the addition of seagulls. * See https://wildfiregames.com/forum/topic/53714-re-release-of-0-ad-alpha-25-yauna/ - Increase disk size in _constraints to fix build error "No space left on device" in Leap. OBS-URL: https://build.opensuse.org/request/show/914888 OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=111
This commit is contained in:
parent
93ee013987
commit
0f819dcd81
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:592eab37c1a1588e87b1f22d328fd6ca84ba47f32219f9e0fc4bbf67e745430f
|
||||
size 75788348
|
3
0ad-0.0.25b-alpha-unix-build.tar.xz
Normal file
3
0ad-0.0.25b-alpha-unix-build.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d70dcd75f473a7d5c81432c3d9260926bf8d9dff5cd541796169497d1c522edd
|
||||
size 75579956
|
13
0ad.changes
13
0ad.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 29 10:25:25 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to version 0.0.25b:
|
||||
* Ranked matches did not longer grant points in the lobby.
|
||||
* Mod installation no longer require restart.
|
||||
* Mod installation no longer prints errors when installing mods by double-clicking
|
||||
* Mod installation now overwrites the existing mods to allow for easier updates.
|
||||
* Fishes are now easier to spot on lowest settings with the addition of seagulls.
|
||||
* See https://wildfiregames.com/forum/topic/53714-re-release-of-0-ad-alpha-25-yauna/
|
||||
- Increase disk size in _constraints to fix build error
|
||||
"No space left on device" in Leap.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 16 20:42:52 UTC 2021 - Simon Puchert <simonpuchert@alice.de>
|
||||
|
||||
|
6
0ad.spec
6
0ad.spec
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# Enable NVTT only on arch supported by nvidia-texture-tools
|
||||
%ifarch %{ix86} x86_64 ppc
|
||||
%bcond_without nvtt
|
||||
@ -30,7 +31,7 @@
|
||||
# Use provided library
|
||||
%bcond_without system_nvtt
|
||||
Name: 0ad
|
||||
Version: 0.0.25
|
||||
Version: 0.0.25b
|
||||
Release: 0
|
||||
Summary: A real-time strategy game of ancient warfare
|
||||
License: GPL-2.0-or-later AND LGPL-3.0-or-later AND CC-BY-SA-3.0 AND MIT AND ISC AND MPL-2.0 AND BSD-3-Clause
|
||||
@ -71,8 +72,8 @@ BuildRequires: nvidia-texture-tools >= 2.1
|
||||
%endif
|
||||
%if %{with system_mozjs}
|
||||
#FIXME: Depends on source/scriptinterface/ScriptTypes.h
|
||||
BuildRequires: pkgconfig(mozjs-78) >= 78.6
|
||||
BuildRequires: pkgconfig(mozjs-78) < 78.7
|
||||
BuildRequires: pkgconfig(mozjs-78) >= 78.6
|
||||
%else
|
||||
BuildRequires: cargo
|
||||
BuildRequires: rust
|
||||
@ -138,7 +139,6 @@ install -Dm 0644 build/resources/0ad.png %{buildroot}%{_datadir}/pixmaps/%{name}
|
||||
|
||||
%suse_update_desktop_file %{name}
|
||||
|
||||
|
||||
%files
|
||||
%doc README.txt
|
||||
%license LICENSE.txt license_gpl-2.0.txt license_lgpl-2.1.txt license_mit.txt
|
||||
|
@ -2,7 +2,7 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">10</size>
|
||||
<size unit="G">12</size>
|
||||
</disk>
|
||||
<memory>
|
||||
<size unit="G">5</size>
|
||||
|
Loading…
Reference in New Issue
Block a user