rpms/bash/devel bash.spec,1.156,1.157

Roman Rakus (rrakus) fedora-extras-commits at redhat.com
Tue Jun 3 08:56:51 UTC 2008


Author: rrakus

Update of /cvs/extras/rpms/bash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20171

Modified Files:
	bash.spec 
Log Message:
#449512 - reverting back, don't use posix globbing


Index: bash.spec
===================================================================
RCS file: /cvs/extras/rpms/bash/devel/bash.spec,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- bash.spec	29 May 2008 13:13:02 -0000	1.156
+++ bash.spec	3 Jun 2008 08:56:10 -0000	1.157
@@ -1,7 +1,7 @@
 Version: 3.2
 Name: bash
 Summary: The GNU Bourne Again shell (bash) version %{version}
-Release: 24%{?dist}
+Release: 25%{?dist}
 Group: System Environment/Shells
 License: GPLv2+
 Url: http://www.gnu.org/software/bash
@@ -144,8 +144,8 @@
 %build
 autoconf
 %configure --with-bash-malloc=no --with-afs
-#make "CPPFLAGS=-D_GNU_SOURCE `getconf LFS_CFLAGS`"
-make "CPPFLAGS=-DUSE_POSIX_GLOB_LIBRARY -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,10 +278,13 @@
 %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
-* Wed May 28 2008 Roman Rakus <rrakus at redhat.cz> - 3.2-24
+* Tue Jun  3 2008 Roman Rakus <rrakus at redhat.com> - 3.2-25
+- #449512 - reverting back last change - don't use glob library
+
+* Wed May 28 2008 Roman Rakus <rrakus at redhat.com> - 3.2-24
 - #217359 - use posix glob library
 
-* Thu May 22 2008 Roman Rakus <rrakus at redhat.cz> - 3.2-23
+* Thu May 22 2008 Roman Rakus <rrakus at redhat.com> - 3.2-23
 - #446420 - COMP_WORDBREAKS settings now works
 
 * Fri Feb 29 2008 Tomas Janousek <tjanouse at redhat.com> - 3.2-22




More information about the fedora-extras-commits mailing list