Accepting request 537572 from games

Update to 0.9.3-rc1

OBS-URL: https://build.opensuse.org/request/show/537572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/supertuxkart?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2017-11-09 12:57:49 +00:00 committed by Git OBS Bridge
commit 75ff972540
4 changed files with 32 additions and 14 deletions

View File

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Oct 30 13:49:11 UTC 2017 - dimstar@opensuse.org
- Update to version 0.9.3-rc1:
+ Reduced RAM and VRAM usage, reducing load times.
+ New mesh format optimized for space and hardware skinning.
+ Code refactoring of both render pipeline.
+ New kart Wilber and Hexley.
+ New kart Kiki and updated Konqi.
+ New tracks Candela City, Cornfield Crossing and Las Dunas
Arena.
+ Physics improvements and various physics bugfixes.
+ Kart GFX improvements (exhaust and headlight).
+ In-game screen recording powered by libopenglrecorder.
+ High quality mipmap generation.
+ New smoother camera.
+ New grand prix win scene.
+ Gamepad configuration bugfixes.
+ 3 Strikes Battles : added spare tire karts.
+ Various improvements (wall driving fixes, parachutes, GP
points, cannon fixes, colorization shader).
-------------------------------------------------------------------
Sat Jul 2 12:25:29 UTC 2016 - dap.darkness@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package supertuxkart
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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.2
Version: 0.9.3~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.3-rc1/%{name}-0.9.3-rc1-src.tar.xz
# Geeko kart add-on (CC-BY 3.0)
Source1: http://stkaddons.net/dl/14e6ba25b17f0d.zip
Source9: supertuxkart.6
@ -77,7 +77,7 @@ BuildArch: noarch
Data files for SuperTuxKart a Free 3d kart racing game.
%prep
%setup -q
%setup -q -n supertuxkart-0.9.3-rc1
find -name '*~' -delete -print
find -name '.git*' -delete -print
@ -89,6 +89,7 @@ cmake .. \
-DCMAKE_C_FLAGS="%{optflags} -fno-strict-aliasing" \
-DCMAKE_CXX_FLAGS="%{optflags} -fno-strict-aliasing" \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-DBUILD_RECORDER=0 \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
make V=1 %{?_smp_mflags}
@ -97,11 +98,6 @@ make V=1 %{?_smp_mflags}
mkdir -p %{buildroot}%{_datadir}/supertuxkart/data/karts/geeko/
cd %{buildroot}%{_datadir}/supertuxkart/data/karts/geeko/
unzip %{SOURCE1}
# WARNING non-executable-script:
rm %{buildroot}%{_datadir}/supertuxkart/data/run_me.sh
rm %{buildroot}%{_datadir}/supertuxkart/data/po/update_po_authors.py
rm %{buildroot}%{_datadir}/supertuxkart/data/po/pull_from_transifex.sh
rm %{buildroot}%{_datadir}/supertuxkart/data/optimize_data.sh
%fdupes %{buildroot}%{_datadir}
%suse_update_desktop_file supertuxkart
# Man page:
@ -118,13 +114,13 @@ cp %{SOURCE9} %{buildroot}%{_mandir}/man6
%files
%defattr(-,root,root)
%doc AUTHORS COPYING README.md TODO.md CHANGELOG.md
%doc COPYING README.md CHANGELOG.md
%{_bindir}/supertuxkart
%{_mandir}/man?/%{name}.?.*
%dir %{_datadir}/appdata
%{_datadir}/appdata/supertuxkart.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}_*.png
%{_datadir}/pixmaps/supertuxkart.png
%{_datadir}/icons/hicolor/
%files data