From 7948fab22f21c22163b7e882522d111fd9c2fc54 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Feb 2011 17:46:56 -0600 Subject: [PATCH 1/2] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- netcdf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netcdf.spec b/netcdf.spec index 0f25394..1b701f4 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,6 +1,6 @@ Name: netcdf Version: 4.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Libraries for the Unidata network Common Data Form Group: Applications/Engineering @@ -165,6 +165,9 @@ fi %changelog +* Tue Feb 08 2011 Fedora Release Engineering - 4.1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jul 19 2010 Dan HorĂ¡k - 4.1.1-4 - no valgrind on s390(x) From aaadeeacfb4b80ee8ad6c9f2b7609597675502fe Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 11 Aug 2011 17:31:33 +0100 Subject: [PATCH 2/2] Add ARM to valgrind excludes --- netcdf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/netcdf.spec b/netcdf.spec index 1b701f4..a8dbb1c 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,6 +1,6 @@ Name: netcdf Version: 4.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Libraries for the Unidata network Common Data Form Group: Applications/Engineering @@ -18,7 +18,7 @@ BuildRequires: gcc-gfortran, gawk BuildRequires: hdf5-devel >= 1.8.4 BuildRequires: libcurl-devel BuildRequires: zlib-devel -%ifnarch s390 s390x +%ifnarch s390 s390x %{arm} BuildRequires: valgrind %endif @@ -165,6 +165,9 @@ fi %changelog +* Thu Aug 11 2011 Peter Robinson - 4.1.1-6 +- Add ARM to valgrind excludes + * Tue Feb 08 2011 Fedora Release Engineering - 4.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild