commit nvidia-texture-tools for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package nvidia-texture-tools for 
openSUSE:Factory checked in at 2016-07-14 09:50:57

Comparing /work/SRC/openSUSE:Factory/nvidia-texture-tools (Old)
 and  /work/SRC/openSUSE:Factory/.nvidia-texture-tools.new (New)


Package is "nvidia-texture-tools"

Changes:

--- 
/work/SRC/openSUSE:Factory/nvidia-texture-tools/nvidia-texture-tools.changes
2016-07-05 09:52:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nvidia-texture-tools.new/nvidia-texture-tools.changes
   2016-07-14 09:51:03.0 +0200
@@ -1,0 +2,9 @@
+Sun Jul 10 19:20:02 UTC 2016 - mplus...@suse.com
+
+- Update project and download url
+- Cleanup spec file with spec-cleaner
+- Drop support for distributions without cmake macros as they are 
+  all out of support now.
+- Correct encoding of license files
+
+---

Old:

  nvidia-texture-tools-2.0.8-1.tar.gz

New:

  nvidia-texture-tools-2.0.8.tar.gz



Other differences:
--
++ nvidia-texture-tools.spec ++
--- /var/tmp/diff_new_pack.VFk7Me/_old  2016-07-14 09:51:04.0 +0200
+++ /var/tmp/diff_new_pack.VFk7Me/_new  2016-07-14 09:51:04.0 +0200
@@ -17,27 +17,30 @@
 
 
 Name:   nvidia-texture-tools
+Version:2.0.8
+Release:0
 Summary:NVIDIA Texture Tools
 License:MIT
 Group:  Development/Tools/Other
