diff --git a/.gitignore b/.gitignore index c965a9c..9f77f92 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ tortoisehg-1.1.2.tar.gz /tortoisehg-2.2.tar.gz /tortoisehg-2.2.2.tar.gz /tortoisehg-2.3.tar.gz +/tortoisehg-2.3.1.tar.gz diff --git a/sources b/sources index cd68929..718b72c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b4380329c00c22f977170affd5c467a0 tortoisehg-2.3.tar.gz +2950272af9949761a5bf6386c1b506e4 tortoisehg-2.3.1.tar.gz diff --git a/tortoisehg.spec b/tortoisehg.spec index aae6dfc..7e528b7 100644 --- a/tortoisehg.spec +++ b/tortoisehg.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: tortoisehg -Version: 2.3 +Version: 2.3.1 Release: 1%{?dist} Summary: Mercurial GUI command line tool thg Group: Development/Tools @@ -50,9 +50,6 @@ icon_path = "%{_datadir}/pixmaps/tortoisehg/icons" nofork = True EOT -# hack: accept Mercurial 2.1 too -sed -i 's, + 1, + 2,g' tortoisehg/util/hgversion.py - %build %{__python} setup.py build @@ -93,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/nautilus/extensions-2.0/python/nautilus-thg.py* %changelog +* Sat Mar 10 2012 Mads Kiilerich - 2.3.1-1 +- tortoisehg-2.3.1 +- remove Mercurial 2.1 hack + * Thu Feb 16 2012 Mads Kiilerich - 2.3-1 - tortoisehg-2.3