From c532d3569736cd16846a4524774c71a5d2b686df Mon Sep 17 00:00:00 2001 From: Chris Ricker Date: Mon, 19 May 2008 13:41:03 +0000 Subject: [PATCH] updated release candidate --- rrdtool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rrdtool.spec b/rrdtool.spec index 1f2d4d0..fffd1f6 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -4,7 +4,7 @@ %define with_ruby %{?_without_ruby: 0} %{?!_without_ruby: 1} %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4) %define svnrev r1190 -%define pre rc1 +%define pre rc4 #define pretag 1.2.99908020600 Summary: Round Robin Database Tool to store and display time-series data @@ -321,6 +321,9 @@ find examples/ -type f -exec chmod 0644 {} \; %endif %changelog +* Mon May 19 2008 Chris Ricker 1.3-0.15.rc4 +- Update to rrdtool 1.3 rc4 + * Tue May 13 2008 Jarod Wilson 1.3-0.15.rc1 - Update to rrdtool 1.3 rc1 - Fix versioning in changelog entries, had an extra 0 in there...