From ed5cc36c4819859add1db1b635ba3948fc9cfdb7 Mon Sep 17 00:00:00 2001 From: "Richard M. Shaw" Date: Mon, 20 Jun 2016 22:08:33 -0500 Subject: [PATCH] Update to latest upstream release. --- .gitignore | 1 + Field3D.spec | 10 +++++----- sources | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 3da32be..4dc9f2c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Field3D-1.4.3.tar.gz /Field3D-1.6.1.tar.gz /Field3D-1.7.1.tar.gz +/Field3D-1.7.2.tar.gz diff --git a/Field3D.spec b/Field3D.spec index 8981d03..2fef169 100644 --- a/Field3D.spec +++ b/Field3D.spec @@ -1,6 +1,6 @@ Name: Field3D -Version: 1.7.1 -Release: 2%{?dist} +Version: 1.7.2 +Release: 1%{?dist} Summary: Library for storing voxel data License: BSD @@ -8,8 +8,6 @@ URL: https://sites.google.com/site/field3d/ Source0: https://github.com/imageworks/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: Field3D-1.7.1-include.patch - BuildRequires: cmake gcc-c++ doxygen BuildRequires: hdf5-devel BuildRequires: boost-devel @@ -35,7 +33,6 @@ Development headers and documentation for %{name}. %prep %setup -q -%patch0 -p1 %build @@ -80,6 +77,9 @@ popd %changelog +* Mon Jun 20 2016 Richard Shaw - 1.7.2-1 +- Update to latest upstream release. + * Mon May 16 2016 Jonathan Wakely - 1.7.1-2 - Rebuilt for linker errors in boost (#1331983) diff --git a/sources b/sources index ac084c8..3ce0b87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1c701d61464224afc99b15e9465c6dd Field3D-1.7.1.tar.gz +61660c2400213ca9adbb3e17782cccfb Field3D-1.7.2.tar.gz