[3Depict] * Update to 0.0.10

mycae mycae at fedoraproject.org
Sun Apr 1 20:30:02 UTC 2012


commit 84fff44804fad2ef3e079978e1b3ee9a43c07407
Author: builder <builder at fedorabox.(none)>
Date:   Sun Apr 1 21:20:39 2012 +0100

    * Update to 0.0.10

 .gitignore                                         |    1 +
 3Depict-0.0.10-1.fc18.src.rpm                      |  Bin 0 -> 4041494 bytes
 ...nt-path.patch => 3Depict-0.0.10-font-path.patch |    0
 ...oc.patch => 3Depict-0.0.10-manual-pdf-loc.patch |    0
 ...png-gray.patch => 3Depict-0.0.10-png-gray.patch |    0
 3Depict-0.0.9-gcc-4.7.patch                        |  110 --------------------
 3Depict.spec                                       |   30 +++---
 sources                                            |    2 +-
 8 files changed, 15 insertions(+), 128 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b80ea80..f82ff90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /3Depict-0.0.7.tar.gz
 /3Depict-0.0.8.tar.gz
 /3Depict-0.0.9.tar.gz
+/3Depict-0.0.10.tar.gz
diff --git a/3Depict-0.0.10-1.fc18.src.rpm b/3Depict-0.0.10-1.fc18.src.rpm
new file mode 100644
index 0000000..bea8ce5
Binary files /dev/null and b/3Depict-0.0.10-1.fc18.src.rpm differ
diff --git a/3Depict-0.0.9-font-path.patch b/3Depict-0.0.10-font-path.patch
similarity index 100%
rename from 3Depict-0.0.9-font-path.patch
rename to 3Depict-0.0.10-font-path.patch
diff --git a/3Depict-0.0.9-manual-pdf-loc.patch b/3Depict-0.0.10-manual-pdf-loc.patch
similarity index 100%
rename from 3Depict-0.0.9-manual-pdf-loc.patch
rename to 3Depict-0.0.10-manual-pdf-loc.patch
diff --git a/3Depict-0.0.9-png-gray.patch b/3Depict-0.0.10-png-gray.patch
similarity index 100%
rename from 3Depict-0.0.9-png-gray.patch
rename to 3Depict-0.0.10-png-gray.patch
diff --git a/3Depict.spec b/3Depict.spec
index 2a40153..7ab11dc 100644
--- a/3Depict.spec
+++ b/3Depict.spec
@@ -1,6 +1,6 @@
 Name:		3Depict
-Version:	0.0.9
-Release:	4%{?dist}
+Version:	0.0.10
+Release:	1%{?dist}
 Summary:	Valued 3D point cloud visualization and analysis
 Group:		Applications/Engineering
 
@@ -33,15 +33,14 @@ BuildRequires: tex(latex)
 BuildRequires: qhull-devel
 
 #Fedora specific PDF dir.
-Patch0: %{name}-0.0.9-manual-pdf-loc.patch
+Patch0: %{name}-%{version}-manual-pdf-loc.patch
 #Fedora specific font dir
-Patch1: %{name}-0.0.9-font-path.patch
-#Patch for libpng 1.4.0 removing png_set_gray_1_2_4_to_8
-#libpng.sourceforge.net/ANNOUNCE-1.4.0.txt
-Patch2: %{name}-0.0.9-png-gray.patch
-Patch3: %{name}-0.0.9-gcc-4.7.patch
+Patch1: %{name}-%{version}-font-path.patch
+#libpng API change patch
+Patch2: %{name}-%{version}-png-gray.patch
+
 %description
-This program is designed to help users visualize and analyze 3D point clouds
+This software is designed to help users visualize and analyze 3D point clouds
 with an associated real value, in a fast and flexible fashion. It is 
 specifically targeted to atom probe tomography applications, but may be 
 useful for general scalar valued point data purposes.
@@ -53,14 +52,8 @@ useful for general scalar valued point data purposes.
 %patch0
 %patch1
 %patch2
-%patch3
-
-#Fix permissions erorrs in tarball
-chmod a-x src/*.cpp src/*.h
 
 %build
-#export CFLAGS="$RPM_OPT_FLAGS -fopenmp"
-#export CXXFLAGS="$RPM_OPT_FLAGS -fopenmp"
 %configure --disable-debug-checks --enable-openmp-parallel
 make %{?_smp_mflags}
 
@@ -126,6 +119,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Apr 1 2012 D Haley <mycae(a!t)yahoo.com> - 0.0.10-1
+- Update to 0.0.10
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.9-4
 - Rebuilt for c++ ABI breakage
 
@@ -135,8 +131,8 @@ rm -rf %{buildroot}
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
-* Tue Dec 06 2011 Adam Jackson <mycae(a!t)yahoo.com> - 0.0.9-1
-- Rebuild for new libpng
+* Sat Dec 20 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.9-1
+- Update to 0.0.9
 
 * Tue Dec 06 2011 Adam Jackson <ajax at redhat.com> - 0.0.8-3
 - Rebuild for new libpng
diff --git a/sources b/sources
index 2959acd..9fbd835 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9be57d2690cfe81398362f371fc681e3  3Depict-0.0.9.tar.gz
+f9d433f04ddadb2f2d0cc5330b2b2790  3Depict-0.0.10.tar.gz


More information about the scm-commits mailing list