diff --git a/mercurial.spec b/mercurial.spec index 4a92fbc..629f776 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -2,8 +2,8 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial -Version: 1.2 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?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 +* Sat Mar 21 2009 Neal Becker - 1.2.1-1 +- Update to 1.2.1 + * Wed Mar 4 2009 Neal Becker - 1.2-2 - patch0 for filemerge bug should not be needed