Accepting request 402753 from games

Update to 0.9.2-rc1 (forwarded request 402752 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/402753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/supertuxkart?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2016-06-19 09:08:22 +00:00 committed by Git OBS Bridge
commit ef90c7247a
4 changed files with 27 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c50f00a71df165fb613d20e86bea2d9d5e51ed3e27e1d436fbac3b07cf2ea149
size 425822808

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11926032c7257218fb561871c272891440b86523c195e0cd6d3b102eda250419
size 501620552

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jun 16 13:42:10 UTC 2016 - dimstar@opensuse.org
- Update to version 0.9.2-rc2:
+ Ghost replay races.
+ Battle mode AI.
+ Soccer mode AI.
+ New icy soccer field.
+ New subsea track.
+ New volcano track.
+ TTF font rendering.
+ Kart properties refactor.
+ Scripting work under the hood.
+ Work on the track editor.
+ Tweak to challenges.
+ New farm track song.
+ Bugfixes.
-------------------------------------------------------------------
Wed Oct 21 13:40:53 UTC 2015 - dimstar@opensuse.org
@ -10,7 +28,7 @@ Wed Oct 21 13:40:53 UTC 2015 - dimstar@opensuse.org
- XR591
- Fort Magma
- Gran Paradiso
- Subsea
- Subsea
+ Tweak to challenges.
+ Better support for driving tracks in reverse.

View File

@ -1,7 +1,7 @@
#
# spec file for package supertuxkart
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: supertuxkart
Version: 0.9.1
Version: 0.9.2~rc1
Release: 0
Summary: A 3D kart racing game
License: GPL-2.0+ and GPL-3.0+ and CC-BY-SA-3.0
Group: Amusements/Games/3D/Race
Url: http://supertuxkart.sourceforge.net/
Source: http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/%{version}/%{name}-%{version}-src.tar.xz
Source: http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/0.9.2/%{name}-0.9.2-rc1-src.tar.xz
# Geeko kart add-on (CC-BY 3.0)
Source1: http://stkaddons.net/dl/14e6ba25b17f0d.zip
BuildRequires: bluez-devel
@ -45,6 +45,7 @@ BuildRequires: libvorbis-devel
BuildRequires: openal-soft-devel
BuildRequires: unzip
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(gl)
Requires: %{name}-data = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -73,7 +74,7 @@ BuildArch: noarch
Data files for SuperTuxKart a Free 3d kart racing game.
%prep
%setup -q
%setup -q -n %{name}-0.9.2-rc1
find -name '*~' -delete -print
%build