diff --git a/rrdtool.spec b/rrdtool.spec index 6f8341b..5dccbbc 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -9,7 +9,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.999 -Release: 0.1.%{svnrev}%{?dist} +Release: 0.2.%{svnrev}%{?dist} License: GPL Group: Applications/Databases URL: http://oss.oetiker.ch/rrdtool/ @@ -21,7 +21,7 @@ Patch0: rrdtool-1.2.999-php.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel, freetype-devel BuildRequires: libpng-devel, zlib-devel, cairo-devel, pango-devel -BuildRequires: perl-ExtUtils-MakeMaker, libtool +BuildRequires: perl-ExtUtils-MakeMaker, libtool, groff %if "%{?fedora}" >= "7" BuildRequires: perl-devel %endif @@ -316,6 +316,9 @@ find examples/ -type f -exec chmod 0644 {} \; %endif %changelog +* Fri Jun 15 2007 Jarod Wilson 1.2.999-0.2.r1127 +- Fix up BuildRequires + * Fri Jun 15 2007 Jarod Wilson 1.2.999-0.1.r1127 - Update to rrdtool pre-1.3 svn snapshot (svn r1127)