[grib_api] Update to 1.12.0

Orion Poplawski orion at fedoraproject.org
Wed Mar 5 18:59:13 UTC 2014


commit c65871b4365125396821a2e913552735364f002b
Author: Orion Poplawski <orion at nwra.com>
Date:   Wed Mar 5 11:59:02 2014 -0700

    Update to 1.12.0
    
    - Update libtool to fix rpath issues

 .gitignore    |    1 +
 grib_api.spec |   12 +++++++++++-
 sources       |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 406ad94..a919418 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ grib_api-1.7.0.tar.gz
 /grib_api-1.9.9.tar.gz
 /grib_api-1.9.16.tar.gz
 /grib_api-1.11.0.tar.gz
+/grib_api-1.12.0.tar.gz
diff --git a/grib_api.spec b/grib_api.spec
index 6e3b55f..e60c7be 100644
--- a/grib_api.spec
+++ b/grib_api.spec
@@ -1,5 +1,5 @@
 Name:           grib_api
-Version:        1.11.0
+Version:        1.12.0
 Release:        1%{?dist}
 Summary:        WMO FM-92 GRIB (v1,v2) interface accessible from C and FORTRAN programs
 
@@ -14,6 +14,9 @@ BuildRequires:  netcdf-devel
 BuildRequires:  jasper-devel
 BuildRequires:  numpy
 BuildRequires:  python2-devel
+# For autoreconf
+BuildRequires:  automake
+BuildRequires:  libtool
 
 %description
 The ECMWF GRIB API is an application program interface accessible from C
@@ -49,6 +52,9 @@ Summary:    GRIB API python interface
 
 %prep
 %setup -q
+# Fix rpath issues by using Fedora's libtool
+rm m4/libtool.m4
+autoreconf -f -i
 # Fix ksh path
 sed -i -e 's,/usr/bin/ksh,/bin/ksh,' tools/grib1to2.txt
 
@@ -114,6 +120,10 @@ make check || true
 %{_libdir}/*.a
 
 %changelog
+* Wed Mar 5 2014 Orion Poplawski <orion at cora.nwra.com> - 1.12.0-1
+- Update to 1.12.0
+- Update libtool to fix rpath issues
+
 * Fri Aug 23 2013 Orion Poplawski <orion at cora.nwra.com> - 1.11.0-1
 - Update to 1.11.0
 - Build shared libraries
diff --git a/sources b/sources
index 3a56120..9a04d1e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe1dbfa09d970054ebb75e6616f5fd69  grib_api-1.11.0.tar.gz
+ef3dbd2b7e64d3bb7d45729634b7a6b3  grib_api-1.12.0.tar.gz


More information about the scm-commits mailing list