[tortoisehg] tortoisehg-2.1.1 clarify in requirements that this is intended to work with Mercurial 1.9.x only

Mads Kiilerich kiilerix at fedoraproject.org
Mon Jul 11 22:14:39 UTC 2011


commit 225a489c58495667e39a71cb2bc881fd0ba27558
Author: Mads Kiilerich <mads at kiilerich.com>
Date:   Tue Jul 12 00:14:15 2011 +0200

    tortoisehg-2.1.1
    clarify in requirements that this is intended to work with Mercurial 1.9.x only

 .gitignore      |    1 +
 sources         |    2 +-
 tortoisehg.spec |    8 ++++++--
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f575004..d7bc9e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ tortoisehg-1.1.2.tar.gz
 /tortoisehg-2.0.4.tar.gz
 /tortoisehg-2.0.5.tar.gz
 /tortoisehg-2.1.tar.gz
+/tortoisehg-2.1.1.tar.gz
diff --git a/sources b/sources
index ea63849..b280b14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81af49c75c93350c1abb704c1f5dd958  tortoisehg-2.1.tar.gz
+93c5ae1306ba251e7864775c8264ebfc  tortoisehg-2.1.1.tar.gz
diff --git a/tortoisehg.spec b/tortoisehg.spec
index acf66d0..dc23c45 100644
--- a/tortoisehg.spec
+++ b/tortoisehg.spec
@@ -3,7 +3,7 @@
 %define debug_package %{nil}
 
 Name:           tortoisehg
-Version:        2.1
+Version:        2.1.1
 Release:        1%{?dist}
 Summary:        Mercurial GUI command line tool thg
 Group:          Development/Tools
@@ -15,7 +15,7 @@ Source0:        http://bitbucket.org/tortoisehg/targz/downloads/%{name}-%{versio
 # subpackage has to be arch-specific:
 # BuildArch:    noarch
 BuildRequires:  python-devel, gettext, python-sphinx, PyQt4-devel, desktop-file-utils
-Requires:       python-iniparse, mercurial >= 1.8
+Requires:       python-iniparse, mercurial >= 1.9, mercurial < 2.0
 # gconf needed at util/shlib.py for browse_url(url).
 Requires:       gnome-python2-gconf
 Requires:       PyQt4 >= 4.6, qscintilla-python, python-pygments
@@ -90,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/nautilus/extensions-2.0/python/nautilus-thg.py*
 
 %changelog
+* Mon Jul 11 2011 Mads Kiilerich <mads at kiilerich.com> - 2.1.1-1
+- tortoisehg-2.1.1
+- clarify in requirements that this is intended to work with Mercurial 1.9.x only
+
 * Sun Jul 03 2011 Mads Kiilerich <mads at kiilerich.com> - 2.1-1
 - tortoisehg-2.1
 


More information about the scm-commits mailing list