Author: glen                         Date: Fri Feb 18 10:37:06 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ifcfg arg parsing fixed
- just in case escape % marks when creating shrc file
- rel 2; STBR

---- Files affected:
SPECS:
   bash-completion.spec (1.114 -> 1.115) 

---- Diffs:

================================================================
Index: SPECS/bash-completion.spec
diff -u SPECS/bash-completion.spec:1.114 SPECS/bash-completion.spec:1.115
--- SPECS/bash-completion.spec:1.114    Sun Jan 23 22:59:15 2005
+++ SPECS/bash-completion.spec  Fri Feb 18 11:37:01 2005
@@ -3,13 +3,14 @@
 Summary(pl):   Programowalne uzupełnianie nazw dla basha
 Name:          bash-completion
 Version:       20050121
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Shells
 Source0:       http://www.caliban.org/files/bash/%{name}-%{version}.tar.bz2
 # Source0-md5: fafeed562b01a8dee079eb851579f2d2
 Source1:       %{name}.cron
 Patch0:                %{name}-FHS.patch
+Patch1:                %{name}-ifcfg.patch
 URL:           http://www.caliban.org/bash/
 Requires(triggerpostun):       sed >= 4.0
 BuildArch:     noarch
@@ -41,6 +42,7 @@
 %prep
 %setup -q -n bash_completion
 %patch0 -p1
+%patch1 -p2
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -60,7 +62,7 @@
 [ -z "$BASH_VERSION" ] && return
 
 # check for correct version of bash
-bash=${BASH_VERSION%.*}; bmajor=${bash%.*}; bminor=${bash#*.}
+bash=${BASH_VERSION%%.*}; bmajor=${bash%%.*}; bminor=${bash#*.}
 if [ "$bmajor" -eq 2 -a "$bminor" '>' 04 ] || [ "$bmajor" -gt 2 ]; then
        if [ "$PS1" ]; then # interactive shell
                # Source completion code
@@ -97,6 +99,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.115  2005/02/18 10:37:01  glen
+- ifcfg arg parsing fixed
+- just in case escape % marks when creating shrc file
+- rel 2; STBR
+
 Revision 1.114  2005/01/23 21:59:15  glen
 - 20050121
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bash-completion.spec?r1=1.114&r2=1.115&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to