[supertuxkart] Rebuild for bullet-2.82

rmattes rmattes at fedoraproject.org
Sun Feb 9 20:03:46 UTC 2014


commit 47958a9021dc8d4cabafe5e12f0f0188f4a61170
Author: Rich Mattes <richmattes at gmail.com>
Date:   Sun Feb 9 15:04:15 2014 -0500

    Rebuild for bullet-2.82

 supertuxkart-0.8.1-bullet.patch |   26 +++++++++++++++++---------
 supertuxkart.spec               |    5 ++++-
 2 files changed, 21 insertions(+), 10 deletions(-)
---
diff --git a/supertuxkart-0.8.1-bullet.patch b/supertuxkart-0.8.1-bullet.patch
index e186909..b486e91 100644
--- a/supertuxkart-0.8.1-bullet.patch
+++ b/supertuxkart-0.8.1-bullet.patch
@@ -1,7 +1,7 @@
-diff -uNr SuperTuxKart-0.8.1.desktop/src/physics/btKartRaycast.cpp SuperTuxKart-0.8.1.bullet/src/physics/btKartRaycast.cpp
---- SuperTuxKart-0.8.1.desktop/src/physics/btKartRaycast.cpp	2013-11-15 16:52:39.000000000 +0400
-+++ SuperTuxKart-0.8.1.bullet/src/physics/btKartRaycast.cpp	2013-11-28 17:18:39.953097832 +0400
-@@ -63,7 +63,7 @@
+diff -up ./src/physics/btKartRaycast.cpp.bullet ./src/physics/btKartRaycast.cpp
+--- ./src/physics/btKartRaycast.cpp.bullet	2013-11-15 07:52:39.000000000 -0500
++++ ./src/physics/btKartRaycast.cpp	2014-02-09 13:20:22.480925667 -0500
+@@ -63,7 +63,7 @@ void* btKartRaycaster::castRay(const btV
  
      if (rayCallback.hasHit())
      {
@@ -10,7 +10,7 @@ diff -uNr SuperTuxKart-0.8.1.desktop/src/physics/btKartRaycast.cpp SuperTuxKart-
          if (body && body->hasContactResponse())
          {
              result.m_hitPointInWorld = rayCallback.m_hitPointWorld;
-@@ -88,7 +88,7 @@
+@@ -88,7 +88,7 @@ void* btKartRaycaster::castRay(const btV
                      result.m_hitNormalInWorld.getZ());
  #endif
              }
@@ -19,10 +19,18 @@ diff -uNr SuperTuxKart-0.8.1.desktop/src/physics/btKartRaycast.cpp SuperTuxKart-
          }
      }
      return 0;
-diff -uNr SuperTuxKart-0.8.1.desktop/src/physics/physics.cpp SuperTuxKart-0.8.1.bullet/src/physics/physics.cpp
---- SuperTuxKart-0.8.1.desktop/src/physics/physics.cpp	2013-11-15 16:52:39.000000000 +0400
-+++ SuperTuxKart-0.8.1.bullet/src/physics/physics.cpp	2013-11-28 17:18:39.953097832 +0400
-@@ -450,10 +450,8 @@
+diff -up ./src/physics/physics.cpp.bullet ./src/physics/physics.cpp
+--- ./src/physics/physics.cpp.bullet	2013-11-15 07:52:39.000000000 -0500
++++ ./src/physics/physics.cpp	2014-02-09 13:21:03.961470413 -0500
+@@ -438,7 +438,6 @@ btScalar Physics::solveGroup(btCollision
+                                                         constraints,
+                                                         numConstraints, info,
+                                                         debugDrawer,
+-                                                        stackAlloc,
+                                                         dispatcher);
+     int currentNumManifolds = m_dispatcher->getNumManifolds();
+     // We can't explode a rocket in a loop, since a rocket might collide with
+@@ -450,10 +449,8 @@ btScalar Physics::solveGroup(btCollision
          btPersistentManifold* contact_manifold =
              m_dynamics_world->getDispatcher()->getManifoldByIndexInternal(i);
  
diff --git a/supertuxkart.spec b/supertuxkart.spec
index d90a7e3..ea4e230 100644
--- a/supertuxkart.spec
+++ b/supertuxkart.spec
@@ -1,6 +1,6 @@
 Name:           supertuxkart
 Version:        0.8.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Kids 3D go-kart racing game featuring Tux
 Group:          Amusements/Games
 License:        GPLv2+ and GPLv3 and CC-BY-SA
@@ -87,6 +87,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/%{name}
 
 %changelog
+* Sun Feb 09 2014 Rich Mattes <richmattes at gmail.com> - 0.8.1-2
+- Rebuild for bullet-2.82
+
 * Wed Nov 27 2013 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 0.8.1-1
 - Update to upstream 0.8.1
 


More information about the scm-commits mailing list