[tortoisehg/f19] tortoisehg 2.11

Mads Kiilerich kiilerix at fedoraproject.org
Thu Feb 6 00:22:15 UTC 2014


commit 3bb873d43838ccd5ee69447f008b90ac74ae5a46
Author: Mads Kiilerich <mads at kiilerich.com>
Date:   Thu Feb 6 01:22:29 2014 +0100

    tortoisehg 2.11

 .gitignore      |    1 +
 sources         |    2 +-
 tortoisehg.spec |    7 +++++--
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a5904ce..b0e1b5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@ tortoisehg-1.1.2.tar.gz
 /tortoisehg-2.9.2.tar.gz
 /tortoisehg-2.10.tar.gz
 /tortoisehg-2.10.2.tar.gz
+/tortoisehg-2.11.tar.gz
diff --git a/sources b/sources
index c040c6c..6a972ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb547f30fa37707d2793181c422cf46a  tortoisehg-2.10.2.tar.gz
+ba518ee8df563e160297446bad949ab9  tortoisehg-2.11.tar.gz
diff --git a/tortoisehg.spec b/tortoisehg.spec
index 33e0af0..742e07c 100644
--- a/tortoisehg.spec
+++ b/tortoisehg.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           tortoisehg
-Version:        2.10.2
+Version:        2.11
 Release:        1%{?dist}
 Summary:        Mercurial GUI command line tool thg
 Group:          Development/Tools
@@ -11,7 +11,7 @@ URL:            http://tortoisehg.bitbucket.org/
 Source0:        http://bitbucket.org/tortoisehg/targz/downloads/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  python-devel, gettext, python-sphinx, PyQt4-devel, desktop-file-utils
-Requires:       python-iniparse, mercurial >= 2.7, mercurial < 2.9
+Requires:       python-iniparse, mercurial < 2.10
 # gconf needed at util/shlib.py for browse_url(url).
 Requires:       gnome-python2-gconf
 Requires:       PyQt4 >= 4.6, qscintilla-python, python-pygments
@@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/nautilus-python/extensions/nautilus-thg.py*
 
 %changelog
+* Thu Feb 06 2014 Mads Kiilerich <mads at kiilerich.com> - 2.11-1
+- tortoisehg 2.11
+
 * Sun Jan 26 2014 Mads Kiilerich <mads at kiilerich.com> - 2.10.2-1
 - tortoisehg 2.10.2
 


More information about the scm-commits mailing list