rpms/make/devel make.spec,1.36,1.37

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 16 13:23:13 UTC 2007


Author: pmachata

Update of /cvs/dist/rpms/make/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21124

Modified Files:
	make.spec 
Log Message:
- Always run testsuite with C locale.
- Resolves: #232607



Index: make.spec
===================================================================
RCS file: /cvs/dist/rpms/make/devel/make.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- make.spec	22 Feb 2007 17:58:38 -0000	1.36
+++ make.spec	16 Mar 2007 13:23:11 -0000	1.37
@@ -3,7 +3,7 @@
 Name: make
 Epoch: 1
 Version: 3.81
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: Development/Tools
 URL: http://www.gnu.org/software/make/
@@ -57,7 +57,7 @@
 
 %check
 echo ============TESTING===============
-make check
+/usr/bin/env LANG=C make check
 echo ============END TESTING===========
 
 %clean
@@ -79,6 +79,10 @@
 %{_infodir}/*.info*
 
 %changelog
+* Fri Mar 16 2007 Petr Machata <pmachata at redhat.com> - 1:3.81-6
+- Always run testsuite with C locale.
+- Resolves: #232607
+
 * Thu Feb 22 2007 Petr Machata <pmachata at redhat.com> - 1:3.81-5
 - Fix newline handling for quoted SHELL.
 - Resolves: #219409




More information about the fedora-cvs-commits mailing list