[tortoisehg] tortoisehg-2.2

Mads Kiilerich kiilerix at fedoraproject.org
Wed Nov 9 23:23:10 UTC 2011


commit 528341faaf9b20842b5ecb1ab9cd20fbafdeda71
Author: Mads Kiilerich <mads at kiilerich.com>
Date:   Thu Nov 10 00:23:00 2011 +0100

    tortoisehg-2.2

 .gitignore      |    1 +
 sources         |    2 +-
 tortoisehg.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 96fce61..e1a4ad7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ tortoisehg-1.1.2.tar.gz
 /tortoisehg-2.1.2.tar.gz
 /tortoisehg-2.1.3.tar.gz
 /tortoisehg-2.1.4.tar.gz
+/tortoisehg-2.2.tar.gz
diff --git a/sources b/sources
index 2d6105a..866f558 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6b57b255129a9bc072f6cccbfd2fa3a  tortoisehg-2.1.4.tar.gz
+6f25086aa31238db25bc065ef7c25442  tortoisehg-2.2.tar.gz
diff --git a/tortoisehg.spec b/tortoisehg.spec
index a71bf81..32653d0 100644
--- a/tortoisehg.spec
+++ b/tortoisehg.spec
@@ -3,8 +3,8 @@
 %define debug_package %{nil}
 
 Name:           tortoisehg
-Version:        2.1.4
-Release:        2%{?dist}
+Version:        2.2
+Release:        1%{?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.0
+Requires:       python-iniparse, mercurial >= 1.9, mercurial < 2.1
 # 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,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/nautilus/extensions-2.0/python/nautilus-thg.py*
 
 %changelog
+* Wed Nov 09 2011 Mads Kiilerich <mads at kiilerich.com> - 2.2-1
+- tortoisehg-2.2
+
 * Fri Oct 07 2011 Mads Kiilerich <mads at kiilerich.com> - 2.1.4-2
 - the real tortoisehg-2.1.4, not just a stupid proxy
 


More information about the scm-commits mailing list