diff --git a/.gitignore b/.gitignore index f0256ef..1d175be 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,4 @@ tortoisehg-1.1.2.tar.gz /tortoisehg-5.3.1.tar.gz /tortoisehg-5.3.2.tar.gz /tortoisehg-5.4.tar.bz2 +/tortoisehg-5.5.2.tar.gz diff --git a/sources b/sources index 21dbfa0..cee6faf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tortoisehg-5.4.tar.bz2) = 6f1d65ef29d86ae9c0c53151b8253e4f07e56b9a89f4937880c137157420b7da5af9611ea1964e181d23412a69d5e26dea7e82e87341abc4b1267040018a258d +SHA512 (tortoisehg-5.5.2.tar.gz) = eaac888f1171d3e4bc1de49ccb5cff550ea859d702b65548040072e3805b54c93d38afdd1a132f6340275172cb456461d76bb4e53a477d0a6e180ac85783a1f4 diff --git a/tortoisehg.spec b/tortoisehg.spec index 05898a4..fdea4e3 100644 --- a/tortoisehg.spec +++ b/tortoisehg.spec @@ -1,16 +1,16 @@ Name: tortoisehg -Version: 5.4 -Release: 3%{?dist} +Version: 5.5.2 +Release: 1%{?dist} Summary: Mercurial GUI command line tool thg License: GPLv2 # - few files are however under the more permissive GPLv2+ URL: https://tortoisehg.bitbucket.io/ -Source0: https://bitbucket.org/tortoisehg/thg/get/%{version}.tar.bz2#/%{name}-%{version}.tar.bz2 +Source0: https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-%{version}.tar.gz Source1: thg.appdata.xml BuildArch: noarch BuildRequires: python3-devel, gettext, python3-sphinx, python3-qt5, desktop-file-utils, libappstream-glib -BuildRequires: mercurial-py3 >= 5.3, mercurial-py3 < 5.5 -Requires: mercurial-py3 >= 5.3, mercurial-py3 < 5.5, python3-iniparse +BuildRequires: mercurial-py3 >= 5.4, mercurial-py3 < 5.6 +Requires: mercurial-py3 >= 5.4, mercurial-py3 < 5.6, python3-iniparse Requires: python3-qt5, python3-qscintilla-qt5, python3-pygments Requires: python3-gobject-base @@ -30,7 +30,7 @@ with a graphical interface. Note that the nautilus extension has been deprecated upstream. %prep -%autosetup -n tortoisehg-thg-68b8b70539b4 -p 1 +%autosetup -p 1 # Hack to try to support Mercurial 4.7 until it gets upgraded #sed -i "s/testedwith = '4.8 4.9'/testedwith = '4.7 4.8 4.9'/" tortoisehg/util/hgversion.py @@ -91,6 +91,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT/%{_datadir}/appdata/thg.ap %{_datadir}/nautilus-python/extensions/nautilus-thg.py* %changelog +* Tue Oct 6 09:40:52 CEST 2020 Mads Kiilerich - 5.5.2-1 +- tortoisehg 5.5.2 + * Wed Jul 29 2020 Fedora Release Engineering - 5.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild