rpms/gdb/FC-4 gdb.spec,1.179,1.180

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 31 07:15:57 UTC 2006


Author: aoliva

Update of /cvs/dist/rpms/gdb/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv12726/FC-4

Modified Files:
	gdb.spec 
Log Message:
* Wed May 31 2006 Alexandre Oliva <aoliva at redhat.com> - 6.3.0.0-1.131
- Require gettext at build time.  (BZ193366)



Index: gdb.spec
===================================================================
RCS file: /cvs/dist/rpms/gdb/FC-4/gdb.spec,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- gdb.spec	27 May 2006 07:34:30 -0000	1.179
+++ gdb.spec	31 May 2006 07:15:54 -0000	1.180
@@ -11,7 +11,7 @@
 Version: 6.3.0.0
 
 # The release always contains a leading reserved number, start it at 0.
-Release: 1.130.FC4
+Release: 1.131.FC4
 
 License: GPL
 Group: Development/Debuggers
@@ -288,13 +288,10 @@
 # corrupted or missing PATH.
 Patch178: gdb-6.3-gstack-without-path-20060414.patch
 
-%ifarch ia64
-BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu libunwind >= 0.96-3
-%else
-BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu
-%endif
+BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu gettext
 
 %ifarch ia64
+BuildRequires: libunwind >= 0.96-3
 Requires: libunwind >= 0.96-3
 %endif
  
@@ -566,6 +563,9 @@
 # don't include the files in include, they are part of binutils
 
 %changelog
+* Wed May 31 2006 Alexandre Oliva <aoliva at redhat.com> - 6.3.0.0-1.131
+- Require gettext at build time.  (BZ193366)
+
 * Sat May 27 2006 Alexandre Oliva <aoliva at redhat.com> - 6.3.0.0-1.130
 - Rewrite patch for BZ 175270, BZ 175083 so as to catch the exception
 earlier.




More information about the fedora-cvs-commits mailing list