From 89fb0bcfe57dac659678125f0452104a1b1e429e Mon Sep 17 00:00:00 2001 From: castano Date: Mon, 2 Mar 2009 07:01:06 +0000 Subject: [PATCH] Update changelog and buildpkg script. --- trunk/ChangeLog | 1 + trunk/buildpkg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/ChangeLog b/trunk/ChangeLog index 476981a..7ebf9ad 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -11,6 +11,7 @@ NVIDIA Texture Tools version 2.1.0 * Select the fastest CUDA device. * Added support for saving PNGs by Frank Richter. Fixes issue 79 and 80. * Added gnome thumbnailer by Frank Richter. Fixes issue 82. + * Cleanup sources removing files that are not strictly required. NVIDIA Texture Tools version 2.0.4 * Fix error in RGB format output; reported by jonsoh. See issue 49. diff --git a/trunk/buildpkg b/trunk/buildpkg index 1622f8b..a2bdef0 100755 --- a/trunk/buildpkg +++ b/trunk/buildpkg @@ -2,6 +2,6 @@ tar zcvf nvidia-texture-tools-`cat VERSION`.tar.gz \ --exclude '.*' --exclude debian --exclude '*~' --exclude buildpkg \ - --exclude build --exclude data --exclude tags --exclude Makefile \ + --exclude 'build-*' --exclude data --exclude tags --exclude Makefile \ --exclude 'nvidia-texture-tools-*.tar.gz' \ --transform 's,^,nvidia-texture-tools/,' *