Update to latest upstream release.

This commit is contained in:
Richard M. Shaw 2015-02-11 22:09:49 -06:00
parent 1efc0307b7
commit c84f9c2d6d
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/imageworks-Field3D-v1.3.2-0-gcac7b57.tar.gz
/Field3D-1.4.3.tar.gz
/Field3D-1.6.1.tar.gz

View File

@ -1,13 +1,13 @@
Name: Field3D
Version: 1.4.3
Release: 4%{?dist}
Version: 1.6.1
Release: 1%{?dist}
Summary: Library for storing voxel data
License: BSD
URL: https://sites.google.com/site/field3d/
# The source archive is created on the fly at github.com:
# https://github.com/imageworks/Field3D/archive/v1.4.0.tar.gz
# https://github.com/imageworks/%{name}/archive/v%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake doxygen
@ -48,7 +48,7 @@ popd
%install
pushd build
make install DESTDIR=%{buildroot}
%make_install
popd
install -D -m 0644 man/f3dinfo.1 %{buildroot}%{_mandir}/man1/f3dinfo.1
@ -78,6 +78,9 @@ popd
%changelog
* Tue Feb 10 2015 Richard Shaw <hobbes1069@gmail.com> - 1.6.0-1
- Update to latest upstream release.
* Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 1.4.3-4
- Rebuild for boost 1.57.0

View File

@ -1 +1 @@
f76d8537f1d058ede0bcb14fbc09e28c Field3D-1.4.3.tar.gz
f748c3937da60b0a7851c73a6082e129 Field3D-1.6.1.tar.gz