rpms/bug-buddy/devel bug-buddy-gcc44.patch, NONE, 1.1 bug-buddy.spec, 1.115, 1.116

Matthias Clasen mclasen at fedoraproject.org
Thu Feb 26 21:49:48 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/bug-buddy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12797

Modified Files:
	bug-buddy.spec 
Added Files:
	bug-buddy-gcc44.patch 
Log Message:
fix the build


bug-buddy-gcc44.patch:

--- NEW FILE bug-buddy-gcc44.patch ---
diff -up bug-buddy-2.25.91/google-breakpad/src/processor/minidump_processor.cc.gcc44 bug-buddy-2.25.91/google-breakpad/src/processor/minidump_processor.cc
--- bug-buddy-2.25.91/google-breakpad/src/processor/minidump_processor.cc.gcc44	2009-02-26 16:41:59.893451302 -0500
+++ bug-buddy-2.25.91/google-breakpad/src/processor/minidump_processor.cc	2009-02-26 16:41:37.993662260 -0500
@@ -28,6 +28,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include <cassert>
+#include <cstdio>
 
 #include "google_breakpad/processor/minidump_processor.h"
 #include "google_breakpad/processor/call_stack.h"


Index: bug-buddy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bug-buddy/devel/bug-buddy.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- bug-buddy.spec	24 Feb 2009 06:01:14 -0000	1.115
+++ bug-buddy.spec	26 Feb 2009 21:49:18 -0000	1.116
@@ -6,7 +6,7 @@
 
 Name: bug-buddy
 Version: 2.25.91
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 1
 Summary: Crash reporting utility for the GNOME desktop
 License: GPLv2 and BSD
@@ -52,6 +52,9 @@
 Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
 Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=573318
+Patch0: bug-buddy-gcc44.patch
+
 %description
 Bug-buddy is a crash reporting utility for the GNOME desktop. 
 It can obtain a stack trace from a crashed application, determine 
@@ -60,6 +63,7 @@
 
 %prep
 %setup -q 
+%patch0 -p1 -b .gcc44
 
 %build
 %configure --disable-scrollkeeper
@@ -141,6 +145,9 @@
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Thu Feb 26 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.25.91-4
+- Fix the build with gcc 4.4
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:2.25.91-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list