rpms/perl-Algorithm-CheckDigits/devel perl-Algorithm-CheckDigits.spec, 1.1, 1.2

Xavier Bachelot (xavierb) fedora-extras-commits at redhat.com
Sat Jan 12 00:16:51 UTC 2008


Author: xavierb

Update of /cvs/pkgs/rpms/perl-Algorithm-CheckDigits/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12152/devel

Modified Files:
	perl-Algorithm-CheckDigits.spec 
Log Message:
Remove '|| :' from check section


Index: perl-Algorithm-CheckDigits.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Algorithm-CheckDigits/devel/perl-Algorithm-CheckDigits.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Algorithm-CheckDigits.spec	23 Dec 2007 19:00:25 -0000	1.1
+++ perl-Algorithm-CheckDigits.spec	12 Jan 2008 00:16:16 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		perl-Algorithm-CheckDigits
 Version:	0.48
-Release:	1%{?dist}
+Release:	2%{?dist}
 
 Summary:	Perl extension to generate and test check digits
 
@@ -45,7 +45,7 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 make test
 
 
@@ -61,6 +61,9 @@
 
 
 %changelog
+* Sat Jan 12 2008 Xavier Bachelot <xavier at bachelot.org> - 0.48-2
+- Remove '|| :' from %%check section.
+
 * Fri Dec 21 2007 Xavier Bachelot <xavier at bachelot.org> - 0.48-1
 - Update to 0.48
 - Clean up spec.




More information about the fedora-extras-commits mailing list