From 7ec6856a4790cba519c8547a91142d5b101faa91 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 30 Nov 2020 21:37:43 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mercurial.git#f79667f9782501d4bbcc0e3bcd1ddfd22a7a7785 --- mercurial.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mercurial.spec b/mercurial.spec index 240baaf..e772a58 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -1,7 +1,7 @@ Summary: Mercurial -- a distributed SCM Name: mercurial Version: 5.4 -Release: 4%{?dist} +Release: 5%{?dist} # Release: 1.rc1%%{?dist} @@ -110,7 +110,7 @@ Summary: A fast client for Mercurial command server running on Unix. It saves Requires: hg = %{version}-%{release} # Let's default to Python 2, but allow some experiments -Suggests: hg2 +Suggests: hg3 %description chg chg is a C wrapper for the hg command. Typically, when you type hg, a new @@ -335,6 +335,9 @@ fi %changelog +* Mon Nov 30 2020 Miro HronĨok - 5.4-5 +- Install Python 3 based mercurial by default + * Wed Sep 02 2020 Petr Viktorin - 5.4-4 - Add _ast to hgdemandimport ignore list Works around: BZ#1871992