From e5f941f719fa82a6a7d856d0d9a8b6685f47009bd8580bfabb6d73a905818d36 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 2 Mar 2009 00:39:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oprofile?expand=0&rev=15 --- oprofile-0.9.4.diff | 11 +++++++++++ oprofile.changes | 5 +++++ oprofile.spec | 6 ++++-- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/oprofile-0.9.4.diff b/oprofile-0.9.4.diff index f931808..803a670 100644 --- a/oprofile-0.9.4.diff +++ b/oprofile-0.9.4.diff @@ -230,3 +230,14 @@ if test -z "$tmp1" -o -z "$tmp2"; then echo "The specified file $FILE_IMAGE does not seem to be valid" >&2 +--- agents/jvmpi/jvmpi_oprofile.cpp 2009-03-01 16:07:09.000000000 +0000 ++++ agents/jvmpi/jvmpi_oprofile.cpp 2009-03-01 16:11:37.000000000 +0000 +@@ -11,6 +11,7 @@ + * + */ + ++#include + #include + #include + #include + diff --git a/oprofile.changes b/oprofile.changes index 18f2ed6..210c1d1 100644 --- a/oprofile.changes +++ b/oprofile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 1 17:17:56 CET 2009 - coolo@suse.de + +- fix compilation with gcc 4.4 + ------------------------------------------------------------------- Thu Nov 20 17:50:40 CET 2008 - schwab@suse.de diff --git a/oprofile.spec b/oprofile.spec index 0884fdb..682300c 100644 --- a/oprofile.spec +++ b/oprofile.spec @@ -1,7 +1,7 @@ # # spec file for package oprofile (Version 0.9.4) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Group: Development/Tools/Other AutoReqProv: on PreReq: /usr/sbin/groupadd /usr/sbin/useradd Version: 0.9.4 -Release: 50 +Release: 52 Summary: System-Wide Profiler for Linux Systems BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: %{name}-%{version}.tar.gz @@ -150,6 +150,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libopagent.so %changelog +* Sun Mar 01 2009 coolo@suse.de +- fix compilation with gcc 4.4 * Thu Nov 20 2008 schwab@suse.de - Properly handle SPE overlays. * Wed Nov 19 2008 schwab@suse.de