Hello community,

here is the log from the commit of package memprof for openSUSE:Factory checked 
in at 2012-11-19 07:06:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/memprof (Old)
 and      /work/SRC/openSUSE:Factory/.memprof.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "memprof", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/memprof/memprof.changes  2012-09-25 
14:17:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.memprof.new/memprof.changes     2012-11-19 
07:06:36.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 15 14:05:21 UTC 2012 - dims...@opensuse.org
+
+- Add memprof-bfd-headers.patch: binutils newly forces the
+  inclusion of config.h.
+
+-------------------------------------------------------------------

New:
----
  memprof-bfd-headers.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ memprof.spec ++++++
--- /var/tmp/diff_new_pack.bh6WhB/_old  2012-11-19 07:06:37.000000000 +0100
+++ /var/tmp/diff_new_pack.bh6WhB/_new  2012-11-19 07:06:37.000000000 +0100
@@ -24,6 +24,8 @@
 Group:          Development/Tools/Debuggers
 Url:            http://www.gnome.org/projects/memprof/
 Source:         %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM memprof-bfd-headers.patch bgo#688398 dmis...@opensuse.org 
-- Fix new binutils requirement to include config.h
+Patch2:         memprof-bfd-headers.patch
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch3:         memprof-0.5.1-desktop.patch
 # PATCH-FIX-UPSTREAM memprof-arch-neutral.patch bgo#663253 r...@wi.rr.com -- 
Fix build on different archs than x86_64 and i586.
@@ -50,6 +52,7 @@
 translation-update-upstream
 %patch3
 %patch4 -p1
+%patch2 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing" CXXFLAGS="%{optflags} 
-fno-strict-aliasing"

++++++ memprof-bfd-headers.patch ++++++
>From cadd5f72c61e3fe974b20a44316feb22d31f0533 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dims...@opensuse.org>
Date: Thu, 15 Nov 2012 14:58:50 +0100
Subject: [PATCH] include config.h

As per binutils, we are FORCED to include config.h when we want
to make use of bfd.h

See http://sourceware.org/bugzilla/show_bug.cgi?id=14243
---
 src/memprof.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/memprof.h b/src/memprof.h
index 9d04a1a..9fc7cf0 100644
--- a/src/memprof.h
+++ b/src/memprof.h
@@ -20,6 +20,7 @@
  */
 /*====*/
 
+#include "config.h"
 #include <glib.h>
 #include <gtk/gtkwidget.h>
 #include <stdio.h>
-- 
1.7.10.4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to