From 1095151961355f6ba7453f13405c8fe7e7b0c291 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Nov 16 2007 21:34:15 +0000 Subject: - Add JPEG2000 extensions for display(1) (#304771). --- diff --git a/bash-completion-20060301-jpeg2000-304771.patch b/bash-completion-20060301-jpeg2000-304771.patch new file mode 100644 index 0000000..787ac79 --- /dev/null +++ b/bash-completion-20060301-jpeg2000-304771.patch @@ -0,0 +1,5 @@ +--- bash_completion~ 2006-03-01 18:20:18.000000000 +0200 ++++ bash_completion 2007-11-16 23:23:20.000000000 +0200 +@@ -86 +86 @@ +-complete -f -X '!*.@(gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)' ee display ++complete -f -X '!*.@(gif|jp?(e)g|jp[2cfx]|j2k|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|JP[2CFX]|J2K|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)' ee display diff --git a/bash-completion.spec b/bash-completion.spec index 8a805a1..bf2c4b7 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -1,6 +1,6 @@ Name: bash-completion Version: 20060301 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Programmable completion for Bash Group: System Environment/Shells @@ -13,6 +13,7 @@ Source4: %{name}-plague-client Patch0: %{name}-20060301-scp-apos-217178.patch Patch1: %{name}-20060301-debian.patch Patch2: %{name}-20060301-perl-299571.patch +Patch3: %{name}-20060301-jpeg2000-304771.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -28,6 +29,7 @@ of the programmable completion feature of bash 2. %patch0 %patch1 %patch2 +%patch3 f=Changelog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f install -pm 644 %{SOURCE2} contrib/mock install -pm 644 %{SOURCE3} contrib/plague-client @@ -184,6 +186,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Nov 16 2007 Ville Skyttä - 20060301-7 +- Add JPEG2000 extensions for display(1) (#304771). + * Sat Sep 22 2007 Ville Skyttä - 20060301-6 - Patch to improve perl completion (#299571, Jim Radford, http://use.perl.org/~Alias/journal/33508).