From 385d557e90dfb8020cb05a06b1b17a2b4b2c2ba0 Mon Sep 17 00:00:00 2001 From: mycae Date: Nov 28 2010 05:44:33 +0000 Subject: * Update to 0.0.3 --- diff --git a/.gitignore b/.gitignore index 18981d1..94cf9e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /3Depict-0.0.2.tar.gz +/3Depict-0.0.3.tar.gz diff --git a/3Depict-0.0.2-texture-path.patch b/3Depict-0.0.2-texture-path.patch deleted file mode 100644 index f9d6862..0000000 --- a/3Depict-0.0.2-texture-path.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r 4f6cd3300e33 src/basics.h ---- src/basics.h Tue Sep 21 22:48:50 2010 +0100 -+++ src/basics.h Tue Sep 21 22:49:52 2010 +0100 -@@ -106,7 +106,7 @@ - - //Mac - // - Look in cwd -- return std::string(name); -+ return std::string("/usr/share/3Depict/") + std::string(name); - } - - template diff --git a/3Depict.spec b/3Depict.spec index e8812cf..b0d5737 100644 --- a/3Depict.spec +++ b/3Depict.spec @@ -1,6 +1,6 @@ Name: 3Depict -Version: 0.0.2 -Release: 3%{?dist} +Version: 0.0.3 +Release: 1%{?dist} Summary: Valued 3D point cloud visualization and analysis Group: Applications/Engineering @@ -31,6 +31,9 @@ BuildRequires: wxGTK-devel #PDF latex build BuildRequires: tex(latex) +#Required for surface removal algorithms +BuildRequires: qhull-devel + %description This program is designed to help users visualize and analyze 3D point clouds @@ -92,6 +95,9 @@ rm -rf %{buildroot} %changelog +* Fri Nov 26 2010 D Haley - 0.0.3-1 +- Update to 0.0.3 + * Tue Oct 5 2010 D Haley - 0.0.2-3 - Use tex(latex) virtual package in preference to texlive-latex diff --git a/sources b/sources index b2fdce2..8a52e08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -49cb2a46bafcc8afa13889490f341963 3Depict-0.0.2.tar.gz +c5a6ae1c5d55aabb306467bae987dc64 3Depict-0.0.3.tar.gz