From 2250a6f7bb82492e6a930e3c688915ff12554f33 Mon Sep 17 00:00:00 2001 From: Gianluca Sforna Date: Sat, 1 Dec 2007 23:06:22 +0000 Subject: [PATCH] - version update to 1.0.9 - drop kernel module - do not add category X-Fedora to desktop file --- .cvsignore | 2 +- sources | 2 +- sysprof.spec | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7e73317..e60e1d7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sysprof-1.0.8.tar.gz +sysprof-1.0.9.tar.gz diff --git a/sources b/sources index 5849b6e..e4230e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz +3fdbce685f75fac650c8a03e3bafff57 sysprof-1.0.9.tar.gz diff --git a/sysprof.spec b/sysprof.spec index 6745e60..4808f32 100644 --- a/sysprof.spec +++ b/sysprof.spec @@ -1,6 +1,6 @@ Name: sysprof -Version: 1.0.8 -Release: 2%{?dist} +Version: 1.0.9 +Release: 1%{?dist} Summary: Sysprof is a sampling CPU profiler Group: Development/System License: GPLv2+ @@ -10,10 +10,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source1: sysprof.desktop -# kmod related stuff -Provides: sysprof-kmod-common = %{version} -Requires: kmod-%{name} >= %{version} - BuildRequires: gtk2-devel => 2.6 BuildRequires: libglade2-devel BuildRequires: binutils-devel @@ -42,7 +38,6 @@ make install DESTDIR=${RPM_BUILD_ROOT} desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ %{SOURCE1} @@ -61,6 +56,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_datadir}/applications/*.desktop %changelog +* Sat Dec 1 2007 Gianluca Sforna - 1.0.9-1 +- version update to 1.0.9 +- drop kernel module +- do not add category X-Fedora to desktop file + * Tue Aug 28 2007 Gianluca Sforna 1.0.8-2 - update License field