-Version:2.0.8
-Release:0
+# BuildRequires:  cg-devel
+Url:https://github.com/castano/nvidia-texture-tools
+Source0:
https://github.com/castano/nvidia-texture-tools/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0: nvidia-texture-tools-gcc47.patch
+# patch libpng15 is upstreamed yet 
(http://code.google.com/p/nvidia-texture-tools/source/detail)
+Patch1: nvidia-texture-tools-libpng15.patch
+Patch2: nvidia-texture-tools-gcc6.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  cmake
+BuildRequires:  dos2unix
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
+BuildRequires:  glew-devel
 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-1.tar.gz
-Patch0: nvidia-texture-tools-gcc47.patch
-# patch libpng15 is upstreamed yet 
(http://code.google.com/p/nvidia-texture-tools/source/detail)
-Patch1: nvidia-texture-tools-libpng15.patch
-Patch2: nvidia-texture-tools-gcc6.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64 ppc
+ExclusiveArch:  %{ix86} x86_64 ppc
 
 %description
 This is the first alpha release of the new NVIDIA Texture Tools. The main 
highlights of 
@@ -55,42 +58,41 @@
 The source code of the Texture Tools is being released under the terms of 
 the MIT license.
 
-
 %prep
-%setup -q -n %name
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fPIC"
-export CXXFLAGS="$CFLAGS"
-%if 0%{?suse_version} > 1230
-%cmake -DCMAKE_BUILD_TYPE=Release \
-  -DNVTT_SHARED=1
-%else
-cmake  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-   -DDOC_INSTALL_DIR=%{_docdir} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DNVTT_SHARED=1
-%endif
-make VERBOSE=1
+export CFLAGS="%{optflags} -fPIC"
+export CXXFLAGS="%{optflags} -fPIC"
+%cmake \
+  -DNVTT_SHARED=1 \
+  -DCMAKE_BUILD_TYPE=RelWithDebInfo
+make %{?_smp_mflags} VERBOSE=1
 
 %install
-%if 0%{?suse_version} > 1230
-cd build
-%endif
-make install DESTDIR=$RPM_BUILD_ROOT
-if [ "%_lib" != "lib" ];
+%cmake_install
+if [ "%{_lib}" != "lib" ];
 then
-   mv $RPM_BUILD_ROOT/usr/lib $RPM_BUILD_ROOT/usr/%_lib
+   mv %{buildroot}%{_prefix}/lib %{buildroot}%{_prefix}/%{_lib}
 fi
+dos2unix *.txt
 
 %files
 %defattr(-, root, root)
 %doc NVIDIA_Texture_Tools_LICENSE.txt NVIDIA_Texture_Tools_README.txt ChangeLog
-%{_bindir}/*
+%{_bindir}/nvassemble
+%{_bindir}/nvcompress
+%{_bindir}/nvddsinfo
+%{_bindir}/nvdecompress
+%{_bindir}/nvimgdiff
+%{_bindir}/nvzoom
 %{_includedir}/nvtt
-%{_libdir}/libnv*
+%{_libdir}/libnvcore.so
+%{_libdir}/libnvimage.so
+%{_libdir}/libnvmath.so
+%{_libdir}/libnvtt.so
 
 %changelog

++ nvidia-texture-tools-2.0.8-1.tar.gz -> nvidia-texture-tools-2.0.8.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nvidia-texture-tools/buildpkg 
new/nvidia-texture-tools-2.0.8/buildpkg
--- old/nvidia-texture-tools/buildpkg   1970-01-01 01:00:00.0 +0100
+++ new/nvidia-texture-tools-2.0.8/buildpkg 2010-05-15 11:12:05.0 
+0200
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+tar zcvf nvidia-texture-tools-`cat 

commit nvidia-texture-tools for openSUSE:Factory

2016-07-05 Thread h_root
Hello community,

here is the log from the commit of package nvidia-texture-tools for 
openSUSE:Factory checked in at 2016-07-05 09:52:00

Comparing /work/SRC/openSUSE:Factory/nvidia-texture-tools (Old)
 and  /work/SRC/openSUSE:Factory/.nvidia-texture-tools.new (New)


Package is "nvidia-texture-tools"

Changes:

--- 
/work/SRC/openSUSE:Factory/nvidia-texture-tools/nvidia-texture-tools.changes
2015-03-11 09:57:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.nvidia-texture-tools.new/nvidia-texture-tools.changes
   2016-07-05 09:52:02.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul  2 19:23:58 UTC 2016 - meiss...@suse.com
+
+- nvidia-texture-tools-gcc6.patch: replace some "return false;" by
+  "return NULL;" to have a pointer return.
+
+---

New:

  nvidia-texture-tools-gcc6.patch



Other differences:
--
++ nvidia-texture-tools.spec ++
--- /var/tmp/diff_new_pack.tvFtV1/_old  2016-07-05 09:52:03.0 +0200
+++ /var/tmp/diff_new_pack.tvFtV1/_new  2016-07-05 09:52:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nvidia-texture-tools
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,7 @@
 Patch0: nvidia-texture-tools-gcc47.patch
 # patch libpng15 is upstreamed yet 
(http://code.google.com/p/nvidia-texture-tools/source/detail)
 Patch1: nvidia-texture-tools-libpng15.patch
+Patch2: nvidia-texture-tools-gcc6.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 ppc
 
@@ -59,6 +60,7 @@
 %setup -q -n %name
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fPIC"

++ nvidia-texture-tools-gcc6.patch ++
Index: nvidia-texture-tools/src/nvimage/ImageIO.cpp
===
--- nvidia-texture-tools.orig/src/nvimage/ImageIO.cpp
+++ nvidia-texture-tools/src/nvimage/ImageIO.cpp
@@ -135,7 +135,7 @@ FloatImage * nv::ImageIO::loadFloat(cons
StdInputStream stream(fileName);

if (stream.isError()) {
-   return false;
+   return NULL;
}

return loadFloat(fileName, stream);
@@ -233,7 +233,7 @@ Image * nv::ImageIO::loadTGA(Stream & s)
case TGA_TYPE_INDEXED:
if( tga.colormap_type!=1 || tga.colormap_size!=24 || 
tga.colormap_length>256 ) {
nvDebug( "*** ImageIO::loadTGA: Error, only 
24bit paletted images are supported.\n" );
-   return false;
+   return NULL;
}
pal = true;
break;
@@ -254,7 +254,7 @@ Image * nv::ImageIO::loadTGA(Stream & s)
 
default:
nvDebug( "*** ImageIO::loadTGA: Error, unsupported 
image type.\n" );
-   return false;
+   return NULL;
}
 
const uint pixel_size = (tga.pixel_size/8);
@@ -621,7 +621,7 @@ Image * nv::ImageIO::loadPNG(Stream & s)
png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, 
NULL);
if (png_ptr == NULL) {
//  nvDebug( "*** LoadPNG: Error allocating read buffer in file 
'%s'.\n", name );
-   return false;
+   return NULL;
}
 
// Allocate/initialize a memory block for the image information
@@ -629,14 +629,14 @@ Image * nv::ImageIO::loadPNG(Stream & s)
if (info_ptr == NULL) {
png_destroy_read_struct(_ptr, NULL, NULL);
//  nvDebug( "*** LoadPNG: Error allocating image information for 
'%s'.\n", name );
-   return false;
+   return NULL;
}
 
// Set up the error handling
if (setjmp(png_jmpbuf(png_ptr))) {
png_destroy_read_struct(_ptr, _ptr, NULL);
//  nvDebug( "*** LoadPNG: Error reading png file '%s'.\n", name );
-   return false;
+   return NULL;
}
 
// Set up the I/O functions.



commit nvidia-texture-tools for openSUSE:Factory

2015-03-11 Thread h_root
Hello community,

here is the log from the commit of package nvidia-texture-tools for 
openSUSE:Factory checked in at 2015-03-11 09:57:10

Comparing /work/SRC/openSUSE:Factory/nvidia-texture-tools (Old)
 and  /work/SRC/openSUSE:Factory/.nvidia-texture-tools.new (New)


Package is nvidia-texture-tools

Changes:

--- 
/work/SRC/openSUSE:Factory/nvidia-texture-tools/nvidia-texture-tools.changes
2012-09-06 08:59:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nvidia-texture-tools.new/nvidia-texture-tools.changes
   2015-03-11 09:57:16.0 +0100
@@ -1,0 +2,11 @@
+Fri Mar  6 17:05:39 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.8-1
+  * Fix float to fixed image conversion. Fixes issue 121.
+  * ColorBlock::isSingleColor compares only RGB channels. Fixes issue 115.
+  * Fix cmake build in msvc. Fixes issue 111.
+  * Better estimate principal component. Fixes issue 120.
+- Use %cmake macro for openSUSE  12.3
+- Remove redundant %clean section
+
+---

Old:

  nvidia-texture-tools-2.0.6.tar.bz2

New:

  nvidia-texture-tools-2.0.8-1.tar.gz



Other differences:
--
++ nvidia-texture-tools.spec ++
--- /var/tmp/diff_new_pack.A17clj/_old  2015-03-11 09:57:17.0 +0100
+++ /var/tmp/diff_new_pack.A17clj/_new  2015-03-11 09:57:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nvidia-texture-tools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -20,7 +20,7 @@
 Summary:NVIDIA Texture Tools
 License:MIT
 Group:  Development/Tools/Other
-Version:2.0.6
+Version:2.0.8
 Release:0
 BuildRequires:  Mesa-devel
 BuildRequires:  cmake
@@ -31,7 +31,7 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  zlib-devel
 # BuildRequires:  cg-devel
-Source0:
http://nvidia-texture-tools.googlecode.com/files/%name-%version.tar.bz2
+Source0:
http://nvidia-texture-tools.googlecode.com/files/%name-%version-1.tar.gz
 Patch0: nvidia-texture-tools-gcc47.patch
 # patch libpng15 is upstreamed yet 
(http://code.google.com/p/nvidia-texture-tools/source/detail)
 Patch1: nvidia-texture-tools-libpng15.patch
@@ -63,27 +63,32 @@
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fPIC
 export CXXFLAGS=$CFLAGS
+%if 0%{?suse_version}  1230
+%cmake -DCMAKE_BUILD_TYPE=Release \
+  -DNVTT_SHARED=1
+%else
 cmake  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DDOC_INSTALL_DIR=%{_docdir} \
-DCMAKE_BUILD_TYPE=Release \
-DNVTT_SHARED=1
+%endif
 make VERBOSE=1
 
 %install
+%if 0%{?suse_version}  1230
+cd build
+%endif
 make install DESTDIR=$RPM_BUILD_ROOT
 if [ %_lib != lib ];
 then
mv $RPM_BUILD_ROOT/usr/lib $RPM_BUILD_ROOT/usr/%_lib
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %doc NVIDIA_Texture_Tools_LICENSE.txt NVIDIA_Texture_Tools_README.txt ChangeLog
 %{_bindir}/*
-/usr/include/nvtt
+%{_includedir}/nvtt
 %{_libdir}/libnv*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nvidia-texture-tools for openSUSE:Factory

2012-09-06 Thread h_root
Hello community,

here is the log from the commit of package nvidia-texture-tools for 
openSUSE:Factory checked in at 2012-09-06 08:59:12

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-06-18 14:51:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nvidia-texture-tools.new/nvidia-texture-tools.changes
   2012-09-06 08:59:17.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 30 09:29:11 UTC 2012 - pgaj...@suse.com
+
+- package builds also with libpng15
+
+---

New:

  nvidia-texture-tools-libpng15.patch



Other differences:
--
++ nvidia-texture-tools.spec ++
--- /var/tmp/diff_new_pack.t0sOph/_old  2012-09-06 08:59:18.0 +0200
+++ /var/tmp/diff_new_pack.t0sOph/_new  2012-09-06 08:59:18.0 +0200
@@ -33,6 +33,8 @@
 # BuildRequires:  cg-devel
 Source0:
http://nvidia-texture-tools.googlecode.com/files/%name-%version.tar.bz2
 Patch0: nvidia-texture-tools-gcc47.patch
+# patch libpng15 is upstreamed yet 
(http://code.google.com/p/nvidia-texture-tools/source/detail)
+Patch1: nvidia-texture-tools-libpng15.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 ppc
 
@@ -56,6 +58,7 @@
 %prep
 %setup -q -n %name
 %patch0 -p1
+%patch1 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fPIC

++ nvidia-texture-tools-libpng15.patch ++
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-libpng15.patch?view=diffr1=texttr1=1.2r2=texttr2=1.1diff_format=s
Index: nvidia-texture-tools/src/nvimage/ImageIO.cpp
===
--- nvidia-texture-tools.orig/src/nvimage/ImageIO.cpp
+++ nvidia-texture-tools/src/nvimage/ImageIO.cpp
@@ -603,7 +603,7 @@ static void user_read_data(png_structp p
 {
nvDebugCheck(png_ptr != NULL);

-   Stream * s = (Stream *)png_ptr-io_ptr;
+   Stream * s = (Stream *)png_get_io_ptr(png_ptr);
s-serialize(data, (int)length);

if (s-isError()) {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nvidia-texture-tools for openSUSE:Factory

2012-06-18 Thread h_root
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.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.nvidia-texture-tools.new/nvidia-texture-tools.changes
   2012-06-18 14:51:45.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 18 10:02:35 UTC 2012 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.pseY39/_new  2012-06-18 14:51:46.0 +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.0 +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.0 +0100
 nvidia-texture-tools/src/nvcore/DefsGnucLinux.h2012-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_tint8;
+ 
+-typedef unsigned short  uint16;
+-typedef signed shortint16;
++typedef uint16_t  uint16;
++typedef int16_tint16;
+ 
+-typedef unsigned intuint32;
+-typedef signed int  int32;
++typedef uint32_tuint32;
++typedef int32_t  int32;
+ 
+-typedef unsigned long long  uint64;
+-typedef signed long longint64;
++typedef uint64_t  uint64;
++typedef int64_tint64;
+ 
+ // Aliases
+-typedef uint32  uint;
++typedef uint32_t  uint;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nvidia-texture-tools for openSUSE:Factory

2012-03-22 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nvidia-texture-tools.new/nvidia-texture-tools.changes
   2012-03-22 12:36:44.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 21 23:15:59 UTC 2012 - dims...@opensuse.org
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.9MGDWo/_new  2012-03-22 12:36:50.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nvidia-texture-tools for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package nvidia-texture-tools for 
openSUSE:Factory checked in at 2011-12-06 18:32:55

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:




Other differences:
--
++ nvidia-texture-tools.spec ++
--- /var/tmp/diff_new_pack.yjDTcT/_old  2011-12-06 18:53:56.0 +0100
+++ /var/tmp/diff_new_pack.yjDTcT/_new  2011-12-06 18:53:56.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   nvidia-texture-tools
-License:MIT License (or similar)
+License:MIT
 Group:  Development/Tools/Other
 AutoReqProv:on
 Summary:NVIDIA Texture Tools

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org