From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] bash-completion: Update to 2.4. Date: Thu, 01 Sep 2016 13:42:51 +0200 Message-ID: <1472730171-21617-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4819701550085455891==" List-Id: --===============4819701550085455891== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a major release to the latest available version. Signed-off-by: Stefan Schantl --- bash-completion/bash-completion.nm | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/bash-completion/bash-completion.nm b/bash-completion/bash-comple= tion.nm index de3eb23..ac9bcb4 100644 --- a/bash-completion/bash-completion.nm +++ b/bash-completion/bash-completion.nm @@ -4,12 +4,12 @@ ############################################################################= ### =20 name =3D bash-completion -version =3D 2.1 -release =3D 2 +version =3D 2.4 +release =3D 1 arch =3D noarch =20 groups =3D Development/Languages -url =3D http://bash-completion.alioth.debian.org/ +url =3D https://github.com/scop/bash-completion license =3D GPLv2+ summary =3D Programmable completion for Bash. =20 @@ -18,20 +18,13 @@ description of the programmable completion feature of bash. end =20 -source_dl =3D http://bash-completion.alioth.debian.org/files/ -sources =3D %{thisapp}.tar.bz2 +source_dl =3D https://github.com/scop/bash-completion/releases/download/%{v= ersion}/ +sources =3D %{thisapp}.tar.xz =20 build install_cmds rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{cawsay,cowthin= k} =20 - # Remove files which are provided by util-linux >=3D 2.22. - rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{cal,ncal,chsh} - rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{eject,hexdump} - rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{hwclock,ionice} - rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{look,renice,hd} - rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{rtcwake,su,dme= sg} - install -Dpm 644 %{DIR_SOURCE}/bash-completion-1.99-redefine_filedir.bash \ %{BUILDROOT}%{sysconfdir}/bash_completion.d/redefine_filedir end --=20 2.5.5 --===============4819701550085455891==--