Package: torcs / 1.3.3+dfsg2-1

Metadata

Package Version Patches format
torcs 1.3.3+dfsg2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 add format argument.patch | (download)

src/tools/texmapper/maintexmapper.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add-format-argument


0002 fix as needed build.patch | (download)

src/libs/raceengineclient/Makefile | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix-as-needed-build


0003 fix glibc isnan isinf.patch | (download)

src/modules/simu/simuv2/simu.cpp | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 fix is isnan/isinf on an integer value.

car->ctrl->gear is defined as int, therefore it can never be infinite or
NaN. Just drop the tests.


0004 fix gcc6 isnan.patch | (download)

src/drivers/olethros/geometry.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix is isnan with gcc 6


0005 fix glibc default source.patch | (download)

Make-config.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 kill deprecation warnings with glibc >= 2.23

_SVID_SOURCE and _BSD_SOURCE are deprecated, using _DEFAULT_SOURCE
instead.