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:
parent
a50bf09971
commit
677158dbc2
@ -3,28 +3,10 @@
|
|||||||
libutil++/bfd_support.cpp | 3 +++
|
libutil++/bfd_support.cpp | 3 +++
|
||||||
2 files changed, 5 insertions(+)
|
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
|
--- oprofile-0.9.6.orig/libutil++/bfd_support.cpp 2009-11-24 16:25:17.000000000 +0100
|
||||||
+++ b/agents/jvmpi/jvmpi_oprofile.cpp
|
+++ oprofile-0.9.6/libutil++/bfd_support.cpp 2010-02-03 16:59:58.000000000 +0100
|
||||||
@@ -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
|
|
||||||
@@ -370,6 +370,9 @@ bool interesting_symbol(asymbol * sym)
|
@@ -370,6 +370,9 @@ bool interesting_symbol(asymbol * sym)
|
||||||
if (!(sym->section->flags & SEC_LOAD))
|
if (!(sym->section->flags & SEC_LOAD))
|
||||||
return false;
|
return false;
|
||||||
|
@ -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
3
oprofile-0.9.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4ad252ccd06442e35a336b49984b183867ee621f6ea3fbd4f9d96e4f94fff9bc
|
||||||
|
size 959835
|
@ -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
|
Tue Aug 4 03:28:28 CEST 2009 - tonyj@novell.com
|
||||||
|
|
||||||
|
@ -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
|
# 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
|
||||||
@ -20,17 +20,18 @@
|
|||||||
Name: oprofile
|
Name: oprofile
|
||||||
BuildRequires: binutils-devel fdupes java2-devel-packages libxslt popt-devel qt3-devel update-desktop-files
|
BuildRequires: binutils-devel fdupes java2-devel-packages libxslt popt-devel qt3-devel update-desktop-files
|
||||||
Url: http://oprofile.sourceforge.net/
|
Url: http://oprofile.sourceforge.net/
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: Development/Tools/Other
|
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.5
|
Version: 0.9.6
|
||||||
Release: 2
|
Release: 1
|
||||||
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.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}.desktop
|
Source1: %{name}.desktop
|
||||||
Source2: %{name}.rpmlintrc
|
Source2: %{name}.rpmlintrc
|
||||||
|
Source3: baselibs.conf
|
||||||
Patch1: oprofile-0.9.5-buildfixes.diff
|
Patch1: oprofile-0.9.5-buildfixes.diff
|
||||||
Patch2: oprofile-0.9.4-fixes.diff
|
Patch2: oprofile-0.9.4-fixes.diff
|
||||||
|
|
||||||
@ -67,7 +68,7 @@ Authors:
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: System-Wide Profiler for Linux Systems
|
Summary: System-Wide Profiler for Linux Systems
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: GPL v2 or later ; LGPL v2.1 or later
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires: libopagent1 = %{version}-%{release} binutils-devel
|
Requires: libopagent1 = %{version}-%{release} binutils-devel
|
||||||
|
|
||||||
@ -105,7 +106,7 @@ Authors:
|
|||||||
%package -n libopagent1
|
%package -n libopagent1
|
||||||
Summary: System-Wide Profiler for Linux Systems
|
Summary: System-Wide Profiler for Linux Systems
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: GPL v2 or later ; LGPL v2.1 or later
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%description -n libopagent1
|
%description -n libopagent1
|
||||||
|
Loading…
Reference in New Issue
Block a user