rpms/mercurial/devel mercurial.spec,1.71,1.72

Neal Becker nbecker at fedoraproject.org
Thu Jul 2 01:39:08 UTC 2009


Author: nbecker

Update of /cvs/pkgs/rpms/mercurial/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5381

Modified Files:
	mercurial.spec 
Log Message:
Re-enable tests since they now pass



Index: mercurial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/devel/mercurial.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -p -r1.71 -r1.72
--- mercurial.spec	2 Jul 2009 01:15:38 -0000	1.71
+++ mercurial.spec	2 Jul 2009 01:38:38 -0000	1.72
@@ -3,7 +3,7 @@
 Summary: A fast, lightweight distributed source control management system 
 Name: mercurial
 Version: 1.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: Development/Tools
 URL: http://www.selenic.com/mercurial/
@@ -166,10 +166,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_libexecdir}/mercurial/
 %{_sysconfdir}/mercurial/hgrc.d/hgk.rc
 
-#%%check
-#cd tests && %{__python} run-tests.py
+%check
+cd tests && %{__python} run-tests.py
 
 %changelog
+* Wed Jul  1 2009 Neal Becker <ndbecker2 at gmail.com> - 1.3-2
+- Re-enable tests since they now pass
+
 * Wed Jul  1 2009 Neal Becker <ndbecker2 at gmail.com> - 1.3-1
 - Update to 1.3
 




More information about the fedora-extras-commits mailing list