From df6dc9b07755ff7df9d3aa20e8b95bc35edfc932 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 18 Nov 2011 14:52:12 -0700 Subject: [PATCH] Rebuild for hdf5 1.8.8, add explicit requires --- netcdf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/netcdf.spec b/netcdf.spec index 11533b0..bd68f32 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,6 +1,6 @@ Name: netcdf Version: 4.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Libraries for the Unidata network Common Data Form Group: Applications/Engineering @@ -21,6 +21,7 @@ BuildRequires: zlib-devel %ifnarch s390 s390x %{arm} BuildRequires: valgrind %endif +Requires: hdf5 = %{?_hdf5_version} %package devel Summary: Development files for netcdf @@ -37,7 +38,6 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description - NetCDF (network Common Data Form) is an interface for array-oriented data access and a freely-distributed collection of software libraries for C, Fortran, C++, and perl that provides an implementation of the @@ -157,6 +157,9 @@ fi %changelog +* Fri Nov 18 2011 Orion Poplawski - 4.1.3-3 +- Rebuild for hdf5 1.8.8, add explicit requires + * Thu Aug 11 2011 Peter Robinson - 4.1.3-2 - Add ARM to valgrind excludes