diff --git a/bash.spec b/bash.spec index bf6434e..2274014 100644 --- a/bash.spec +++ b/bash.spec @@ -1,7 +1,7 @@ Version: 3.2 Name: bash Summary: The GNU Bourne Again shell (bash) version %{version} -Release: 23%{?dist} +Release: 24%{?dist} Group: System Environment/Shells License: GPLv2+ Url: http://www.gnu.org/software/bash @@ -144,8 +144,8 @@ echo %{release} > _patchlevel %build autoconf %configure --with-bash-malloc=no --with-afs -make "CPPFLAGS=-D_GNU_SOURCE `getconf LFS_CFLAGS`" - +#make "CPPFLAGS=-D_GNU_SOURCE `getconf LFS_CFLAGS`" +make "CPPFLAGS=-DUSE_POSIX_GLOB_LIBRARY -D_GNU_SOURCE `getconf LFS_CFLAGS`" %check make check @@ -278,7 +278,10 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog -* Thu May 22 2008 Roman Rakus +* Wed May 28 2008 Roman Rakus - 3.2-24 +- #217359 - use posix glob library + +* Thu May 22 2008 Roman Rakus - 3.2-23 - #446420 - COMP_WORDBREAKS settings now works * Fri Feb 29 2008 Tomas Janousek - 3.2-22