rpms/sysprof/devel sysprof.spec,1.13,1.14

Gianluca Sforna giallu at fedoraproject.org
Mon Sep 28 22:05:02 UTC 2009


Author: giallu

Update of /cvs/extras/rpms/sysprof/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16813

Modified Files:
	sysprof.spec 
Log Message:
* Sun Sep 27 2009 Gianluca Sforna <giallu gmail com> - 1.1.2-3
- Incorporate suggestions from package review
- Require kernel 2.6.31
- Updated description



Index: sysprof.spec
===================================================================
RCS file: /cvs/extras/rpms/sysprof/devel/sysprof.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sysprof.spec	27 Sep 2009 14:49:02 -0000	1.13
+++ sysprof.spec	28 Sep 2009 22:05:00 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           sysprof
 Version:        1.1.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A system-wide Linux profiler
 Group:          Development/System
 License:        GPLv2+
@@ -15,13 +15,15 @@ BuildRequires:  libglade2-devel
 BuildRequires:  binutils-devel
 BuildRequires:  desktop-file-utils
 
+Requires:       kernel => 2.6.31
+
 ExclusiveArch:  %{ix86} x86_64
 
 %description
-Sysprof is a sampling CPU profiler for Linux that uses a kernel module
-to profile the entire system, not just a single application.
-Sysprof handles shared libraries and applications do not need to be
-recompiled. In fact they don't even have to be restarted.
+Sysprof is a sampling CPU profiler for Linux that collects accurate,
+high-precision data and provides efficient access to the sampled
+calltrees.
+
 
 %prep
 %setup -q -n sysprof-%{version}
@@ -62,8 +64,10 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
-* Sun Sep 27 2009 Gianluca Sforna <giallu gmail com> - 1.1.2-2
+* Sun Sep 27 2009 Gianluca Sforna <giallu gmail com> - 1.1.2-3
 - Incorporate suggestions from package review
+- Require kernel 2.6.31
+- Updated description
 
 * Sat Sep 26 2009 Gianluca Sforna <giallu gmail com> - 1.1.2-1
 - New upstream release




More information about the fedora-extras-commits mailing list