rpms/perl-Graph/devel perl-Graph.spec,1.9,1.10

Alex Lancaster alexlan at fedoraproject.org
Wed Jun 4 07:35:24 UTC 2008


Author: alexlan

Update of /cvs/extras/rpms/perl-Graph/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23123

Modified Files:
	perl-Graph.spec 
Log Message:
Remove old check construct that prevents build in F-10+ (#449571)



Index: perl-Graph.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Graph/devel/perl-Graph.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Graph.spec	8 Feb 2008 18:19:20 -0000	1.9
+++ perl-Graph.spec	4 Jun 2008 07:34:22 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           perl-Graph
 Version:        0.84
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl module for dealing with graphs, the abstract data structures
 
 Group:          Development/Libraries
@@ -46,7 +46,7 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 
-%check || :
+%check
 make test
 
 
@@ -62,6 +62,9 @@
 
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.84-3
+- Remove old check construct that prevents build in F-10+ (#449571)
+
 * Fri Feb 08 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.84-2
 - rebuild for new perl
 




More information about the Fedora-perl-devel-list mailing list