rpms/perl-GraphViz/F-9 perl-GraphViz.spec,1.5,1.6

Tom Callaway spot at fedoraproject.org
Sun Mar 29 16:44:18 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/perl-GraphViz/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32113/F-9

Modified Files:
	perl-GraphViz.spec 
Log Message:
fix missing Requires on graphviz


Index: perl-GraphViz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-GraphViz/F-9/perl-GraphViz.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-GraphViz.spec	26 Sep 2008 06:18:49 -0000	1.5
+++ perl-GraphViz.spec	29 Mar 2009 16:43:47 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           perl-GraphViz
 Version:        2.03
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Interface to the GraphViz graphing tool
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -15,6 +15,8 @@
 # optional test
 BuildRequires:  perl(Test::Pod)
 
+# not autodetected
+Requires:       graphviz
 #Requires:       perl(IPC::Run) >= 0.6
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -59,6 +61,12 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 29 2009 Tom "spot" Callaway <tcallawa at redhat.com> 2.03-3
+- add manual Requires on graphviz (bz 492318)
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.03-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Thu Sep 25 2008 Chris Weyl <cweyl at alumni.drew.edu> 2.03-1
 - update to 2.03
 




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