rpms/ncl/devel ncl-5.1.1-libs.patch,NONE,1.1 ncl.spec,1.24,1.25

Orion Poplawski orion at fedoraproject.org
Wed Feb 17 00:05:41 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/ncl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32432

Modified Files:
	ncl.spec 
Added Files:
	ncl-5.1.1-libs.patch 
Log Message:
* Tue Feb 16 2010 - Orion Poplawski <orion at cora.nwra.com> - 5.1.1-6
- Add patch to fix FTBFS bug #564856


ncl-5.1.1-libs.patch:
 yMakefile |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE ncl-5.1.1-libs.patch ---
--- ncl_ncarg-5.1.1/ncarview/src/bin/ictrans/yMakefile.libs	1998-02-04 08:58:14.000000000 -0700
+++ ncl_ncarg-5.1.1/ncarview/src/bin/ictrans/yMakefile	2010-02-16 17:01:18.942677616 -0700
@@ -29,6 +29,8 @@
 
 #ifdef  IRIX
 MORE_LIBS	= -lmalloc
+#else
+MORE_LIBS	= -lm
 #endif
 
 EXTRA_LIBS	= $(X11LIBS) $(SUNLIBS) $(NETCDFLIB) $(HDFLIB) $(CTOFLIBS)


Index: ncl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ncl/devel/ncl.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- ncl.spec	8 Dec 2009 21:39:37 -0000	1.24
+++ ncl.spec	17 Feb 2010 00:05:41 -0000	1.25
@@ -1,6 +1,6 @@
 Name:           ncl
 Version:        5.1.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        NCAR Command Language and NCAR Graphics
 
 Group:          Applications/Engineering
@@ -29,6 +29,8 @@ Source3:        ncarg.sh
 Patch0:         ncl-5.1.0-paths.patch
 Patch1:         ncarg-4.4.1-deps.patch
 Patch2:         ncl-5.1.0-ppc64.patch
+# Add needed -lm to ictrans build
+Patch3:         ncl-5.1.1-libs.patch
 Patch7:         ncl-5.0.0-atlas.patch
 # don't have the installation target depends on the build target since
 # for library it implies running ranlib and modifying the library timestamp
@@ -116,6 +118,7 @@ Example programs and data using NCL.
 %patch0 -p1 -b .paths
 %patch1 -p1 -b .deps
 %patch2 -p1 -b .ppc64
+%patch3 -p1 -b .libs
 %patch7 -p1 -b .atlas
 %patch10 -p1 -b .no_install_dep
 %patch11 -p1 -b .build_n_scripts
@@ -304,6 +307,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 16 2010 - Orion Poplawski <orion at cora.nwra.com> - 5.1.1-6
+- Add patch to fix FTBFS bug #564856
+
 * Tue Dec  8 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 5.1.1-5
 - Same as below with hdf-static
 - Explicitly BR g2clib-static in accordance with the Packaging



More information about the scm-commits mailing list