From 7a2b2c36d4422a5602d1158d38f07a6bc47b070b Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Feb 07 2016 00:34:52 +0000 Subject: tortoisehg 3.7.1 --- diff --git a/.gitignore b/.gitignore index 70a5882..40cb60b 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ tortoisehg-1.1.2.tar.gz /tortoisehg-3.5.1.tar.gz /tortoisehg-3.6.tar.gz /tortoisehg-3.6.2.tar.gz +/tortoisehg-3.7.1.tar.gz diff --git a/sources b/sources index a6d080a..de20786 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99d6d3f25422180318da580f74f0cb6d tortoisehg-3.6.2.tar.gz +b5a1166950bdbc438575d448c0c07da3 tortoisehg-3.7.1.tar.gz diff --git a/tortoisehg.spec b/tortoisehg.spec index fea0ec6..54e2752 100644 --- a/tortoisehg.spec +++ b/tortoisehg.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: tortoisehg -Version: 3.6.2 -Release: 5%{?dist} +Version: 3.7.1 +Release: 1%{?dist} Summary: Mercurial GUI command line tool thg Group: Development/Tools License: GPLv2 @@ -12,7 +12,7 @@ Source0: http://bitbucket.org/tortoisehg/targz/downloads/%{name}-%{versio Source1: tortoisehg.appdata.xml BuildArch: noarch BuildRequires: python-devel, gettext, python-sphinx, PyQt4-devel, desktop-file-utils, libappstream-glib -Requires: python-iniparse, mercurial < 3.7 +Requires: python-iniparse, mercurial < 3.8 # 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 %{_datadir}/nautilus-python/extensions/nautilus-thg.py* %changelog +* Sun Feb 07 2016 Mads Kiilerich - 3.7.1-1 +- tortoisehg 3.7.1 + * Sun Feb 07 2016 Mads Kiilerich - 3.6.2-5 - Install tortoisehg.appdata.xml as mode 644 - avoid rmplint 'script-without-shebang'