[wgrib] - Update to 1.8.1.0d

Orion Poplawski orion at fedoraproject.org
Sat Oct 2 13:50:48 UTC 2010


commit a74d9f62e15e7c1dfac1714ba28f8a676ebfe2f8
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sat Oct 2 07:50:36 2010 -0600

    - Update to 1.8.1.0d

 .gitignore |    1 +
 Changes    |    2 ++
 sources    |    2 +-
 wgrib.spec |    5 ++++-
 4 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 98deeca..129cdbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 wgrib.c.v1.8.1.0b
+/wgrib.c.v1.8.1.0d
diff --git a/Changes b/Changes
index d789897..638b7df 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+v1.8.1.0d 9/10 changed add_time: old: 1month + Jan31 returns Feb31,  now returns Feb 28/29
+v1.8.1.0c 7/10 Updated ncep table 130
 v1.8.1.0b 5/10 PDStimes .. decided to remove normalize minutes to hours, make time units consistent in inv
 v1.8.1.0  5/10 PDStimes .. if time_range == 10 and time_unit == 0 (minute) .. normalize to hour only
 		occurs when (time/256 % 60) == 0 && ((time % 256) % 60) == 0 rather than (time % 60 == 0)
diff --git a/sources b/sources
index f736b37..3728317 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-73f5707361142e3770b879e641ec9e8c  wgrib.c.v1.8.1.0b
+0d4f41a1d383e055633ada9d8ccc1802  wgrib.c.v1.8.1.0d
diff --git a/wgrib.spec b/wgrib.spec
index 98e5f31..05bf329 100644
--- a/wgrib.spec
+++ b/wgrib.spec
@@ -1,5 +1,5 @@
 Name:           wgrib
-Version:        1.8.1.0b
+Version:        1.8.1.0d
 Release:        1%{?dist}
 Summary:        Manipulate, inventory and decode GRIB files
 
@@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Oct 2 2010 - Orion Poplawski <orion at cora.nwra.com> - 1.8.1.0d-1
+- Update to 1.8.1.0d
+
 * Mon May 17 2010 - Orion Poplawski <orion at cora.nwra.com> - 1.8.1.0b-1
 - Update to 1.8.1.0b
 


More information about the scm-commits mailing list