rpms/bash-completion/FC-4 .cvsignore, 1.9, 1.10 bash-completion.spec, 1.12, 1.13 sources, 1.9, 1.10 bash-completion-20050721-bash31quoting.patch, 1.1, NONE bash-completion-20050721-cvs-stat.patch, 1.1, NONE bash-completion-20050721-mtr.patch, 1.1

DebianTux23 wieseltux23 at gmail.com
Wed Mar 8 21:37:30 UTC 2006


*www.wolfspakt.de/spiel.php?id=7358*

On 3/8/06, scop Ville Skytta <fedora-extras-commits at redhat.com> wrote:
>
> Author: scop
>
> Update of /cvs/extras/rpms/bash-completion/FC-4
> In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26458
>
> Modified Files:
>         .cvsignore bash-completion.spec sources
> Removed Files:
>         bash-completion-20050721-bash31quoting.patch
>         bash-completion-20050721-cvs-stat.patch
>         bash-completion-20050721-mtr.patch bash-completion.profile
> Log Message:
> * Thu Mar  2 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060301-1
> - 20060301, patches and profile.d scriptlet applied/included upstream.
> - Convert docs to UTF-8.
>
>
>
> Index: .cvsignore
> ===================================================================
> RCS file: /cvs/extras/rpms/bash-completion/FC-4/.cvsignore,v
> retrieving revision 1.9
> retrieving revision 1.10
> diff -u -r1.9 -r1.10
> --- .cvsignore  22 Jul 2005 06:51:53 -0000      1.9
> +++ .cvsignore  8 Mar 2006 21:34:56 -0000       1.10
> @@ -1 +1 @@
> -bash-completion-20050721.tar.bz2
> +bash-completion-20060301.tar.bz2
>
>
> Index: bash-completion.spec
> ===================================================================
> RCS file: /cvs/extras/rpms/bash-completion/FC-4/bash-completion.spec,v
> retrieving revision 1.12
> retrieving revision 1.13
> diff -u -r1.12 -r1.13
> --- bash-completion.spec        11 Feb 2006 09:57:44 -0000      1.12
> +++ bash-completion.spec        8 Mar 2006 21:34:57 -0000       1.13
> @@ -1,19 +1,15 @@
> Name:           bash-completion
> -Version:        20050721
> -Release:        4%{?dist}
> +Version:        20060301
> +Release:        1%{?dist}
> Summary:        Programmable completion for Bash
>
> Group:          System Environment/Shells
> License:        GPL
> URL:            http://www.caliban.org/bash/
> Source0:
> http://www.caliban.org/files/bash/%{name}-%{version}.tar.bz2
> -Source1:        %{name}.profile
> Source2:        %{name}-mock
> Source3:        %{name}-repomanage
> Source4:        %{name}-plague-client
> -Patch0:         %{name}-20050721-cvs-stat.patch
> -Patch1:         %{name}-20050721-bash31quoting.patch
> -Patch2:         %{name}-20050721-mtr.patch
> BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u}
> -n)
>
> BuildArch:      noarch
> @@ -26,9 +22,7 @@
>
> %prep
> %setup -q -n bash_completion
> -%patch0
> -%patch1 -p1
> -%patch2
> +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
> install -pm 644 %{SOURCE3} contrib/repomanage
> @@ -41,8 +35,7 @@
> rm -rf $RPM_BUILD_ROOT %{name}-ghosts.list
> install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
> install -pm 644 bash_completion $RPM_BUILD_ROOT%{_sysconfdir}
> -install -pm 644 %{SOURCE1} \
> -  $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/bash_completion.sh
> +install -pm 644 bash_completion.sh
> $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
> install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
> install -pm 644 contrib/* $RPM_BUILD_ROOT%{_datadir}/%{name}
> install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
> @@ -81,7 +74,6 @@
> %bashcomp_trigger ruby-ri ri
> %bashcomp_trigger sbcl
> %bashcomp_trigger snownews
> -%bashcomp_trigger subversion
> %bashcomp_trigger unace
> %bashcomp_trigger unixODBC isql
> %bashcomp_trigger unrar
> @@ -98,6 +90,10 @@
>
>
> %changelog
> +* Thu Mar  2 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060301-1
> +- 20060301, patches and profile.d scriptlet applied/included upstream.
> +- Convert docs to UTF-8.
> +
> * Wed Feb  8 2006 Ville Skyttä <ville.skytta at iki.fi> - 20050721-4
> - Don't source ourselves in non-interactive shells (#180419, Behdad
> Esfahbod).
> - Trigger-install snippets for clisp, gnatmake, isql, ri, sbcl, and
> snownews.
>
>
> Index: sources
> ===================================================================
> RCS file: /cvs/extras/rpms/bash-completion/FC-4/sources,v
> retrieving revision 1.9
> retrieving revision 1.10
> diff -u -r1.9 -r1.10
> --- sources     22 Jul 2005 06:51:53 -0000      1.9
> +++ sources     8 Mar 2006 21:34:57 -0000       1.10
> @@ -1 +1 @@
> -4de9f0dee0663f08b5e24f64490e642e  bash-completion-20050721.tar.bz2
> +ed95a89f57357a42b8e4eb95487bf9d0  bash-completion-20060301.tar.bz2
>
>
> --- bash-completion-20050721-bash31quoting.patch DELETED ---
>
>
> --- bash-completion-20050721-cvs-stat.patch DELETED ---
>
>
> --- bash-completion-20050721-mtr.patch DELETED ---
>
>
> --- bash-completion.profile DELETED ---
>
> --
> fedora-extras-commits mailing list
> fedora-extras-commits at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-extras-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-extras-list/attachments/20060308/258ba52c/attachment.htm>


More information about the fedora-extras-list mailing list