SPECS: bash.spec - updated to 3.2.003
glen
glen at pld-linux.org
Wed Nov 1 23:22:55 CET 2006
Author: glen Date: Wed Nov 1 22:22:55 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 3.2.003
---- Files affected:
SPECS:
bash.spec (1.166 -> 1.167)
---- Diffs:
================================================================
Index: SPECS/bash.spec
diff -u SPECS/bash.spec:1.166 SPECS/bash.spec:1.167
--- SPECS/bash.spec:1.166 Wed Nov 1 22:30:56 2006
+++ SPECS/bash.spec Wed Nov 1 23:22:50 2006
@@ -1,8 +1,5 @@
# $Revision$, $Date$
# TODO:
-# - patch 001 (ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-001)
-# - patch 002 (ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-002 ; replaces -po.patch)
-# - patch 003 (ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-003)
# - broken octal mode in echo if first digit is non-zero (e.g. \137, breaks mc on dirs containing '_')
#
# Conditional build:
@@ -11,14 +8,13 @@
%bcond_without tests # do not perform "make test"
##
%define _ver 3.2
-%define _patchlevel 000
+%define _patchlevel 003
#
Summary: GNU Bourne Again Shell (bash)
Summary(fr): Le shell Bourne Again de GNU
Summary(pl): Powłoka GNU Bourne Again Shell (bash)
Name: bash
-Version: %{_ver}
-#.%{_patchlevel}
+Version: %{_ver}.%{_patchlevel}
Release: 1%{?with_bash_history:inv}
License: GPL
Group: Applications/Shells
@@ -39,8 +35,10 @@
Patch6: %{name}-compat.patch
Patch8: %{name}-sighup.patch
Patch9: %{name}-backup_history.patch
-Patch10: %{name}-po.patch
-Patch11: %{name}-act_like_sh.patch
+Patch10: %{name}-act_like_sh.patch
+Patch1001: ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-001
+Patch1002: ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-002
+Patch1003: ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-003
URL: http://www.gnu.org/software/bash/
BuildRequires: autoconf
BuildRequires: automake
@@ -187,6 +185,9 @@
%prep
%setup -q -n %{name}-%{_ver} -a5
+%patch1001 -p0
+%patch1002 -p0
+%patch1003 -p0
%patch0 -p1
%patch1 -p1
%patch2 -p1
@@ -197,7 +198,6 @@
%patch8 -p1
%{?with_bash_history:%patch9 -p1}
%patch10 -p1
-%patch11 -p1
%build
cp -f /usr/share/automake/config.* support
@@ -338,6 +338,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.167 2006/11/01 22:22:50 glen
+- updated to 3.2.003
+
Revision 1.166 2006/11/01 21:30:56 qboosh
- more offical patches available now
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bash.spec?r1=1.166&r2=1.167&f=u
More information about the pld-cvs-commit
mailing list