diff --git a/.mercurial.metadata b/.mercurial.metadata new file mode 100644 index 0000000..213c901 --- /dev/null +++ b/.mercurial.metadata @@ -0,0 +1 @@ +e8ccf5c17b4e6a81ae233f9d7d06e6daa0499732 mercurial-6.2.tar.gz diff --git a/blacklist b/blacklist index 92409a6..da66ac8 100644 --- a/blacklist +++ b/blacklist @@ -1,2 +1,3 @@ test-stdio.py test-run-tests.t +test-convert-git.t \ No newline at end of file diff --git a/mercurial.spec b/mercurial.spec index 7808397..5971eb1 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -1,7 +1,7 @@ Summary: A fast, lightweight Source Control Management system Name: mercurial Version: 6.2 -Release: 1%{?dist} +Release: 3%{?dist} # Release: 1.rc1%%{?dist} @@ -184,6 +184,10 @@ pathfix.py -pni "%{python3}" %{buildroot}%{_bindir}/hg-ssh cd tests && HGPYTHON3=1 %{python3} run-tests.py --blacklist %{SOURCE2} %changelog +* Mon Nov 20 2023 Ondřej Pohořelský - 6.2-3 +- Remove test-convert-git.t, which always fails with newer git +- https://repo.mercurial-scm.org/hg/rev/2b658c6a9c4b + * Mon Aug 01 2022 Ondřej Pohořelský - 6.2-2 - Add forgotten mercurial-site-start.el - Related: rhbz#2089849