Update to 1.0.8

- Update URL/source to github
This commit is contained in:
Orion Poplawski 2014-03-06 20:52:35 -07:00
parent feb706dba4
commit b5bc88bfd2
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/netCDF4-1.0fix1.tar.gz
/netCDF4-1.0.2.tar.gz
/netCDF4-1.0.7.tar.gz
/v1.0.8rel.tar.gz

View File

@ -7,14 +7,14 @@
%global srcname distribute
Name: netcdf4-python
Version: 1.0.7
Version: 1.0.8
Release: 1%{?dist}
Summary: Python/numpy interface to netCDF
Group: Development/Languages
License: MIT
URL: http://code.google.com/p/netcdf4-python/
Source0: http://netcdf4-python.googlecode.com/files/netCDF4-%{version}.tar.gz
URL: https://github.com/Unidata/netcdf4-python
Source0: https://github.com/Unidata/netcdf4-python/archive/v%{version}rel.tar.gz
# No rpath for library
# http://code.google.com/p/netcdf4-python/issues/detail?id=138
Patch0: netcdf4-python-norpath.patch
@ -90,7 +90,7 @@ containing vlens, and vlens containing compound types) are not supported.
%prep
%setup -q -n netCDF4-%{version}
%setup -q -n %{name}-%{version}rel
%patch0 -p1 -b .norpath
%patch1 -p1 -b .libs
@ -153,6 +153,10 @@ PYTHONPATH=$(echo ../build/lib.*) python3 run_all.py
%changelog
* Thu Mar 6 2014 Orion Poplawski <orion@cora.nwra.com> - 1.0.8-1
- Update to 1.0.8
- Update URL/source to github
* Thu Feb 6 2014 Orion Poplawski <orion@cora.nwra.com> - 1.0.7-1
- Update to 1.0.7

View File

@ -1 +1 @@
a2ac3014f833a78b53cbf19a556be9a1 netCDF4-1.0.7.tar.gz
9abf13e641354155aaf71da534f30e1e v1.0.8rel.tar.gz