Accepting request 912773 from home:dstoecker
- update to version 1.0 * A new tribe: the Amazons * An add-on system * A third frisians scenario * Dynamic tribe loading to speed up game loading * Targeting individual map objects for removal * Mute/unmute messages by buildings * Fully redesigned main menu * Configurable keyboard shortcuts * Enhanced keyboard and mousewheel support in the UI * Long-term stable Lua API for game content designers OBS-URL: https://build.opensuse.org/request/show/912773 OBS-URL: https://build.opensuse.org/package/show/games/widelands?expand=0&rev=58
This commit is contained in:
parent
58e9402030
commit
d59f6b712f
3
widelands-1.0.tar.gz
Normal file
3
widelands-1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1dab0c4062873cc72c5e0558f9e9620b0ef185f1a78923a77c4ce5b9ed76031a
|
||||||
|
size 792124780
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:601e0e4c6f91b3fb0ece2cd1b83ecfb02344a1b9194fbb70ef3f70e06994e357
|
|
||||||
size 381374149
|
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 17 18:40:23 UTC 2021 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
- update to version 1.0
|
||||||
|
* A new tribe: the Amazons
|
||||||
|
* An add-on system
|
||||||
|
* A third frisians scenario
|
||||||
|
* Dynamic tribe loading to speed up game loading
|
||||||
|
* Targeting individual map objects for removal
|
||||||
|
* Mute/unmute messages by buildings
|
||||||
|
* Fully redesigned main menu
|
||||||
|
* Configurable keyboard shortcuts
|
||||||
|
* Enhanced keyboard and mousewheel support in the UI
|
||||||
|
* Long-term stable Lua API for game content designers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 12 09:41:42 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Sep 12 09:41:42 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package widelands
|
# spec file for package widelands
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,17 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: widelands
|
Name: widelands
|
||||||
Version: build21
|
Version: 1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Realtime strategy game involving map control
|
Summary: Realtime strategy game involving map control
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://www.widelands.org
|
URL: https://www.widelands.org
|
||||||
Source0: https://launchpad.net/%{name}/%{version}/%{version}/+download/%{name}-%{version}-source.tar.gz
|
Source0: https://github.com/%{name}/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: SDL2_gfx-devel
|
BuildRequires: SDL2_gfx-devel
|
||||||
BuildRequires: SDL2_image-devel
|
BuildRequires: SDL2_image-devel
|
||||||
BuildRequires: SDL2_mixer-devel
|
BuildRequires: SDL2_mixer-devel
|
||||||
BuildRequires: SDL2_ttf-devel
|
BuildRequires: SDL2_ttf-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: curl-devel
|
||||||
BuildRequires: distribution-release
|
BuildRequires: distribution-release
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -55,6 +56,8 @@ BuildRequires: pkgconfig(lua)
|
|||||||
BuildRequires: pkgconfig(lua5.1)
|
BuildRequires: pkgconfig(lua5.1)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
Requires: %{name}-data = %{version}
|
Requires: %{name}-data = %{version}
|
||||||
|
# be sure that update works now that we have a proper version
|
||||||
|
Obsoletes: %{name} = build21
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Widelands is a real-time strategy (RTS) game with singleplayer
|
Widelands is a real-time strategy (RTS) game with singleplayer
|
||||||
|
Loading…
Reference in New Issue
Block a user