Hello community,

here is the log from the commit of package nvidia-texture-tools for 
openSUSE:Factory checked in at 2012-03-22 12:36:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
    2011-09-23 02:14:56.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.nvidia-texture-tools.new/nvidia-texture-tools.changes
   2012-03-22 12:36:44.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar 21 23:15:59 UTC 2012 - [email protected]
+
+- Add nvidia-texture-tools-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  nvidia-texture-tools-gcc47.patch

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

Other differences:
------------------
++++++ nvidia-texture-tools.spec ++++++
--- /var/tmp/diff_new_pack.9MGDWo/_old  2012-03-22 12:36:50.000000000 +0100
+++ /var/tmp/diff_new_pack.9MGDWo/_new  2012-03-22 12:36:50.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package nvidia-texture-tools (Version 2.0.6)
+# spec file for package nvidia-texture-tools
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,23 @@
 #
 
 
-
 Name:           nvidia-texture-tools
+Summary:        NVIDIA Texture Tools
 License:        MIT
 Group:          Development/Tools/Other
-AutoReqProv:    on
-Summary:        NVIDIA Texture Tools
 Version:        2.0.6
-Release:        3
-BuildRequires:  Mesa-devel cmake freeglut-devel gcc-c++ libjpeg-devel 
libpng-devel libtiff-devel zlib-devel
+Release:        0
+BuildRequires:  Mesa-devel
+BuildRequires:  cmake
+BuildRequires:  freeglut-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  zlib-devel
 # BuildRequires:  cg-devel
 Source0:        
http://nvidia-texture-tools.googlecode.com/files/%name-%version.tar.bz2
+Patch0:         nvidia-texture-tools-gcc47.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 ppc
 
@@ -49,6 +55,7 @@
 
 %prep
 %setup -q -n %name
+%patch0 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fPIC"

++++++ nvidia-texture-tools-gcc47.patch ++++++
Index: nvidia-texture-tools/src/nvcore/Debug.cpp
===================================================================
--- nvidia-texture-tools.orig/src/nvcore/Debug.cpp
+++ nvidia-texture-tools/src/nvcore/Debug.cpp
@@ -2,6 +2,7 @@
 
 #include <nvcore/Debug.h>
 #include <nvcore/StrLib.h>
+#include <unistd.h>
 
 // Extern
 #if NV_OS_WIN32 //&& NV_CC_MSVC
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to