rpms/gdb/devel gdb.spec,1.182,1.183

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


Author: aoliva

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

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/devel/gdb.spec,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- gdb.spec	27 May 2006 07:34:28 -0000	1.182
+++ gdb.spec	31 May 2006 07:15:55 -0000	1.183
@@ -11,7 +11,7 @@
 Version: 6.3.0.0
 
 # The release always contains a leading reserved number, start it at 0.
-Release: 1.130.FC6
+Release: 1.131.FC6
 
 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