Dominique Leuenberger 2022-11-02 15:02:07 +00:00 committed by Git OBS Bridge
commit 247f23e7b8
4 changed files with 49 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Nov 2 09:27:38 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 1.4:
+ General:
- Lap trial mode.
- Fix parachute powerup.
- Fix gyroscope on walldriving surface.
- Enable ARMv7 build for Windows.
- Restore macOS <= 10.14 support.
- Avoid triggering other goal lines when the goal is already
scored.
+ Graphics
- Items and stars animation.
- LOD optimization.
- Implement HiDPI support in SDL2 properly.
- Beta Vulkan renderer.
- Make sky particle always fall vertically.
+ Tracks and modeling
- Updated Konqi.
- New Godette kart.
- Updated Battle Island and Cave X.
- Fix broken invisible wall in Antediluvian Abyss.
- New textures in Shifting Sands.
- Balanced starting positions in all official soccer fields.
+ Networking
- Add track searching to network track screen.
- Make limit of players in game configurable.
- Allow using real addon karts (same hitbox and kart type as in
local game).
+ User Interface: Add left side ghost replay difficulties.
-------------------------------------------------------------------
Wed Sep 29 18:09:14 UTC 2021 - ecsos <ecsos@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package supertuxkart
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,10 +18,10 @@
#
Name: supertuxkart
Version: 1.3
Version: 1.4
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
License: CC-BY-SA-3.0 AND GPL-2.0-or-later AND GPL-3.0-or-later
Group: Amusements/Games/3D/Race
URL: https://supertuxkart.net/
Source: https://github.com/supertuxkart/stk-code/releases/download/%{version}/supertuxkart-%{version}-src.tar.xz
@ -64,7 +64,7 @@ BuildRequires: pkgconfig(vorbis)
BuildRequires: pkgconfig(xrandr)
Requires: %{name}-data = %{version}
Requires(post): hicolor-icon-theme
Requires(postun): hicolor-icon-theme
Requires(postun):hicolor-icon-theme
%description
SuperTuxKart is a Free 3d kart racing game.
@ -125,6 +125,16 @@ unzip %{SOURCE1}
mkdir -p %{buildroot}%{_mandir}/man6
cp %{SOURCE9} %{buildroot}%{_mandir}/man6
# libangelscript does not need to be provided
for file in /usr/include/angelscript.h \
/usr/lib/cmake/Angelscript/AngelscriptConfig.cmake \
/usr/lib/cmake/Angelscript/AngelscriptConfigVersion.cmake \
/usr/lib/cmake/Angelscript/AngelscriptTargets-relwithdebinfo.cmake \
/usr/lib/cmake/Angelscript/AngelscriptTargets.cmake \
/usr/lib/libangelscript.a; do
rm %{buildroot}/$file
done
%if 0%{?suse_version} < 1500
%post
%desktop_database_post