From b9f5879ce71519fc4f593c76462e91bcfafe33fd Mon Sep 17 00:00:00 2001 From: Patrick Laughton Date: Wed, 24 Jan 2007 19:45:06 +0000 Subject: - New upstream version - Minor cleanup for rpmlint warning --- .cvsignore | 2 +- libstatgrab.spec | 12 ++++++++---- sources | 1 + 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index c61aff3..81657f3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libstatgrab-0.13.tar.gz +libstatgrab-0.14.tar.gz diff --git a/libstatgrab.spec b/libstatgrab.spec index eebfc14..5274751 100644 --- a/libstatgrab.spec +++ b/libstatgrab.spec @@ -3,8 +3,8 @@ Summary: Make system statistics Name: libstatgrab -Version: 0.13 -Release: 3%{?dist} +Version: 0.14 +Release: 1%{?dist} Source0: http://ftp.i-scream.org/pub/i-scream/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}.nochmod.patch @@ -75,8 +75,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT cd examples/.libs install -m 755 cpu_usage disk_traffic load_stats network_iface_stats \ - network_traffic os_info page_stats process_snapshot \ - process_stats user_list vm_stats $RPM_BUILD_ROOT%{_bindir} + network_traffic os_info page_stats process_snapshot \ + process_stats user_list vm_stats $RPM_BUILD_ROOT%{_bindir} chmod 755 $RPM_BUILD_ROOT%{_bindir}/statgrab-make-mrtg-config chmod 755 $RPM_BUILD_ROOT%{_bindir}/saidar chmod 755 $RPM_BUILD_ROOT%{_bindir}/statgrab @@ -127,6 +127,10 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/vm_stats %changelog +* Wed Jan 24 2007 Patrick "Jima" Laughton 0.14-1 +- New upstream version +- Minor cleanup for rpmlint warning + * Wed Oct 04 2006 Patrick "Jima" Laughton 0.13-3 - Bump-n-build diff --git a/sources b/sources index fa3adb1..6507bea 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 19818d772284c7491cdf484249890c95 libstatgrab-0.13.tar.gz +846928642037f596c13c552203763e97 libstatgrab-0.14.tar.gz -- cgit