rpms/gdb/F-7 gdb-6.6-upstream.patch,1.6,1.7 gdb.spec,1.232,1.233

Jan Kratochvil (jkratoch) fedora-extras-commits at redhat.com
Tue Oct 16 15:00:54 UTC 2007


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13848

Modified Files:
	gdb-6.6-upstream.patch gdb.spec 
Log Message:
* Mon Oct 15 2007 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.6-16
- Fix the build compatibility with texinfo >= 4.10.


gdb-6.6-upstream.patch:

Index: gdb-6.6-upstream.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-7/gdb-6.6-upstream.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gdb-6.6-upstream.patch	5 Jun 2007 17:07:00 -0000	1.6
+++ gdb-6.6-upstream.patch	16 Oct 2007 15:00:51 -0000	1.7
@@ -882,3 +882,33 @@
                }
  	      break;
  	    case DW_LNS_set_column:
+
+
+
+2007-09-15  Alan Modra  <amodra at bigpond.net.au>
+
+	* configure.ac: Correct makeinfo version check.
+	* configure: Regenerate.
+
+#--- ./configure.ac	14 Sep 2007 14:51:36 -0000	1.25
+#+++ ./configure.ac	14 Sep 2007 15:47:01 -0000	1.26
+#@@ -2462,7 +2462,7 @@ changequote(,)
+#     # For an installed makeinfo, we require it to be from texinfo 4.4 or
+#     # higher, else we use the "missing" dummy.
+#     if ${MAKEINFO} --version \
+#-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
+#+       | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+#       :
+#     else
+#       MAKEINFO="$MISSING makeinfo"
+--- ./configure	14 Sep 2007 14:51:36 -0000	1.277
++++ ./configure	14 Sep 2007 15:47:01 -0000	1.278
+@@ -6192,7 +6192,7 @@ case " $build_configdirs " in
+     # For an installed makeinfo, we require it to be from texinfo 4.4 or
+     # higher, else we use the "missing" dummy.
+     if ${MAKEINFO} --version \
+-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
++       | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+       :
+     else
+       MAKEINFO="$MISSING makeinfo"


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-7/gdb.spec,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- gdb.spec	5 Jun 2007 17:07:00 -0000	1.232
+++ gdb.spec	16 Oct 2007 15:00:51 -0000	1.233
@@ -11,7 +11,7 @@
 Version: 6.6
 
 # The release always contains a leading reserved number, start it at 1.
-Release: 15%{?dist}
+Release: 16%{?dist}
 
 License: GPL
 Group: Development/Debuggers
@@ -637,6 +637,9 @@
 # don't include the files in include, they are part of binutils
 
 %changelog
+* Mon Oct 15 2007 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.6-16
+- Fix the build compatibility with texinfo >= 4.10.
+
 * Tue Jun  5 2007 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.6-15
 - Fix crash on missing filenames debug info (BZ 242155).
 




More information about the fedora-extras-commits mailing list