SPECS: bash.spec - updated to 3.2 - dropped outdated pmake patch, ...

qboosh qboosh at pld-linux.org
Sun Oct 29 02:20:16 CEST 2006


Author: qboosh                       Date: Sun Oct 29 00:20:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 3.2
- dropped outdated pmake patch, removed bash31 patches, added po patch

---- Files affected:
SPECS:
   bash.spec (1.162 -> 1.163) 

---- Diffs:

================================================================
Index: SPECS/bash.spec
diff -u SPECS/bash.spec:1.162 SPECS/bash.spec:1.163
--- SPECS/bash.spec:1.162	Fri May 26 00:35:23 2006
+++ SPECS/bash.spec	Sun Oct 29 02:20:11 2006
@@ -4,20 +4,20 @@
 %bcond_without	static		# don't build static version
 %bcond_with	bash_history	# build with additional history in /var/log/bash_hist ;)
 ##
-%define		_ver		3.1
-%define		_patchlevel	017
-%define		_rel		1
+%define		_ver		3.2
+%define		_patchlevel	000
 #
 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}
-Release:	%{_rel}%{?with_bash_history:inv}
+Version:	%{_ver}
+#.%{_patchlevel}
+Release:	1%{?with_bash_history:inv}
 License:	GPL
 Group:		Applications/Shells
-Source0:	ftp://ftp.gnu.org/pub/gnu/bash/%{name}-%{_ver}.tar.gz
-# Source0-md5:	ef5304c4b22aaa5088972c792ed45d72
+Source0:	ftp://ftp.gnu.org/gnu/bash/%{name}-%{_ver}.tar.gz
+# Source0-md5:	00bfa16d58e034e3c2aa27f390390d30
 Source1:	%{name}rc
 Source2:	%{name}-skel-.%{name}_logout
 Source3:	%{name}-skel-.%{name}_profile
@@ -33,42 +33,25 @@
 Patch6:		%{name}-compat.patch
 Patch8:		%{name}-sighup.patch
 Patch9:		%{name}-backup_history.patch
-Patch10:	%{name}-pmake.patch
+Patch10:	%{name}-po.patch
 Patch11:	%{name}-act_like_sh.patch
-Patch101:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-001
-Patch102:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-002
-Patch103:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-003
-Patch104:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-004
-Patch105:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-005
-Patch106:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-006
-Patch107:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-007
-Patch108:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-008
-Patch109:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-009
-Patch110:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-010
-Patch111:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-011
-Patch112:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-012
-Patch113:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-013
-Patch114:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-014
-Patch115:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-015
-Patch116:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-016
-Patch117:	ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-017
 URL:		http://www.gnu.org/software/bash/
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	bison
 BuildRequires:	ncurses-devel >= 5.2
-BuildRequires:	readline-devel >= 5.1
+BuildRequires:	readline-devel >= 5.2
 BuildRequires:	texinfo
 %if %{with static}
 # Require static library only for static build
 BuildRequires:	glibc-static >= 2.2
 BuildRequires:	ncurses-static >= 5.2
-BuildRequires:	readline-static >= 5.1
+BuildRequires:	readline-static >= 5.2
 %endif
 Requires(post,preun):	grep
 Requires(preun):	fileutils
 Requires:	grep
-Requires:	readline >= 5.1
+Requires:	readline >= 5.2
 Requires:	setup >= 2.4.6-2
 Obsoletes:	bash-doc
 Obsoletes:	bash2
@@ -198,25 +181,6 @@
 
 %prep
 %setup -q -n %{name}-%{_ver} -a5
-# official patches
-%patch101 -p0
-%patch102 -p0
-%patch103 -p0
-%patch104 -p0
-%patch105 -p0
-%patch106 -p0
-%patch107 -p0
-%patch108 -p0
-%patch109 -p0
-%patch110 -p0
-%patch111 -p0
-%patch112 -p0
-%patch113 -p0
-%patch114 -p0
-%patch115 -p0
-%patch116 -p0
-%patch117 -p0
-
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -226,12 +190,12 @@
 %patch6 -p1
 %patch8 -p1
 %{?with_bash_history:%patch9 -p1}
-#%patch10 -p1	-- no longer needed?
+%patch10 -p1
 %patch11 -p1
 
 %build
-%{__autoconf}
 cp -f /usr/share/automake/config.* support
+%{__autoconf}
 for mode in %{?with_static:static} shared; do
 %configure \
 	--enable-alias \
@@ -366,6 +330,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.163  2006/10/29 00:20:11  qboosh
+- updated to 3.2
+- dropped outdated pmake patch, removed bash31 patches, added po patch
+
 Revision 1.162  2006/05/25 22:35:23  glen
 - 3.1 patchlevel 017
 
================================================================

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



More information about the pld-cvs-commit mailing list