Accepting request 99457 from home:vuntz:branches:shells

Update to 1.99

OBS-URL: https://build.opensuse.org/request/show/99457
OBS-URL: https://build.opensuse.org/package/show/shells/bash-completion?expand=0&rev=39
This commit is contained in:
Marco Poletti 2012-01-09 11:16:27 +00:00 committed by Git OBS Bridge
parent 090833eb6f
commit fcd624a83f
4 changed files with 20 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:293084b7584e89734002a49688ca9aea2bab16ca4750b30f66b62a373750c41c
size 228640

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2baf5130fa015527f435e145949029c653f0106c89ccfd20ad8987f292ed314
size 244809

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 9 10:26:25 UTC 2012 - vuntz@opensuse.org
- Update to version 1.99:
+ New completions: ccache, desktop-file-validate, htop, iperf,
koji, lzip, nethogs, plague-client, udevadm.
+ Fixes for completions: cc, cppcheck, curl, c++, dequote, dict,
dmesg, dpkg, lrzip, make, mount, mutt, pidof, removepkg, rpm,
umount, upgradepkg, vi, wine, xv.
+ See details in CHANGES.
-------------------------------------------------------------------
Wed Nov 30 15:09:57 CET 2011 - tiwai@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package bash-completion
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,15 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: bash-completion
Version: 1.90
Release: 1
License: GPL-2.0+
Version: 1.99
Release: 0
Summary: Programmable Completion for Bash
Url: http://bash-completion.alioth.debian.org/
License: GPL-2.0+
Group: System/Shells
Url: http://bash-completion.alioth.debian.org/
Source0: http://bash-completion.alioth.debian.org/files/%{name}-%{version}.tar.bz2
Requires: bash
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -42,7 +40,7 @@ make %{?_smp_mflags}
%install
%makeinstall
rm -f $RPM_BUILD_ROOT%{_datadir}//pkgconfig/bash-completion.pc
rm -f $RPM_BUILD_ROOT%{_datadir}/pkgconfig/bash-completion.pc
%files
%defattr(-,root,root)