diff --git a/rrdtool.spec b/rrdtool.spec index a51754d..d1f011f 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -10,8 +10,8 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.3 -Release: 0.6.%{betaver}%{?dist} -License: GPL +Release: 0.7.%{betaver}%{?dist} +License: GPLv2+ with exceptions Group: Applications/Databases URL: http://oss.oetiker.ch/rrdtool/ #Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz @@ -320,6 +320,9 @@ find examples/ -type f -exec chmod 0644 {} \; %endif %changelog +* Tue Feb 05 2008 Tom "spot" Callaway 1.3.0-0.7.beta3 +- rebuild for new perl (and fix license tag) + * Mon Feb 04 2008 Jarod Wilson 1.3.0-0.6.beta3 - Plug memory leak (#430879)