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:
Dmitriy Perlow
2021-09-01 06:46:27 +00:00
committed by Git OBS Bridge
parent 93ee013987
commit 0f819dcd81
5 changed files with 20 additions and 7 deletions

View File

@@ -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