[tortoisehg/f17] tortoisehg-2.3

Mads Kiilerich kiilerix at fedoraproject.org
Thu Feb 16 00:23:39 UTC 2012


commit de6c43ada7a3dde545be2b315f1efa577f579c7c
Author: Mads Kiilerich <mads at kiilerich.com>
Date:   Thu Feb 16 01:23:27 2012 +0100

    tortoisehg-2.3

 .gitignore      |    1 +
 sources         |    2 +-
 tortoisehg.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a27d33..c965a9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ tortoisehg-1.1.2.tar.gz
 /tortoisehg-2.1.4.tar.gz
 /tortoisehg-2.2.tar.gz
 /tortoisehg-2.2.2.tar.gz
+/tortoisehg-2.3.tar.gz
diff --git a/sources b/sources
index f8ae141..cd68929 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e7bf853dd5c7b56bc4d254fd864a116  tortoisehg-2.2.2.tar.gz
+b4380329c00c22f977170affd5c467a0  tortoisehg-2.3.tar.gz
diff --git a/tortoisehg.spec b/tortoisehg.spec
index 42391c5..aae6dfc 100644
--- a/tortoisehg.spec
+++ b/tortoisehg.spec
@@ -3,8 +3,8 @@
 %define debug_package %{nil}
 
 Name:           tortoisehg
-Version:        2.2.2
-Release:        3%{?dist}
+Version:        2.3
+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 >= 2.0, mercurial < 2.2
+Requires:       python-iniparse, mercurial >= 2.1, 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
@@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/nautilus/extensions-2.0/python/nautilus-thg.py*
 
 %changelog
+* Thu Feb 16 2012 Mads Kiilerich <mads at kiilerich.com> - 2.3-1
+- tortoisehg-2.3
+
 * Wed Jan 25 2012 Mads Kiilerich <mads at kiilerich.com> - 2.2.2-3
 - actually apply hack to relax version check so it works with mercurial-2.1
 


More information about the scm-commits mailing list