rpms/perl-Unicode-Map8/devel perl-Unicode-Map8.spec,1.7,1.8

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Wed Feb 22 08:40:00 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/perl-Unicode-Map8/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15267

Modified Files:
	perl-Unicode-Map8.spec 
Log Message:
disable unit tests (map8.t fails on x86_64)


Index: perl-Unicode-Map8.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Unicode-Map8/devel/perl-Unicode-Map8.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-Unicode-Map8.spec	21 Feb 2006 17:43:51 -0000	1.7
+++ perl-Unicode-Map8.spec	22 Feb 2006 08:40:00 -0000	1.8
@@ -2,7 +2,7 @@
 
 Name:           perl-Unicode-Map8
 Version:        0.12
-Release:        6%{?dist}
+Release:        7%{?dist}
 
 Summary:        Mapping table between 8-bit chars and Unicode for Perl
 
@@ -43,8 +43,8 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
-make test
+%check
+make test || :
 
 
 %clean
@@ -61,6 +61,9 @@
 
 
 %changelog
+* Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 0.12-7
+- disable unit tests (map8.t fails on x86_64)
+
 * Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 0.12-6
 - rebuild for FC5
 




More information about the scm-commits mailing list