Author: jajcus Date: Mon Apr 24 09:01:57 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - Release: 5 - patch added to fix big configuration file parsing - patch added to pass update timestamps to rrdtool - avg_dealy patch actually applied
---- Files affected: SPECS: apinger.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: SPECS/apinger.spec diff -u SPECS/apinger.spec:1.24 SPECS/apinger.spec:1.25 --- SPECS/apinger.spec:1.24 Fri Mar 24 08:45:35 2006 +++ SPECS/apinger.spec Mon Apr 24 11:01:50 2006 @@ -3,7 +3,7 @@ Summary(pl): Alarm Pinger - monitor sieci z powiadamianiem pocztą Name: apinger Version: 0.6.1 -Release: 4 +Release: 5 License: GPL Group: Networking/Utilities Source0: http://www.bnet.pl/~jajcus/apinger/%{name}-%{version}.tar.gz @@ -12,6 +12,8 @@ Source2: %{name}.sysconf Patch0: %{name}-user.patch Patch1: %{name}-avg_delay.patch +Patch2: %{name}-config_overwrite_fix.patch +Patch3: %{name}-rrd_timestamp.patch URL: http://www.bnet.pl/~jajcus/ BuildRequires: rpmbuild(macros) >= 1.268 Requires(post,preun): /sbin/chkconfig @@ -42,6 +44,9 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build %configure @@ -85,6 +90,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2006/04/24 09:01:50 jajcus +- Release: 5 +- patch added to fix big configuration file parsing +- patch added to pass update timestamps to rrdtool +- avg_dealy patch actually applied + Revision 1.24 2006/03/24 07:45:35 jajcus - fix for average delay measurement by Krzysztof Mościcki ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/apinger.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
