diff --git a/.gitignore b/.gitignore index be8b7da..c1a7772 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ mercurial-1.6.2.tar.gz /mercurial-1.7.3.tar.gz /mercurial-1.7.5.tar.gz /mercurial-1.8.tar.gz +/mercurial-1.8.1.tar.gz diff --git a/mercurial.spec b/mercurial.spec index e01fbfc..acf7a39 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -2,7 +2,7 @@ Summary: Mercurial -- a distributed SCM Name: mercurial -Version: 1.8 +Version: 1.8.1 Release: 1%{?dist} License: GPLv2+ Group: Development/Tools @@ -173,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT ##cd tests && %{__python} run-tests.py %changelog +* Mon Mar 14 2011 Neal Becker - 1.8.1-1 +- Update to 1.8.1 + * Wed Mar 2 2011 Neal Becker - 1.8-1 - Update to 1.8 diff --git a/sources b/sources index bb65f5c..80feb6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c97b39832f2da60f951d1b7701688bd2 mercurial-1.8.tar.gz +e0a8cfca69aa4003ea3187aed609d5e0 mercurial-1.8.1.tar.gz