rpms/perl-Net-SSH-Perl/devel perl-Net-SSH-Perl.spec,1.9,1.10

Paul Howarth pghmcfc at fedoraproject.org
Tue Nov 4 11:23:24 UTC 2008


Author: pghmcfc

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

Modified Files:
	perl-Net-SSH-Perl.spec 
Log Message:
Run tests in en_US locale, so spell checker doesn't complain about the use of
American English when the host is in a non-US locale



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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Net-SSH-Perl.spec	3 Nov 2008 13:37:43 -0000	1.9
+++ perl-Net-SSH-Perl.spec	4 Nov 2008 11:22:53 -0000	1.10
@@ -8,7 +8,7 @@
 Summary:	SSH (Secure Shell) client
 Name:		perl-Net-SSH-Perl
 Version:	1.33
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Net-SSH-Perl/
@@ -78,7 +78,7 @@
 %check
 # Critic and POD tests currently fail
 %{__gpg} --import %{SOURCE1}
-%{__make} test TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=1
+LC_ALL=en_US %{__make} test TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=1
 
 %install
 %{__rm} -rf %{buildroot}
@@ -97,6 +97,10 @@
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
+* Tue Nov  4 2008 Paul Howarth <paul at city-fan.org> 1.33-2
+- Run tests in en_US locale, so spell checker doesn't complain about the use of
+  American English when the host is in a non-US locale
+
 * Mon Nov  3 2008 Paul Howarth <paul at city-fan.org> 1.33-1
 - Update to 1.33 (#469612), fixes various upstream bugs:
   * Fix open() calls (rt.cpan.org #40020)




More information about the fedora-extras-commits mailing list