diff --git a/mercurial-5.6.1.tar.gz b/mercurial-5.6.1.tar.gz deleted file mode 100644 index 6a99800..0000000 Binary files a/mercurial-5.6.1.tar.gz and /dev/null differ diff --git a/mercurial-6.0.3.tar.gz b/mercurial-6.0.3.tar.gz new file mode 100644 index 0000000..ebe518c Binary files /dev/null and b/mercurial-6.0.3.tar.gz differ diff --git a/mercurial.spec b/mercurial.spec index 3a79456..b6e4f0e 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -1,5 +1,5 @@ Name: mercurial -Version: 5.6.1 +Version: 6.0.3 Release: 1 Summary: Source control management tool License: GPLv2+ @@ -23,7 +23,7 @@ It efficiently handles projects of any size and offers an easy and intuitive int %prep %autosetup -n %{name}-%{version} -p1 -sed -i 's|python|python3|' %{_builddir}/%{name}-%{version}/Makefile %{_builddir}/%{name}-%{version}/doc/Makefile +sed -i 's|python|python3|' %{_builddir}/%{name}-%{version}/Makefile %build %make_build @@ -114,7 +114,6 @@ grep -v locale %{name}-base.files > %{name}-base-filtered.files %{_bindir}/hg-ssh %{_bindir}/chg %dir %{_datadir}/zsh/ -%{_datadir}/zsh/site-functions/_mercurial %{_datadir}/bash-completion/ %{_datadir}/zsh/site-functions/ %{_libexecdir}/mercurial/ @@ -129,6 +128,9 @@ grep -v locale %{name}-base.files > %{name}-base-filtered.files %{_mandir}/man?/chg.*.gz %changelog +* Mon Feb 21 2022 panxiaohe - 6.0.3-1 +- Upgrade to 6.0.3 + * Sat Jan 23 2021 zoulin - 5.6.1-1 - Upgrade to 5.6.1