This commit is contained in:
parent
ee26cd2dc7
commit
e5f941f719
@ -230,3 +230,14 @@
|
|||||||
|
|
||||||
if test -z "$tmp1" -o -z "$tmp2"; then
|
if test -z "$tmp1" -o -z "$tmp2"; then
|
||||||
echo "The specified file $FILE_IMAGE does not seem to be valid" >&2
|
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 <inttypes.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <map>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
@ -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
|
Thu Nov 20 17:50:40 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package oprofile (Version 0.9.4)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@ Group: Development/Tools/Other
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: /usr/sbin/groupadd /usr/sbin/useradd
|
PreReq: /usr/sbin/groupadd /usr/sbin/useradd
|
||||||
Version: 0.9.4
|
Version: 0.9.4
|
||||||
Release: 50
|
Release: 52
|
||||||
Summary: System-Wide Profiler for Linux Systems
|
Summary: System-Wide Profiler for Linux Systems
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
@ -150,6 +150,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libopagent.so
|
%{_libdir}/libopagent.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 01 2009 coolo@suse.de
|
||||||
|
- fix compilation with gcc 4.4
|
||||||
* Thu Nov 20 2008 schwab@suse.de
|
* Thu Nov 20 2008 schwab@suse.de
|
||||||
- Properly handle SPE overlays.
|
- Properly handle SPE overlays.
|
||||||
* Wed Nov 19 2008 schwab@suse.de
|
* Wed Nov 19 2008 schwab@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user