rpms/gdb/devel .cvsignore, 1.25, 1.26 gdb-6.8-watchpoint-inaccessible-memory.patch, 1.1, 1.2 gdb.spec, 1.274, 1.275 sources, 1.24, 1.25

Jan Kratochvil (jkratoch) fedora-extras-commits at redhat.com
Fri Mar 28 09:33:17 UTC 2008


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17135

Modified Files:
	.cvsignore gdb-6.8-watchpoint-inaccessible-memory.patch 
	gdb.spec sources 
Log Message:
* Fri Mar 28 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8-1
- Upgrade to the latest upstream final release gdb-6.8.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore	3 Mar 2008 16:13:47 -0000	1.25
+++ .cvsignore	28 Mar 2008 09:32:36 -0000	1.26
@@ -1 +1 @@
-gdb-6.7.50.20080227.tar.bz2
+gdb-6.8.tar.bz2

gdb-6.8-watchpoint-inaccessible-memory.patch:

Index: gdb-6.8-watchpoint-inaccessible-memory.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb-6.8-watchpoint-inaccessible-memory.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdb-6.8-watchpoint-inaccessible-memory.patch	3 Mar 2008 16:13:47 -0000	1.1
+++ gdb-6.8-watchpoint-inaccessible-memory.patch	28 Mar 2008 09:32:36 -0000	1.2
@@ -25,7 +25,7 @@
 	* gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
 	(test_inaccessible_watchpoint): New.
 
-[ Backported for GDB-6.8pre.  ]
+[ Backported for GDB-6.8.  ]
 
 It fixes the regression since GDB-6.7.1rh on x86_64 -m64 -fPIE/-pie:
 	-PASS: gdb.base/watchpoint.exp: run to marker1 in test_simple_watchpoint
@@ -41,7 +41,7 @@
 +* Watchpoints can now be set on unreadable memory locations, e.g. addresses
 +which will be allocated using malloc later in program execution.
 +
- *** Changes since GDB 6.7
+ *** Changes in GDB 6.8
  
  * New native configurations
 diff -u -X /home/jkratoch/.diffi.list -rup gdb-6.7.50.20080227-orig/gdb/breakpoint.c gdb-6.7.50.20080227-dynwatch/gdb/breakpoint.c


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -r1.274 -r1.275
--- gdb.spec	10 Mar 2008 10:05:44 -0000	1.274
+++ gdb.spec	28 Mar 2008 09:32:36 -0000	1.275
@@ -9,15 +9,15 @@
 # Set version to contents of gdb/version.in.
 # NOTE: the FSF gdb versions are numbered N.M for official releases, like 6.3 
 # and, since January 2005, X.Y.Z.date for daily snapshots, like 6.3.50.20050112 # (daily snapshot from mailine), or 6.3.0.20040112 (head of the release branch).
-Version: 6.7.50.20080227
+Version: 6.8
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 3%{?_with_upstream:.upstream}%{?dist}
+Release: 1%{?_with_upstream:.upstream}%{?dist}
 
 License: GPL
 Group: Development/Debuggers
-Source: ftp://sourceware.org/pub/gdb/snapshots/current/gdb-6.7.50.20080227.tar.bz2
+Source: ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.bz2
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 URL: http://gnu.org/software/gdb/
 
@@ -741,6 +741,9 @@
 %{_mandir}/*/gdbserver.1*
 
 %changelog
+* Fri Mar 28 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8-1
+- Upgrade to the latest upstream final release gdb-6.8.
+
 * Mon Mar 10 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.7.50.20080227-3
 - build-id warnings integrated more with rpm and the lists of the warnings got
   replaced usually by a single-line `debuginfo-install' advice.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	3 Mar 2008 16:13:47 -0000	1.24
+++ sources	28 Mar 2008 09:32:36 -0000	1.25
@@ -1 +1 @@
-79c01091740eda9b2ecf4981b603c477  gdb-6.7.50.20080227.tar.bz2
+c9da266b884fb8fa54df786dfaadbc7a  gdb-6.8.tar.bz2




More information about the fedora-extras-commits mailing list