[tortoisehg/f17] tortoisehg-2.3.1

Mads Kiilerich kiilerix at fedoraproject.org
Sun Mar 11 00:03:20 UTC 2012


commit 3a6f71c62adc58baccc08efe37b949efbc0c2975
Author: Mads Kiilerich <mads at kiilerich.com>
Date:   Sun Mar 11 01:03:13 2012 +0100

    tortoisehg-2.3.1
    
    - remove Mercurial 2.1 hack

 .gitignore      |    1 +
 sources         |    2 +-
 tortoisehg.spec |    9 +++++----
 3 files changed, 7 insertions(+), 5 deletions(-)
---
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 <mads at kiilerich.com> - 2.3.1-1
+- tortoisehg-2.3.1
+- remove Mercurial 2.1 hack
+
 * Thu Feb 16 2012 Mads Kiilerich <mads at kiilerich.com> - 2.3-1
 - tortoisehg-2.3
 


More information about the scm-commits mailing list