diff --git a/.cvsignore b/.cvsignore index 15ed50a..5223104 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ php4-r1190.tar.gz -rrdtool-1.3rc9.tar.gz +rrdtool-1.3.0.tar.gz diff --git a/rrdtool.spec b/rrdtool.spec index 36f6638..0702964 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -4,18 +4,16 @@ %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 rc9 #define pretag 1.2.99908020600 Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool -Version: 1.3 -Release: 0.20%{?pre:.%{pre}}%{?dist} +Version: 1.3.0 +Release: 1%{?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 -Source0: http://oss.oetiker.ch/rrdtool/pub/beta/%{name}-%{version}%{pre}.tar.gz +Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz Source1: php4-%{svnrev}.tar.gz Patch1: rrdtool-1.3.0-beta4-fix-rrd_update-in-php-bindings.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -142,7 +140,7 @@ The %{name}-ruby package includes RRDtool bindings for Ruby. %endif %prep -%setup -q -n %{name}-%{version}%{pre} %{?with_php: -a 1} +%setup -q -n %{name}-%{version} %{?with_php: -a 1} %if %{with_php} %patch1 -p1 %endif @@ -329,6 +327,9 @@ find examples/ -type f -exec chmod 0644 {} \; %endif %changelog +* Mon Jun 16 2008 Chris Ricker 1.3.0-1 +- Update to rrdtool 1.3.0 + * Sun Jun 08 2008 Jarod Wilson 1.3-0.20.rc9 - Update to rrdtool 1.3 rc9 - Minor spec tweaks to permit building on older EL diff --git a/sources b/sources index c740ebb..cf79c97 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 28074a9c368af013462631959ab90558 php4-r1190.tar.gz -dc12547393e5ad12cc66eef5d649981b rrdtool-1.3rc9.tar.gz +3ea8aa9e733c549fa2c1f8a9bcdf2c8d rrdtool-1.3.0.tar.gz