diff --git a/mercurial.spec b/mercurial.spec index 4620145..4a92fbc 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -2,15 +2,15 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial -Version: 1.1.2 -Release: 7%{?dist} +Version: 1.2 +Release: 2%{?dist} License: GPLv2 Group: Development/Tools URL: http://www.selenic.com/mercurial/ Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz Source1: mercurial-site-start.el # temporary fix for filemerge bug -Patch0: mercurial-mergetools.hgrc.patch +#Patch0: mercurial-mergetools.hgrc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python python-devel BuildRequires: emacs emacs-el pkgconfig @@ -79,7 +79,7 @@ documentation. %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %build make all @@ -170,6 +170,12 @@ rm -rf $RPM_BUILD_ROOT #cd tests && %{__python} run-tests.py %changelog +* Wed Mar 4 2009 Neal Becker - 1.2-2 +- patch0 for filemerge bug should not be needed + +* Wed Mar 4 2009 Neal Becker - 1.2-1 +- Update to 1.2 + * Tue Feb 24 2009 Neal Becker - 1.1.2-7 - Use noreplace option on config diff --git a/sources b/sources index 777a861..3eef88b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4fd3b9a2e5dcd025840c3849b136bec8 mercurial-1.1.2.tar.gz +ac9d16b078f99f7a89d6865421570f05 mercurial-1.2.tar.gz