rpms/gdb/F-12 .cvsignore, 1.45, 1.46 gdb.spec, 1.433, 1.434 sources, 1.44, 1.45 libstdc++-v3-python-common-prefix.patch, 1.1, NONE

Jan Kratochvil jkratoch at fedoraproject.org
Sun Apr 4 09:35:30 UTC 2010


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18497

Modified Files:
	.cvsignore gdb.spec sources 
Removed Files:
	libstdc++-v3-python-common-prefix.patch 
Log Message:
* Sun Apr  4 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.1-40.fc12
- Upgrade libstdc++ Python pretty printers to r155978 (Phil Muldoon, BZ 561541).



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-12/.cvsignore,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- .cvsignore	1 Jan 2010 19:07:40 -0000	1.45
+++ .cvsignore	4 Apr 2010 09:35:29 -0000	1.46
@@ -1,2 +1,2 @@
 gdb-7.0.1.tar.bz2
-libstdc++-v3-python-r151798.tar.bz2
+libstdc++-v3-python-r155978.tar.bz2


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb.spec,v
retrieving revision 1.433
retrieving revision 1.434
diff -u -p -r1.433 -r1.434
--- gdb.spec	3 Apr 2010 10:24:58 -0000	1.433
+++ gdb.spec	4 Apr 2010 09:35:29 -0000	1.434
@@ -36,7 +36,7 @@ Version: 7.0.1
 
 # 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: 39%{?_with_upstream:.upstream}%{dist}
+Release: 40%{?_with_upstream:.upstream}%{dist}
 
 License: GPLv3+
 Group: Development/Debuggers
@@ -81,7 +81,7 @@ Source2: gdb-orphanripper.c
 Source3: gdb-gstack.man
 
 # libstdc++ pretty printers from GCC SVN HEAD (4.5 experimental).
-%define libstdcxxpython libstdc++-v3-python-r151798
+%define libstdcxxpython libstdc++-v3-python-r155978
 Source4: %{libstdcxxpython}.tar.bz2
 
 # Work around out-of-date dejagnu that does not have KFAIL
@@ -386,9 +386,6 @@ Patch360: gdb-6.8-bz457187-largefile-tes
 # Fix compatibility of --with-system-readline and readline-6.0+.
 Patch375: gdb-readline-6.0.patch
 
-# Fix python pretty printers lookup on x86_64.
-Patch376: libstdc++-v3-python-common-prefix.patch
-
 # New test for step-resume breakpoint placed in multiple threads at once.
 Patch381: gdb-simultaneous-step-resume-breakpoint-test.patch
 
@@ -733,7 +730,6 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc
 %patch352 -p1
 %patch360 -p1
 %patch375 -p1
-%patch376 -p1
 %patch381 -p1
 %patch382 -p1
 %ifnarch %{sparc}
@@ -1093,6 +1089,9 @@ fi
 %endif
 
 %changelog
+* Sun Apr  4 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.1-40.fc12
+- Upgrade libstdc++ Python pretty printers to r155978 (Phil Muldoon, BZ 561541).
+
 * Sat Apr  3 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.1-39.fc12
 - Fix dangling displays in separate debuginfo (BZ 574483).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-12/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- sources	1 Jan 2010 19:07:41 -0000	1.44
+++ sources	4 Apr 2010 09:35:29 -0000	1.45
@@ -1,2 +1,2 @@
 53ebade39bfdc1d06744e5188b6438b1  gdb-7.0.1.tar.bz2
-7507540c50a1edeb2fc22a37bc4a08b8  libstdc++-v3-python-r151798.tar.bz2
+04e5c4b1b9e633422cc48990fe61958d  libstdc++-v3-python-r155978.tar.bz2


--- libstdc++-v3-python-common-prefix.patch DELETED ---



More information about the scm-commits mailing list