diff --git a/oprofile-0.9.5-rc2.tar.bz2 b/oprofile-0.9.5-rc2.tar.bz2 deleted file mode 100644 index 3d6a068..0000000 --- a/oprofile-0.9.5-rc2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81881aa05e3950ab0dfc715baed0e9906306bed51ecd6ecfaf0af3d19c17e0e2 -size 958342 diff --git a/oprofile-0.9.5.tar.bz2 b/oprofile-0.9.5.tar.bz2 new file mode 100644 index 0000000..2138007 --- /dev/null +++ b/oprofile-0.9.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78bfe99b9e04d68b9600c9c09af732144da2855e0a6d0aecf992799db11c000 +size 957451 diff --git a/oprofile.changes b/oprofile.changes index 58d54aa..9892362 100644 --- a/oprofile.changes +++ b/oprofile.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Aug 4 03:28:28 CEST 2009 - tonyj@novell.com + +- Update to 0.9.5 - i386/nehalem/events is the only difference from RC2 + +------------------------------------------------------------------- +Fri Jul 31 10:11:28 CEST 2009 - jblunck@suse.de + +- Remove libopagent static libary. It is used to inject information from a VM + into the OProfile data and is therefore not suitable for being statically + linked into the VM itself. + ------------------------------------------------------------------- Wed Jul 29 13:49:06 CEST 2009 - jblunck@suse.de diff --git a/oprofile.spec b/oprofile.spec index 69bd2d5..318be7d 100644 --- a/oprofile.spec +++ b/oprofile.spec @@ -25,10 +25,10 @@ Group: Development/Tools/Other AutoReqProv: on PreReq: /usr/sbin/groupadd /usr/sbin/useradd Version: 0.9.5 -Release: 1 +Release: 2 Summary: System-Wide Profiler for Linux Systems BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: %{name}-%{version}-rc2.tar.bz2 +Source: %{name}-%{version}.tar.bz2 Source1: %{name}.desktop Source2: %{name}.rpmlintrc Patch1: oprofile-0.9.5-buildfixes.diff @@ -140,7 +140,7 @@ Authors: Bob Montgomery %prep -%setup -q -n %{name}-%{version}-rc2 +%setup -q %patch1 %patch2 -p1 @@ -155,7 +155,7 @@ make %{?jobs:-j%jobs} %install make DESTDIR=$RPM_BUILD_ROOT htmldir=%{_docdir}/oprofile install %suse_update_desktop_file -i %name Development Profiling -rm -vf $RPM_BUILD_ROOT%{_libdir}/libopagent.la +rm -vf $RPM_BUILD_ROOT%{_libdir}/libopagent.*a # Hardlink duplicate files automatically (from package fdupes): # It doesn't save much, but it keeps rpmlint from breaking the package build. %fdupes $RPM_BUILD_ROOT @@ -184,7 +184,6 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) /usr/include/* %doc doc/op-jit-devel.html -%{_libdir}/libopagent.a %{_libdir}/libopagent.so %files -n libopagent1