rpms/perl-PDL/devel perl-PDL.spec,1.43,1.44

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Mon Mar 10 09:15:21 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-PDL/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26143

Modified Files:
	perl-PDL.spec 
Log Message:
Uncomment part of spec file fix build issue.



Index: perl-PDL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PDL/devel/perl-PDL.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- perl-PDL.spec	9 Mar 2008 04:45:43 -0000	1.43
+++ perl-PDL.spec	10 Mar 2008 09:14:20 -0000	1.44
@@ -1,6 +1,6 @@
 Name:           perl-PDL
 Version:        2.4.3
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        The Perl Data Language
 
 Group:          Development/Libraries
@@ -128,7 +128,7 @@
 %check
 unset DISPLAY
 export PERL5LIB=`pwd`/blib/lib
-# set PERL_DL_NONLAZY=0
+ set PERL_DL_NONLAZY=0
 #   The default behavior causes some problems because opengl.pd builds an interface for all functions
 #   defined in gl.h and glu.h even though they might not actually be in the opengl libraries.
 sed -i 's|PERL_DL_NONLAZY=1 $(FULLPERLRUN)|PERL_DL_NONLAZY=0 $(FULLPERLRUN)|g' Graphics/TriD/OpenGL/Makefile
@@ -150,6 +150,9 @@
 
 
 %changelog
+* Mon Mar 10 2008 Marcela Maslanova <mmaslano at redhat.com> - 2.4.3-12
+- PERL_DL_NONLAZY=0 was uncommented in check part of spec.
+
 * Sat Mar 08 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.4.3-11
 - PERL_DL_NONLAZY=0 for all the GL tests
 - don't run GL tests if DISPLAY is unset




More information about the fedora-extras-commits mailing list