$ git show --format=fuller --patch-with-stat --summary e22fc39c116d0830f88fe717bfa7123df23a592a
commit e22fc39c116d0830f88fe717bfa7123df23a592a
Author: Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Mon Sep 26 04:55:52 2022 +0200
Commit: Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Mon Sep 26 04:55:52 2022 +0200
6.2.2
---
.abf.yml | 2 +-
mercurial.spec | 14 +++-----------
2 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index bd19ce8..b24efd5 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- mercurial-6.1.3.tar.gz: 02836b9efeaec4862578f9f57cdf605702092545
+ mercurial-6.2.2.tar.gz: 429ccbf8ce5ccb17f76f888333ced25296213933
diff --git a/mercurial.spec b/mercurial.spec
index af07bb6..cc5c7cc 100644
--- a/mercurial.spec
+++ b/mercurial.spec
@@ -3,7 +3,7 @@
Summary: A fast, lightweight distributed source control management system
Name: mercurial
-Version: 6.1.3
+Version: 6.2.2
Release: 1
License: GPLv2+
Group: Development/Other
@@ -36,14 +36,6 @@ make install-doc DESTDIR=%{buildroot} MANDIR=%{_mandir}
install contrib/hgk %{buildroot}%{_bindir}
install contrib/hg-ssh %{buildroot}%{_bindir}
-bash_completion_dir=%{buildroot}%{_sysconfdir}/bash_completion.d
-mkdir -p $bash_completion_dir
-install -m 644 contrib/bash_completion $bash_completion_dir/mercurial.sh
-
-zsh_completion_dir=%{buildroot}%{_datadir}/zsh/site-functions
-mkdir -p $zsh_completion_dir
-install -m 644 contrib/zsh_completion $zsh_completion_dir/_mercurial
-
lisp_dir=%{buildroot}%{_datadir}/emacs/site-lisp
mkdir -p $lisp_dir
install -m 644 contrib/mercurial.el $lisp_dir
@@ -58,8 +50,8 @@ install -m 644 contrib/mq.el $xlisp_dir
%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi
%doc %attr(644,root,root) contrib/*.svg
%{_mandir}/man*/*
-%{_sysconfdir}/bash_completion.d/mercurial.sh
-%{_datadir}/zsh/site-functions/_mercurial
+%{_datadir}/bash-completion/completions/hg
+%{_datadir}/zsh/site-functions/_hg
%{_datadir}/emacs/site-lisp/*.el
%{_datadir}/xemacs/site-packages/lisp/*.el
%{_bindir}/hg