[Field3D] rebuild (ilmbase), add matching/missing popd's

Rex Dieter rdieter at fedoraproject.org
Wed Nov 26 12:48:03 UTC 2014


commit 8fcc68db8cb2becc4dca41f4d449a1e87e5a5cb4
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Nov 26 06:48:01 2014 -0600

    rebuild (ilmbase), add matching/missing popd's

 Field3D.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/Field3D.spec b/Field3D.spec
index 8deb145..505db9c 100644
--- a/Field3D.spec
+++ b/Field3D.spec
@@ -1,6 +1,6 @@
 Name:           Field3D
 Version:        1.4.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library for storing voxel data
 
 License:        BSD
@@ -43,6 +43,7 @@ rm -rf build && mkdir build && pushd build
        ../
 
 make %{?_smp_mflags}
+popd
 
 
 %install
@@ -56,6 +57,7 @@ install -D -m 0644 man/f3dinfo.1 %{buildroot}%{_mandir}/man1/f3dinfo.1
 %check
 pushd build
 ./unitTest
+popd
 
 
 %post -p /sbin/ldconfig
@@ -76,6 +78,9 @@ pushd build
 
 
 %changelog
+* Wed Nov 26 2014 Rex Dieter <rdieter at fedoraproject.org> 1.4.3-2
+- rebuild (ilmbase), add matching/missing popd's
+
 * Fri Sep  5 2014 Richard Shaw <hobbes1069 at gmail.com> - 1.4.3-1
 - Update to latest upstream release.
 


More information about the scm-commits mailing list