Changes of Revision 30
[-] | Changed | mercurial.spec |
x 1
2 Summary: Mercurial -- a distributed SCM 3 Name: mercurial 4 -Version: 1.3.1 5 +Version: 1.4.1 6 Release: 1 7 License: GPL 8 Group: Development/Tools 9
10 # python-devel provides an adequate python-dev. The merge tool is a 11 # run-time dependency. 12 # 13 -BuildRequires: python >= 2.3, python-devel make gcc asciidoc xmlto 14 +BuildRequires: python >= 2.4, python-devel make gcc asciidoc xmlto 15 16 %define pythonver %(python -c 'import sys;print ".".join(map(str, sys.version_info[:2]))') 17 %define pythonlib %{_libdir}/python%{pythonver}/site-packages/%{name} 18
19 %dir %{hgext}/zeroconf 20 21 %changelog 22 +* Mon Dec 14 2009 Carsten Schoene <cs@linux-administrator.com> - 1.4.1-1 23 +- new release 1.4.1 24 + 25 * Sat Jul 25 2009 Carsten Schoene <cs@linux-administrator.com> - 1.3.1-1 26 - new release 1.3.1 27 - fix excessive memory usage issues with diff and strip 28 |
||
Added | mercurial-1.4.1.tar.bz2 ^ |