From 41d842317c34eff1564ad864ceb25ab2bb478a9e1405ede7528884e48d1548cb Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Nov 2008 13:15:45 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oprofile?expand=0&rev=12 --- oprofile-0.9.4.diff | 12 ++++++++++++ oprofile.changes | 5 +++++ oprofile.spec | 4 +++- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/oprofile-0.9.4.diff b/oprofile-0.9.4.diff index d569503..e868b4c 100644 --- a/oprofile-0.9.4.diff +++ b/oprofile-0.9.4.diff @@ -93,6 +93,18 @@ if (fd < 0) return false; close(fd); +--- libutil++/op_spu_bfd.cpp ++++ libutil++/op_spu_bfd.cpp +@@ -45,7 +45,8 @@ op_bfd::op_bfd(uint64_t spu_offset, stri + archive_path(extra_images.get_archive_path()), + extra_found_images(extra_images), + file_size(-1), +- embedding_filename(fname) ++ embedding_filename(fname), ++ anon_obj(false) + { + int fd; + struct stat st; --- m4/binutils.m4 +++ m4/binutils.m4 @@ -8,11 +8,12 @@ AC_CHECK_FUNCS(xcalloc) diff --git a/oprofile.changes b/oprofile.changes index c32c580..0ecb6d7 100644 --- a/oprofile.changes +++ b/oprofile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 29 10:34:33 CET 2008 - schwab@suse.de + +- Fix uninitialized variable. + ------------------------------------------------------------------- Thu Oct 23 17:06:54 CEST 2008 - schwab@suse.de diff --git a/oprofile.spec b/oprofile.spec index ec4f579..da28a3e 100644 --- a/oprofile.spec +++ b/oprofile.spec @@ -25,7 +25,7 @@ Group: Development/Tools/Other AutoReqProv: on PreReq: /usr/sbin/groupadd /usr/sbin/useradd Version: 0.9.4 -Release: 47 +Release: 48 Summary: System-Wide Profiler for Linux Systems BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: %{name}-%{version}.tar.gz @@ -146,6 +146,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libopagent.so %changelog +* Wed Oct 29 2008 schwab@suse.de +- Fix uninitialized variable. * Thu Oct 23 2008 schwab@suse.de - Ignore section symbols. * Tue Oct 21 2008 schwab@suse.de