Accepting request 830787 from games
OBS-URL: https://build.opensuse.org/request/show/830787 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/supertuxkart?expand=0&rev=21
This commit is contained in:
commit
7e42c1841e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9b02b0b11ab68aacaec38306903feffe59a501224805cd3645cebf10e880ae8
|
||||
size 616739152
|
3
supertuxkart-1.2-src.tar.xz
Normal file
3
supertuxkart-1.2-src.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:052edf0afdbeb99583fe8676fb0ab80ecb6103fb88b7540f858d1b5fa1297d37
|
||||
size 614569164
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 29 13:04:13 UTC 2020 - Matthias Mailänder <mailaender@opensuse.org>
|
||||
|
||||
- Update to version 1.2
|
||||
+ Much better gamepad support
|
||||
+ New settings to customize the game's camera
|
||||
+ A new "Cartoon" theme
|
||||
+ An improved online rating system. Online rankings have been reset to go along with it.
|
||||
+ The game's window can now be resized in-game without going in the options
|
||||
+ The minimap now shows basketballs
|
||||
+ Any addon kart can now be used online even if other players don't have it.
|
||||
+ Three improved karts: a new Kiki kart and improved Pidgin and Puffy karts
|
||||
+ Add support for IPv6 LAN servers
|
||||
+ Improved server creation speed and performance
|
||||
+ In-game creation of a racing server is now possible on iOS devices
|
||||
+ An improved tutorial with free-flow racing
|
||||
+ Support for SVG icons
|
||||
+ New tips for soccer mode
|
||||
+ Team chat for team games
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 08:57:39 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -18,15 +18,15 @@
|
||||
|
||||
#
|
||||
Name: supertuxkart
|
||||
Version: 1.1
|
||||
Version: 1.2
|
||||
Release: 0
|
||||
Summary: A 3D kart racing game
|
||||
License: GPL-2.0-or-later AND GPL-3.0-or-later AND CC-BY-SA-3.0
|
||||
Group: Amusements/Games/3D/Race
|
||||
URL: http://supertuxkart.sourceforge.net/
|
||||
Source: https://downloads.sourceforge.net/project/supertuxkart/SuperTuxKart/%{version}/supertuxkart-%{version}-src.tar.xz
|
||||
URL: https://supertuxkart.net/
|
||||
Source: https://github.com/supertuxkart/stk-code/releases/download/%{version}/supertuxkart-%{version}-src.tar.xz
|
||||
# Geeko kart add-on (CC-BY 3.0)
|
||||
Source1: http://stkaddons.net/dl/14e6ba25b17f0d.zip
|
||||
Source1: 14e6ba25b17f0d.zip
|
||||
Source9: supertuxkart.6
|
||||
BuildRequires: cmake >= 3
|
||||
BuildRequires: fdupes
|
||||
@ -59,6 +59,7 @@ BuildRequires: pkgconfig(libenet)
|
||||
BuildRequires: pkgconfig(ogg)
|
||||
BuildRequires: pkgconfig(openal)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
BuildRequires: pkgconfig(vorbis)
|
||||
BuildRequires: pkgconfig(xrandr)
|
||||
Requires: %{name}-data = %{version}
|
||||
@ -88,7 +89,7 @@ BuildArch: noarch
|
||||
Data files for SuperTuxKart a Free 3d kart racing game.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-src
|
||||
%setup -q -n SuperTuxKart-%{version}-src
|
||||
find -name '*~' -delete -print
|
||||
find -name '.git*' -type f -delete -print
|
||||
rm -rfv ./.github
|
||||
|
Loading…
x
Reference in New Issue
Block a user