rpms/perl-Net-SSH-Perl/devel perl-Net-SSH-Perl.spec,1.11,1.12

Paul Howarth pghmcfc at fedoraproject.org
Sun Feb 22 09:55:26 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Net-SSH-Perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7283

Modified Files:
	perl-Net-SSH-Perl.spec 
Log Message:
Fix FTBFS by adding English spellcheck dictionary (aspell used to pull this in itself)


Index: perl-Net-SSH-Perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/devel/perl-Net-SSH-Perl.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-Net-SSH-Perl.spec	2 Feb 2009 14:30:26 -0000	1.11
+++ perl-Net-SSH-Perl.spec	22 Feb 2009 09:54:46 -0000	1.12
@@ -8,7 +8,7 @@
 Summary:	SSH (Secure Shell) client
 Name:		perl-Net-SSH-Perl
 Version:	1.34
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Net-SSH-Perl/
@@ -40,7 +40,7 @@
 BuildRequires:	perl(Test::Pod::Coverage)	>= 1.04
 BuildRequires:	perl(Test::YAML::Meta)		>= 0.03
 BuildRequires:	perl(Perl::Critic)
-BuildRequires:	perl(Text::SpellChecker)
+BuildRequires:	perl(Text::SpellChecker), aspell-en
 
 %{?_with_IDEA:BuildRequires: perl(Crypt::IDEA)}
 
@@ -97,6 +97,9 @@
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
+* Sun Feb 22 2009 Paul Howarth <paul at city-fan.org> 1.34-2
+- Add buildreq aspell-en for spell check test
+
 * Mon Feb  2 2009 Paul Howarth <paul at city-fan.org> 1.34-1
 - Update to 1.34, fixes various upstream bugs:
   * Rekey properly after 1 GB of data (rt.cpan.org #25044)




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