OBS User unknown 2007-10-16 16:23:47 +00:00 committed by Git OBS Bridge
parent b6d8cb32be
commit 22a622e1d0
3 changed files with 1080 additions and 1 deletions

1070
970mp-events.diff Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 16 16:50:06 CEST 2007 - schwab@suse.de
- Fix event mapping on 970MP [#333487].
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 11 15:24:20 CEST 2007 - schwab@suse.de Thu Oct 11 15:24:20 CEST 2007 - schwab@suse.de

View File

@ -17,12 +17,13 @@ License: GPL v2 or later
Group: Development/Tools/Other Group: Development/Tools/Other
AutoReqProv: on AutoReqProv: on
Version: 0.9.3 Version: 0.9.3
Release: 28 Release: 31
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
Source1: %{name}.desktop Source1: %{name}.desktop
Patch: %{name}-%{version}.diff Patch: %{name}-%{version}.diff
Patch1: 970mp-events.diff
%description %description
OProfile is a system-wide profiler for Linux systems, capable of OProfile is a system-wide profiler for Linux systems, capable of
@ -57,6 +58,7 @@ Authors:
%prep %prep
%setup -q %setup -q
%patch %patch
%patch1 -p1
%build %build
./configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ ./configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
@ -81,6 +83,8 @@ rm -rf $RPM_BUILD_ROOT
%doc doc/oprofile.html doc/internals.html doc/opreport.xsd %doc doc/oprofile.html doc/internals.html doc/opreport.xsd
%doc COPYING README TODO ChangeLog %doc COPYING README TODO ChangeLog
%changelog %changelog
* Tue Oct 16 2007 - schwab@suse.de
- Fix event mapping on 970MP [#333487].
* Thu Oct 11 2007 - schwab@suse.de * Thu Oct 11 2007 - schwab@suse.de
- Fix missing includes. - Fix missing includes.
* Tue Jul 17 2007 - schwab@suse.de * Tue Jul 17 2007 - schwab@suse.de