From 9b13f86ffbe8f55c5cd4b28a39fd24578301383a Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 9 Jul 2014 12:56:53 -0600 Subject: [PATCH] Update to 1.1.0 --- .gitignore | 1 + netcdf4-python.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f6048d9..8b82689 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /netCDF4-1.0.7.tar.gz /v1.0.8rel.tar.gz /netcdf4-python-1.0.9-92c0a1c.tar.gz +/netcdf4-python-1.1.0-26cdeda.tar.gz diff --git a/netcdf4-python.spec b/netcdf4-python.spec index 47ea4bd..2d84e0c 100644 --- a/netcdf4-python.spec +++ b/netcdf4-python.spec @@ -6,12 +6,12 @@ %global srcname distribute # Get hash for release from https://github.com/Unidata/netcdf4-python/releases -%global commit 92c0a1ca62b22d4173622122226c060de3c063c6 +%global commit 26cdeda69a3ff2efe438020390a876234a23550a %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: netcdf4-python -Version: 1.0.9 -Release: 3%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Summary: Python/numpy interface to netCDF Group: Development/Languages @@ -162,6 +162,9 @@ PYTHONPATH=$(echo ../build/lib.*) python3 run_all.py %changelog +* Wed Jul 9 2014 Orion Poplawski - 1.1.0-1 +- Update to 1.1.0 + * Sat Jun 07 2014 Fedora Release Engineering - 1.0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 29bb3d0..2e0f6ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -930a3dd9ede970030b192b1e94b6c602 netcdf4-python-1.0.9-92c0a1c.tar.gz +29f818e05d6cc71f640ec76bb23ea83a netcdf4-python-1.1.0-26cdeda.tar.gz