diff --git a/oprofile-0.9.3-rc2.tar.gz b/oprofile-0.9.3-rc2.tar.gz deleted file mode 100644 index e17f610..0000000 --- a/oprofile-0.9.3-rc2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c045241ecf87a3bf62a77488e91acd456fb39c99d3281734c1984ea39cf9a83 -size 854267 diff --git a/oprofile-0.9.3-rc2.diff b/oprofile-0.9.3.diff similarity index 100% rename from oprofile-0.9.3-rc2.diff rename to oprofile-0.9.3.diff diff --git a/oprofile-0.9.3.tar.gz b/oprofile-0.9.3.tar.gz new file mode 100644 index 0000000..783b52b --- /dev/null +++ b/oprofile-0.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f86ab165dabcc7bc4008710a66fa0ed391c083e2a8bdf8a8f5bf11c0244b2cb +size 853593 diff --git a/oprofile.changes b/oprofile.changes index 2eaff00..f3b884e 100644 --- a/oprofile.changes +++ b/oprofile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 17 14:08:54 CEST 2007 - schwab@suse.de + +- Update to oprofile 0.9.3. + ------------------------------------------------------------------- Wed Jul 4 14:39:04 CEST 2007 - schwab@suse.de diff --git a/oprofile.spec b/oprofile.spec index 8ad3a6a..93a29e8 100644 --- a/oprofile.spec +++ b/oprofile.spec @@ -1,5 +1,5 @@ # -# spec file for package oprofile (Version 0.9.3_rc2) +# spec file for package oprofile (Version 0.9.3) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,16 +16,13 @@ URL: http://oprofile.sourceforge.net/ License: GPL v2 or later Group: Development/Tools/Other Autoreqprov: on -Version: 0.9.3_rc2 +Version: 0.9.3 Release: 1 -%define oversion %(echo %version | sed s/_/-/) Summary: System-Wide Profiler for Linux Systems BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: %{name}-%{oversion}.tar.gz +Source: %{name}-%{version}.tar.gz Source1: %{name}.desktop -Patch: %{name}-%{oversion}.diff -Summary: System-Wide Profiler for Linux Systems -Group: Development/Tools/Other +Patch: %{name}-%{version}.diff %description OProfile is a system-wide profiler for Linux systems, capable of @@ -58,7 +55,7 @@ Authors: Bob Montgomery %prep -%setup -q -n %{name}-%{oversion} +%setup -q %patch %build @@ -85,6 +82,8 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README TODO ChangeLog %changelog +* Tue Jul 17 2007 - schwab@suse.de +- Update to oprofile 0.9.3. * Wed Jul 04 2007 - schwab@suse.de - Update to oprofile 0.9.3-rc2. * Mon Jun 18 2007 - schwab@suse.de