[tortoisehg] bump Mercurial version requirement to accept mercurial-2.1-1.rc1.

Mads Kiilerich kiilerix at fedoraproject.org
Wed Jan 25 19:26:04 UTC 2012


commit 596c580f8a2ee48d0f62a2b4789e5afe97f00399
Author: Mads Kiilerich <mads at kiilerich.com>
Date:   Wed Jan 25 20:25:56 2012 +0100

    bump Mercurial version requirement to accept mercurial-2.1-1.rc1.
    
      tortoisehg-2.2.2 happens to work with the next version of Mercurial anyway.

 tortoisehg.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/tortoisehg.spec b/tortoisehg.spec
index bc7c934..a5675f0 100644
--- a/tortoisehg.spec
+++ b/tortoisehg.spec
@@ -4,7 +4,7 @@
 
 Name:           tortoisehg
 Version:        2.2.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Mercurial GUI command line tool thg
 Group:          Development/Tools
 License:        GPLv2
@@ -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.9, mercurial < 2.1
+Requires:       python-iniparse, mercurial >= 2.0, mercurial < 2.2
 # 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
+* Wed Jan 25 2012 Mads Kiilerich <mads at kiilerich.com> - 2.2.2-2
+- bump Mercurial version requirement to accept mercurial-2.1-1.rc1.
+  tortoisehg-2.2.2 happens to work with the next version of Mercurial anyway.
+
 * Wed Jan 11 2012 Mads Kiilerich <mads at kiilerich.com> - 2.2.2-1
 - tortoisehg-2.2.2
 


More information about the scm-commits mailing list