SHA256
1
0
forked from pool/ode

Accepting request 1161721 from home:hannesbraun:branches:games

- Update to 0.16.5:
  * Autotools build scripts, when configured with "--enable-libccd",
    will now assign all the relevant colliders to the libccd. 
    Before, it used to keep default collider for Box-Cylinder pair and 
    that was inconsistent with other configuration methods (CMake and 
    premake4). To obtain the old behavior configure as 
    "--enable-libccd --with-box-cylinder=default".

OBS-URL: https://build.opensuse.org/request/show/1161721
OBS-URL: https://build.opensuse.org/package/show/games/ode?expand=0&rev=21
This commit is contained in:
Ferdinand Thiessen
2024-04-09 19:35:32 +00:00
committed by Git OBS Bridge
parent 10c0a6e858
commit 1008373618
4 changed files with 15 additions and 4 deletions

View File

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

3
ode-0.16.5.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Mar 26 11:21:22 UTC 2024 - Hannes Braun <apple.hannes@gmail.com>
- Update to 0.16.5:
* Autotools build scripts, when configured with "--enable-libccd",
will now assign all the relevant colliders to the libccd.
Before, it used to keep default collider for Box-Cylinder pair and
that was inconsistent with other configuration methods (CMake and
premake4). To obtain the old behavior configure as
"--enable-libccd --with-box-cylinder=default".
-------------------------------------------------------------------
Mon Feb 26 12:43:58 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -19,7 +19,7 @@
%define so_maj 8
%define lname libode%{so_maj}
Name: ode
Version: 0.16.4
Version: 0.16.5
Release: 0
Summary: Open Dynamics Engine Library
License: BSD-3-Clause OR LGPL-2.1-or-later