Accepting request 31696 from devel:tools

Copy from devel:tools/oprofile based on submit request 31696 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/31696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oprofile?expand=0&rev=20
This commit is contained in:
OBS User autobuild 2010-02-09 21:42:00 +00:00 committed by Git OBS Bridge
parent a50bf09971
commit 677158dbc2
5 changed files with 27 additions and 31 deletions

View File

@ -3,28 +3,10 @@
libutil++/bfd_support.cpp | 3 +++
2 files changed, 5 insertions(+)
Index: b/agents/jvmpi/jvmpi_oprofile.cpp
Index: oprofile-0.9.6/libutil++/bfd_support.cpp
===================================================================
--- a/agents/jvmpi/jvmpi_oprofile.cpp
+++ b/agents/jvmpi/jvmpi_oprofile.cpp
@@ -24,11 +24,13 @@
*
*/
+#include <inttypes.h>
#include <iostream>
#include <map>
#include <string>
#include <stdexcept>
#include <cerrno>
+#include <cstring>
extern "C" {
#include <jvmpi.h>
Index: b/libutil++/bfd_support.cpp
===================================================================
--- a/libutil++/bfd_support.cpp
+++ b/libutil++/bfd_support.cpp
--- oprofile-0.9.6.orig/libutil++/bfd_support.cpp 2009-11-24 16:25:17.000000000 +0100
+++ oprofile-0.9.6/libutil++/bfd_support.cpp 2010-02-03 16:59:58.000000000 +0100
@@ -370,6 +370,9 @@ bool interesting_symbol(asymbol * sym)
if (!(sym->section->flags & SEC_LOAD))
return false;

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e78bfe99b9e04d68b9600c9c09af732144da2855e0a6d0aecf992799db11c000
size 957451

3
oprofile-0.9.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ad252ccd06442e35a336b49984b183867ee621f6ea3fbd4f9d96e4f94fff9bc
size 959835

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Feb 3 17:00:54 CET 2010 - rguenther@suse.de
- Update to 0.9.6. Fixes
* opcontrol cannot start daemon in timer mode
* Improper handling of separate debuginfo files
* XML callgraph output has no symbol-level sample counts
-------------------------------------------------------------------
Mon Feb 1 12:14:05 UTC 2010 - jengelh@medozas.de
- Package baselibs.conf
-------------------------------------------------------------------
Tue Aug 4 03:28:28 CEST 2009 - tonyj@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package oprofile (Version 0.9.5)
# spec file for package oprofile (Version 0.9.6)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@ -20,17 +20,18 @@
Name: oprofile
BuildRequires: binutils-devel fdupes java2-devel-packages libxslt popt-devel qt3-devel update-desktop-files
Url: http://oprofile.sourceforge.net/
License: GPL v2 or later
License: GPLv2+
Group: Development/Tools/Other
AutoReqProv: on
PreReq: /usr/sbin/groupadd /usr/sbin/useradd
Version: 0.9.5
Release: 2
Version: 0.9.6
Release: 1
Summary: System-Wide Profiler for Linux Systems
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.bz2
Source1: %{name}.desktop
Source2: %{name}.rpmlintrc
Source3: baselibs.conf
Patch1: oprofile-0.9.5-buildfixes.diff
Patch2: oprofile-0.9.4-fixes.diff
@ -67,7 +68,7 @@ Authors:
%package devel
Summary: System-Wide Profiler for Linux Systems
Group: Development/Libraries/C and C++
License: GPL v2 or later ; LGPL v2.1 or later
License: GPLv2+ ; LGPLv2.1+
AutoReqProv: on
Requires: libopagent1 = %{version}-%{release} binutils-devel
@ -105,7 +106,7 @@ Authors:
%package -n libopagent1
Summary: System-Wide Profiler for Linux Systems
Group: Development/Libraries/C and C++
License: GPL v2 or later ; LGPL v2.1 or later
License: GPLv2+ ; LGPLv2.1+
AutoReqProv: on
%description -n libopagent1