diff --git a/mercurial.spec b/mercurial.spec index 45c6c38..dfffff8 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -2,14 +2,14 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial -Version: 1.2 -Release: 2%{?dist}.1 +Version: 1.3.1 +Release: 3%{?dist} License: GPLv2 Group: Development/Tools URL: http://www.selenic.com/mercurial/ Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: python python-devel asciidoc xmlto +BuildRequires: python python-devel Requires: python Provides: hg = %{version}-%{release} @@ -41,7 +41,6 @@ documentation. %prep %setup -q -#%patch0 -p1 %build make all @@ -68,8 +67,10 @@ mkdir -p $zsh_completion_dir install -m 644 contrib/zsh_completion $zsh_completion_dir/_mercurial + mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/mercurial/hgrc.d +mkdir -p $RPM_BUILD_ROOT%{emacs_startdir} && install -m644 %SOURCE1 $RPM_BUILD_ROOT%{emacs_startdir} cat >hgk.rc < - 1.3.1-3 +- port over for EPEL +- remove emacs packages + +* Fri Jul 24 2009 Neal Becker - 1.3.1-3 +- Disable self-tests + +* Fri Jul 24 2009 Neal Becker - 1.3.1-2 +- Update to 1.3.1 + +* Wed Jul 1 2009 Neal Becker - 1.3-2 +- Re-enable tests since they now pass + +* Wed Jul 1 2009 Neal Becker - 1.3-1 +- Update to 1.3 + +* Sat Mar 21 2009 Neal Becker - 1.2.1-1 +- Update to 1.2.1 +- Tests remain disabled due to failures + * Thu Mar 19 2009 Dennis Gilmore - 1.2-2.1 -- port over for EPEL +- port over for EPEL - fixes CVE's is current releases - remove emacs packages diff --git a/sources b/sources index 3eef88b..2ca888e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac9d16b078f99f7a89d6865421570f05 mercurial-1.2.tar.gz +6504f0dc32bd7ecf59a9f7f719432e76 mercurial-1.3.1.tar.gz