diff --git a/.gitignore b/.gitignore index 9228c26..4e8896b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ mercurial-1.6.2.tar.gz /mercurial-1.8.1.tar.gz /mercurial-1.8.2.tar.gz /mercurial-1.8.4.tar.gz +/mercurial-1.9.tar.gz diff --git a/mercurial.spec b/mercurial.spec index cee7d5c..466712a 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -2,8 +2,8 @@ Summary: Mercurial -- a distributed SCM Name: mercurial -Version: 1.8.4 -Release: 2%{?dist} +Version: 1.9 +Release: 1%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.selenic.com/mercurial/ @@ -175,6 +175,9 @@ rm -rf $RPM_BUILD_ROOT ##cd tests && %{__python} run-tests.py %changelog +* Fri Jul 1 2011 Neal Becker - 1.9-1 +- Update to 1.9 + * Thu Jun 2 2011 Neal Becker - 1.8.4-2 - Add docutils-0.8 patch diff --git a/sources b/sources index fdadad9..df24be3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3dcc3de473e003dd1cc0500dcd9de47 mercurial-1.8.4.tar.gz +d4842129fa2732eb6ed1180467bc32e2 mercurial-1.9.tar.gz