rpms/perl-GraphViz/devel perl-GraphViz.spec,1.6,1.7

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


Author: spot

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

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


Index: perl-GraphViz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-GraphViz/devel/perl-GraphViz.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-GraphViz.spec	26 Feb 2009 17:17:49 -0000	1.6
+++ perl-GraphViz.spec	29 Mar 2009 16:43:47 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           perl-GraphViz
 Version:        2.03
-Release:        2%{?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,9 @@
 %{_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
 




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