Hello community,
here is the log from the commit of package nvidia-texture-tools for
openSUSE:Factory checked in at 2012-06-18 14:51:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvidia-texture-tools (Old)
and /work/SRC/openSUSE:Factory/.nvidia-texture-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvidia-texture-tools", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/nvidia-texture-tools/nvidia-texture-tools.changes
2012-03-22 12:36:44.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.nvidia-texture-tools.new/nvidia-texture-tools.changes
2012-06-18 14:51:45.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 18 10:02:35 UTC 2012 - [email protected]
+
+- use standard linux types instead of relying on own copies
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nvidia-texture-tools-gcc47.patch ++++++
--- /var/tmp/diff_new_pack.pseY39/_old 2012-06-18 14:51:46.000000000 +0200
+++ /var/tmp/diff_new_pack.pseY39/_new 2012-06-18 14:51:46.000000000 +0200
@@ -1,7 +1,7 @@
Index: nvidia-texture-tools/src/nvcore/Debug.cpp
===================================================================
---- nvidia-texture-tools.orig/src/nvcore/Debug.cpp
-+++ nvidia-texture-tools/src/nvcore/Debug.cpp
+--- nvidia-texture-tools.orig/src/nvcore/Debug.cpp 2009-03-19
20:05:53.000000000 +0100
++++ nvidia-texture-tools/src/nvcore/Debug.cpp 2012-06-18 10:38:45.734548266
+0200
@@ -2,6 +2,7 @@
#include <nvcore/Debug.h>
@@ -10,3 +10,37 @@
// Extern
#if NV_OS_WIN32 //&& NV_CC_MSVC
+Index: nvidia-texture-tools/src/nvcore/DefsGnucLinux.h
+===================================================================
+--- nvidia-texture-tools.orig/src/nvcore/DefsGnucLinux.h 2009-03-19
20:05:53.000000000 +0100
++++ nvidia-texture-tools/src/nvcore/DefsGnucLinux.h 2012-06-18
12:00:18.961763264 +0200
+@@ -47,19 +47,20 @@
+
+ #define restrict __restrict__
+
++#include <stdint.h>
+
+ // Type definitions
+-typedef unsigned char uint8;
+-typedef signed char int8;
++typedef uint8_t uint8;
++typedef int8_t int8;
+
+-typedef unsigned short uint16;
+-typedef signed short int16;
++typedef uint16_t uint16;
++typedef int16_t int16;
+
+-typedef unsigned int uint32;
+-typedef signed int int32;
++typedef uint32_t uint32;
++typedef int32_t int32;
+
+-typedef unsigned long long uint64;
+-typedef signed long long int64;
++typedef uint64_t uint64;
++typedef int64_t int64;
+
+ // Aliases
+-typedef uint32 uint;
++typedef uint32_t uint;
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]