Hello community,

here is the log from the commit of package supertuxkart for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:51:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/supertuxkart (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.supertuxkart.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "supertuxkart"

Sun Mar  1 08:51:21 2020 rev:16 rq:770482 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/supertuxkart/supertuxkart.changes      
2020-01-15 16:04:42.559966448 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.supertuxkart.new.26092/supertuxkart.changes   
2020-03-01 08:51:48.929325957 +0100
@@ -1,0 +2,42 @@
+Thu Jan 23 08:57:39 UTC 2020 - Guillaume GARDET <[email protected]>
+
+- Enable build on non-x86 architectures
+- Add _constraints to avoid build failures
+
+-------------------------------------------------------------------
+Sun Jan  5 07:58:23 UTC 2020 - Andrey Karepin <[email protected]>
+
+- Update to version 1.1:
+  + Improved online multiplayer play
+    + Fix network lags in various scenarios when playing online
+    + Add AI support to local networking servers
+  + UI enhancements
+  + A new arena: Pumpkin Park
+  + Mobile enhancements and iOS support (The iOS version can be tested
+    through testflight : https://testflight.apple.com/join/mbK8RjHq )
+  + Complex text layout and emoji support
+  + Story mode timer for speedrunners
+  + Generic polish and minor improvements
+  See full changes in CHANGELOG.md.
+- added CMake option OpenGL_GL_PREFERENCE=GLVND
+- use system provided libmcpp
+- use system provided libraqm
+
+-------------------------------------------------------------------
+Sun Apr 28 18:20:39 UTC 2019 - Andrey Karepin <[email protected]>
+
+- Update to version 1.0:
+  + Networking support for normal race, time trial, free for all,
+    capture the flag and soccer.
+  + Spectating option for players having entered a server while a
+    race or game is underway.
+  + New game mode Capture the Flag.
+  + New game mode Free for All.
+  + Improved powerup and nitro handling in AI.
+  + Race UI improvements (new speedometer, nitro gauge, bigger
+    minimap, minimap display options, more legible text with
+    outlines and for some bigger font).
+- Add wiiuse-devel BuildReqires.
+- Drop supertuxkart-mesa-18.3.patch: merged upstream.
+
+-------------------------------------------------------------------

Old:
----
  supertuxkart-0.9.3-src.tar.xz
  supertuxkart-mesa-18.3.patch

New:
----
  _constraints
  supertuxkart-1.1-src.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ supertuxkart.spec ++++++
--- /var/tmp/diff_new_pack.rExlO5/_old  2020-03-01 08:51:54.833337702 +0100
+++ /var/tmp/diff_new_pack.rExlO5/_new  2020-03-01 08:51:54.837337709 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package supertuxkart
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,42 +16,54 @@
 #
 
 
+#
 Name:           supertuxkart
-Version:        0.9.3
+Version:        1.1
 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:         
http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/0.9.3/%{name}-%{version}-src.tar.xz
+Source:         
https://downloads.sourceforge.net/project/supertuxkart/SuperTuxKart/%{version}/supertuxkart-%{version}-src.tar.xz
 # Geeko kart add-on (CC-BY 3.0)
 Source1:        http://stkaddons.net/dl/14e6ba25b17f0d.zip
 Source9:        supertuxkart.6
-# PATCH-FIX-UPSTREAM supertuxkart-mesa-18.3.patch boo#1120986 
[email protected] - Fix build against Mesa 18.3
-Patch0:         supertuxkart-mesa-18.3.patch
 BuildRequires:  cmake >= 3
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
+BuildRequires:  libraqm-devel
+%if 0%{?suse_version} && 0%{?is_opensuse}
+BuildRequires:  mcpp-devel
+%endif
+%ifnarch %ix86 x86_64
+BuildRequires:  Mesa-libEGL-devel
+BuildRequires:  Mesa-libGLESv2-devel
+BuildRequires:  Mesa-libGLESv3-devel
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
+BuildRequires:  wiiuse-devel
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(fribidi)
 BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(glu)
+BuildRequires:  pkgconfig(harfbuzz)
 BuildRequires:  pkgconfig(libcurl)
+BuildRequires:  pkgconfig(libenet)
 BuildRequires:  pkgconfig(ogg)
 BuildRequires:  pkgconfig(openal)
+BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(xrandr)
 Requires:       %{name}-data = %{version}
 Requires(post): hicolor-icon-theme
 Requires(postun): hicolor-icon-theme
-ExclusiveArch:  %{ix86} x86_64
 
 %description
 SuperTuxKart is a Free 3d kart racing game.
@@ -76,10 +88,15 @@
 Data files for SuperTuxKart a Free 3d kart racing game.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n %{name}-%{version}-src
 find -name '*~' -delete -print
-find -name '.git*' -delete -print
+find -name '.git*' -type f -delete -print
+rm -rfv ./.github
+
+# fix W: non-executable-script
+rm data/optimize_data.sh
+rm data/po/pull_from_transifex.sh
+rm data/po/update_po_authors.py
 
 %build
 mkdir build && cd build
@@ -90,11 +107,14 @@
         -DCMAKE_CXX_FLAGS="%{optflags} -fno-strict-aliasing" \
         -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
         -DBUILD_RECORDER=0 \
+        -DOpenGL_GL_PREFERENCE=GLVND \
+        -DUSE_SYSTEM_WIIUSE:BOOL=ON \
         -DCMAKE_BUILD_TYPE=RelWithDebInfo
 make V=1 %{?_smp_mflags}
 
 %install
 %cmake_install
+
 mkdir -p %{buildroot}%{_datadir}/supertuxkart/data/karts/geeko/
 cd %{buildroot}%{_datadir}/supertuxkart/data/karts/geeko/
 unzip %{SOURCE1}
@@ -120,8 +140,8 @@
 %doc README.md CHANGELOG.md
 %{_bindir}/supertuxkart
 %{_mandir}/man?/%{name}.?.*
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/supertuxkart.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/supertuxkart.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/supertuxkart.png
 %{_datadir}/icons/hicolor/


++++++ _constraints ++++++
<constraints>
  <hardware>
    <memory>
     <size unit="G">2</size>
    </memory>
    <disk>
      <size unit="G">7</size>
    </disk>
  </hardware>
</constraints>
++++++ supertuxkart-0.9.3-src.tar.xz -> supertuxkart-1.1-src.tar.xz ++++++
/work/SRC/openSUSE:Leap:15.2/supertuxkart/supertuxkart-0.9.3-src.tar.xz 
/work/SRC/openSUSE:Leap:15.2/.supertuxkart.new.26092/supertuxkart-1.1-src.tar.xz
 differ: char 25, line 1


Reply via email to