Compare commits
No commits in common. "ac1d239f023dfa98c6db0dce898e833fdfa8a623" and "093cf456e3e8076214f5d4f5a17ae09f7bba8e51" have entirely different histories.
ac1d239f02
...
093cf456e3
BIN
mercurial-5.6.1.tar.gz
Normal file
BIN
mercurial-5.6.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,8 +1,8 @@
|
||||
Name: mercurial
|
||||
Version: 6.6.1
|
||||
Version: 5.6.1
|
||||
Release: 1
|
||||
Summary: Source control management tool
|
||||
License: GPL-2.0-or-later
|
||||
License: GPLv2+
|
||||
URL: http://www.selenic.com/mercurial/
|
||||
Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
|
||||
|
||||
@ -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
|
||||
sed -i 's|python|python3|' %{_builddir}/%{name}-%{version}/Makefile %{_builddir}/%{name}-%{version}/doc/Makefile
|
||||
|
||||
%build
|
||||
%make_build
|
||||
@ -114,6 +114,7 @@ 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/
|
||||
@ -128,21 +129,6 @@ grep -v locale %{name}-base.files > %{name}-base-filtered.files
|
||||
%{_mandir}/man?/chg.*.gz
|
||||
|
||||
%changelog
|
||||
* Tue Feb 19 2024 maqi <maqi@uniontech.com> - 6.6.1-1
|
||||
- update to 6.6.1
|
||||
|
||||
* Wed Jul 12 2023 dillon chen <dillon.chen@gmail.com> - 6.5-1
|
||||
- update to 6.5
|
||||
|
||||
* Tue Feb 07 2023 wangjunqi <wangjunqi@kylinos.cn> - 6.3.2-1
|
||||
- update to 6.3.2
|
||||
|
||||
* Mon Jun 27 2022 dillon chen <dillon.chen@gmail.com> - 6.1.3-1
|
||||
- update to 6.1.3
|
||||
|
||||
* Mon Feb 21 2022 panxiaohe <panxh.life@foxmail.com> - 6.0.3-1
|
||||
- Upgrade to 6.0.3
|
||||
|
||||
* Sat Jan 23 2021 zoulin <zoulin13@huawei.com> - 5.6.1-1
|
||||
- Upgrade to 5.6.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user