Compare commits
10 Commits
093cf456e3
...
ac1d239f02
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac1d239f02 | ||
|
|
97b7bfc29f | ||
|
|
292ec1b94c | ||
|
|
fcbc16cf53 | ||
|
|
3f9bc01339 | ||
|
|
e14f55f1a0 | ||
|
|
918c7bb17d | ||
|
|
e00928b050 | ||
|
|
7759a93690 | ||
|
|
17c6d1b165 |
Binary file not shown.
BIN
mercurial-6.6.1.tar.gz
Normal file
BIN
mercurial-6.6.1.tar.gz
Normal file
Binary file not shown.
@ -1,8 +1,8 @@
|
||||
Name: mercurial
|
||||
Version: 5.6.1
|
||||
Version: 6.6.1
|
||||
Release: 1
|
||||
Summary: Source control management tool
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
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 %{_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,21 @@ 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