2006-06-08 03:20:59 +00:00
|
|
|
%define php_rrd_svn 839
|
|
|
|
%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
Summary: Round Robin Database Tool to store and display time-series data
|
2004-11-09 02:50:14 +00:00
|
|
|
Name: rrdtool
|
2006-07-17 13:58:25 +00:00
|
|
|
Version: 1.2.15
|
2006-08-01 19:43:49 +00:00
|
|
|
Release: 2%{?dist}
|
2004-11-09 02:50:14 +00:00
|
|
|
License: GPL
|
|
|
|
Group: Applications/Databases
|
2006-06-03 21:26:59 +00:00
|
|
|
URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/
|
2006-06-08 03:20:59 +00:00
|
|
|
Source0: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/pub/%{name}-%{version}.tar.gz
|
|
|
|
Source1: php4-svn%{php_rrd_svn}.tar.gz
|
|
|
|
Patch0: rrdtool-1.2.13-php.patch
|
2006-08-01 19:43:49 +00:00
|
|
|
Patch1: rrdtool-1.2.15-initrrdtool.patch
|
2006-06-05 19:18:51 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2006-06-03 21:26:59 +00:00
|
|
|
BuildRequires: gcc-c++, openssl-devel
|
|
|
|
BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0
|
|
|
|
BuildRequires: freetype-devel, python-devel >= 2.3
|
2006-04-20 21:01:23 +00:00
|
|
|
|
2006-06-03 21:26:59 +00:00
|
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')}
|
|
|
|
%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]')}
|
2004-11-09 02:50:14 +00:00
|
|
|
|
|
|
|
%description
|
2005-03-05 21:10:24 +00:00
|
|
|
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
|
|
|
display time-series data (i.e. network bandwidth, machine-room temperature,
|
|
|
|
server load average). It stores the data in a very compact way that will not
|
|
|
|
expand over time, and it presents useful graphs by processing the data to
|
|
|
|
enforce a certain data density. It can be used either via simple wrapper
|
|
|
|
scripts (from shell or Perl) or via frontends that poll network devices and
|
2004-11-09 02:50:14 +00:00
|
|
|
put a friendly user interface on it.
|
|
|
|
|
|
|
|
%package devel
|
2006-06-03 21:26:59 +00:00
|
|
|
Summary: RRDtool libraries and header files
|
2004-11-09 02:50:14 +00:00
|
|
|
Group: Development/Libraries
|
2006-06-05 19:18:51 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-11-09 02:50:14 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
|
|
|
display time-series data (i.e. network bandwidth, machine-room temperature,
|
|
|
|
server load average). This package allow you to use directly this library.
|
|
|
|
|
2006-06-03 21:26:59 +00:00
|
|
|
%package doc
|
|
|
|
Summary: RRDtool documentation
|
|
|
|
Group: Documentation
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
|
|
|
display time-series data (i.e. network bandwidth, machine-room temperature,
|
|
|
|
server load average). This package contains documentation on using RRD.
|
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
%package perl
|
2006-06-03 21:26:59 +00:00
|
|
|
Summary: Perl RRDtool bindings
|
|
|
|
Group: Development/Languages
|
2006-06-05 19:18:51 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2006-06-08 03:20:59 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
2006-06-24 21:45:07 +00:00
|
|
|
Obsoletes: perl-%{name} < %{version}-%{release}
|
2006-06-19 17:55:57 +00:00
|
|
|
Provides: perl-%{name} = %{version}-%{release}
|
2006-06-03 21:26:59 +00:00
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
%description perl
|
2006-06-03 21:26:59 +00:00
|
|
|
The Perl RRDtool bindings
|
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
%package python
|
2006-06-03 21:26:59 +00:00
|
|
|
Summary: Python RRDtool bindings
|
|
|
|
Group: Development/Languages
|
|
|
|
BuildRequires: python
|
|
|
|
Requires: python >= %{python_version}
|
2006-06-05 19:18:51 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2006-06-24 21:45:07 +00:00
|
|
|
Obsoletes: python-%{name} < %{version}-%{release}
|
2006-06-19 17:55:57 +00:00
|
|
|
Provides: python-%{name} = %{version}-%{release}
|
2006-06-03 21:26:59 +00:00
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
%description python
|
2006-06-03 21:26:59 +00:00
|
|
|
Python RRDtool bindings.
|
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
%package php
|
2006-06-08 03:20:59 +00:00
|
|
|
Summary: PHP RRDtool bindings
|
|
|
|
Group: Development/Languages
|
|
|
|
BuildRequires: php-devel >= 4.0
|
|
|
|
Requires: php >= 4.0
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2006-06-24 21:45:07 +00:00
|
|
|
Obsoletes: php-%{name} < %{version}-%{release}
|
2006-06-19 17:55:57 +00:00
|
|
|
Provides: php-%{name} = %{version}-%{release}
|
2006-06-08 03:20:59 +00:00
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
%description php
|
|
|
|
The %{name}-php package includes a dynamic shared object (DSO) that adds
|
2006-06-08 03:20:59 +00:00
|
|
|
RRDtool bindings to the PHP HTML-embedded scripting language.
|
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
%prep
|
2006-06-08 03:20:59 +00:00
|
|
|
%setup -q
|
|
|
|
%setup -q -T -D -a 1
|
|
|
|
# Patch based on http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.tgz
|
2006-08-01 19:43:49 +00:00
|
|
|
%patch0 -p0 -b .php
|
|
|
|
%patch1 -p1 -b .initrrdtool
|
2004-11-09 02:50:26 +00:00
|
|
|
|
2006-06-03 21:26:59 +00:00
|
|
|
# Fix to find correct python dir on lib64
|
|
|
|
%{__perl} -pi -e 's|get_python_lib\(0,0,prefix|get_python_lib\(1,0,prefix|g' \
|
|
|
|
configure
|
|
|
|
|
2006-06-08 03:20:59 +00:00
|
|
|
# Most edits shouldn't be necessary when using --libdir, but
|
|
|
|
# w/o, some introduce hardcoded rpaths where they shouldn't,
|
2005-01-13 18:27:47 +00:00
|
|
|
%{__perl} -pi.orig -e 's|/lib\b|/%{_lib}|g' \
|
2006-06-08 03:20:59 +00:00
|
|
|
configure Makefile.in php4/configure php4/ltconfig*
|
2004-11-09 02:50:14 +00:00
|
|
|
|
|
|
|
%build
|
2004-11-09 02:50:26 +00:00
|
|
|
%configure \
|
2006-06-03 21:26:59 +00:00
|
|
|
--disable-static \
|
2006-04-20 21:01:23 +00:00
|
|
|
--with-pic \
|
|
|
|
--with-perl-options='INSTALLDIRS="vendor"'
|
2006-06-03 21:26:59 +00:00
|
|
|
|
|
|
|
# Fix another rpath issue
|
|
|
|
%{__perl} -pi.orig -e 's|-Wl,--rpath -Wl,\$rp||g' \
|
|
|
|
bindings/perl-shared/Makefile.PL
|
|
|
|
|
|
|
|
# Force RRDp bits where we want 'em, not sure yet why the
|
|
|
|
# --with-perl-options and --libdir don't take
|
|
|
|
pushd bindings/perl-piped/
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
%{__perl} -pi.orig -e 's|/lib/perl|/%{_lib}/perl|g' Makefile
|
|
|
|
popd
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
2006-06-08 03:20:59 +00:00
|
|
|
# Build the php module, the tmp install is required
|
|
|
|
%define rrdtmp %{_tmppath}/%{name}-%{version}-tmpinstall
|
|
|
|
%{__make} install DESTDIR="%{rrdtmp}"
|
|
|
|
pushd php4/
|
|
|
|
%configure \
|
|
|
|
--with-rrdtool="%{rrdtmp}%{_prefix}" \
|
|
|
|
--disable-static
|
|
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
popd
|
|
|
|
%{__rm} -rf %{rrdtmp}
|
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
# Fix @perl@ and @PERL@
|
|
|
|
find examples/ -type f \
|
2004-11-09 02:50:26 +00:00
|
|
|
-exec %{__perl} -pi -e 's|^#! \@perl\@|#!%{__perl}|gi' {} \;
|
2004-11-09 02:50:14 +00:00
|
|
|
find examples/ -name "*.pl" \
|
2004-11-09 02:50:26 +00:00
|
|
|
-exec %{__perl} -pi -e 's|\015||gi' {} \;
|
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
%install
|
2006-04-20 21:01:23 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make DESTDIR="$RPM_BUILD_ROOT" install
|
2004-11-09 02:50:14 +00:00
|
|
|
|
2006-06-08 03:20:59 +00:00
|
|
|
# Install the php module
|
|
|
|
%{__install} -D -m0755 php4/modules/rrdtool.so \
|
|
|
|
%{buildroot}%{php_extdir}/rrdtool.so
|
|
|
|
# Clean up the examples for inclusion as docs
|
|
|
|
%{__rm} -rf php4/examples/.svn
|
|
|
|
# Put the php config bit into place
|
|
|
|
%{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d
|
|
|
|
%{__cat} << __EOF__ > %{buildroot}%{_sysconfdir}/php.d/rrdtool.ini
|
|
|
|
; Enable rrdtool extension module
|
|
|
|
extension=rrdtool.so
|
|
|
|
__EOF__
|
|
|
|
|
2006-06-03 21:26:59 +00:00
|
|
|
# Pesky RRDp.pm...
|
|
|
|
%{__mv} $RPM_BUILD_ROOT%{perl_vendorarch}/../RRDp.pm $RPM_BUILD_ROOT%{perl_vendorarch}/
|
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
# We only want .txt and .html files for the main documentation
|
2006-06-03 21:26:59 +00:00
|
|
|
%{__mkdir_p} doc2/html doc2/txt
|
|
|
|
%{__cp} -a doc/*.txt doc2/txt/
|
|
|
|
%{__cp} -a doc/*.html doc2/html/
|
|
|
|
|
|
|
|
# Put perl docs in perl package
|
|
|
|
%{__mkdir_p} doc3/html
|
|
|
|
%{__mv} doc2/html/RRD*.html doc3/html/
|
2004-11-09 02:50:14 +00:00
|
|
|
|
2006-06-03 21:26:59 +00:00
|
|
|
# Clean up the examples
|
2006-04-20 21:01:23 +00:00
|
|
|
%{__rm} -f examples/Makefile* examples/*.in
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
# This is so rpm doesn't pick up perl module dependencies automatically
|
2006-04-20 21:01:23 +00:00
|
|
|
find examples/ -type f -exec chmod 0644 {} \;
|
2004-11-09 02:50:14 +00:00
|
|
|
|
|
|
|
# Clean up the buildroot
|
2006-06-03 21:26:59 +00:00
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}/{txt,html}/ \
|
|
|
|
$RPM_BUILD_ROOT%{perl_vendorarch}/ntmake.pl \
|
|
|
|
$RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/%{name}/examples \
|
|
|
|
$RPM_BUILD_ROOT%{perl_vendorarch}/auto/*/{.packlist,*.bs}
|
2004-11-09 02:50:14 +00:00
|
|
|
|
|
|
|
%clean
|
2006-06-03 21:26:59 +00:00
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
2004-11-09 02:50:26 +00:00
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
%files
|
2006-06-08 03:20:59 +00:00
|
|
|
%defattr(-,root,root,-)
|
2004-11-09 02:50:14 +00:00
|
|
|
%{_bindir}/*
|
2004-11-09 02:50:20 +00:00
|
|
|
%{_libdir}/*.so.*
|
2006-06-10 19:29:44 +00:00
|
|
|
%{_datadir}/%{name}
|
2004-11-09 02:50:14 +00:00
|
|
|
%{_mandir}/man1/*
|
2004-11-09 02:50:26 +00:00
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
%files devel
|
2006-06-03 21:26:59 +00:00
|
|
|
%defattr(-,root,root,-)
|
2004-11-09 02:50:26 +00:00
|
|
|
%{_includedir}/*.h
|
2004-11-09 02:50:14 +00:00
|
|
|
%exclude %{_libdir}/*.la
|
2004-11-09 02:50:20 +00:00
|
|
|
%{_libdir}/*.so
|
2004-11-09 02:50:14 +00:00
|
|
|
|
2006-06-03 21:26:59 +00:00
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root,-)
|
2006-06-10 19:29:44 +00:00
|
|
|
%doc CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO NEWS THREADS
|
|
|
|
%doc examples doc2/html doc2/txt
|
2006-06-03 21:26:59 +00:00
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
%files perl
|
2006-06-03 21:26:59 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc doc3/html
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{perl_vendorarch}/*.pm
|
2006-06-10 19:29:44 +00:00
|
|
|
%attr(0755,root,root) %{perl_vendorarch}/auto/RRDs/
|
2006-06-03 21:26:59 +00:00
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
%files python
|
2006-06-03 21:26:59 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc bindings/python/AUTHORS bindings/python/COPYING bindings/python/README
|
|
|
|
%{python_sitearch}/rrdtoolmodule.so
|
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
%files php
|
2006-06-08 03:20:59 +00:00
|
|
|
%defattr(-,root,root,0755)
|
|
|
|
%doc php4/examples php4/README
|
|
|
|
%config(noreplace) %{_sysconfdir}/php.d/rrdtool.ini
|
|
|
|
%{php_extdir}/rrdtool.so
|
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
%changelog
|
2006-08-01 19:43:49 +00:00
|
|
|
* Tue Aug 1 2006 Mihai Ibanescu <misa@redhat.com> 1.2.15-2
|
|
|
|
- Fixed rrdtool-python to import the module properly (patch
|
|
|
|
rrdtool-1.2.15-initrrdtool.patch)
|
|
|
|
|
2006-07-17 13:58:25 +00:00
|
|
|
* Mon Jul 17 2006 Jarod Wilson <jwilson@redhat.com> 1.2.15-1
|
|
|
|
- Update to 1.2.15
|
|
|
|
- Minor spec cleanups
|
|
|
|
|
2006-06-24 21:45:07 +00:00
|
|
|
* Sat Jun 24 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-7
|
|
|
|
- Fix up Obsoletes
|
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
* Mon Jun 19 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-6
|
|
|
|
- Flip perl, php and python sub-package names around to
|
|
|
|
conform with general practices
|
|
|
|
|
2006-06-10 19:29:44 +00:00
|
|
|
* Sat Jun 10 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-5
|
|
|
|
- Minor fixes to make package own created directories
|
|
|
|
|
2006-06-08 03:20:59 +00:00
|
|
|
* Wed Jun 07 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-4
|
|
|
|
- Add php bits back into the mix
|
|
|
|
|
2006-06-05 19:18:51 +00:00
|
|
|
* Mon Jun 05 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-3
|
|
|
|
- Merge spec fixes from bz 185909
|
|
|
|
|
2006-06-04 20:42:53 +00:00
|
|
|
* Sun Jun 04 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-2
|
|
|
|
- Remove explicit perl dep, version grabbing using rpm during
|
|
|
|
rpmbuild not guaranteed to work (fails on ppc in plague),
|
|
|
|
and auto-gen perl deps are sufficient
|
|
|
|
|
2006-06-03 21:26:59 +00:00
|
|
|
* Sat Jun 03 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-1
|
|
|
|
- Update to release 1.2.13
|
|
|
|
- Merge spec changes from dag, atrpms and mdk builds
|
|
|
|
- Additional hacktastic contortions for lib64 & rpath messiness
|
|
|
|
- Add missing post/postun ldconfig
|
|
|
|
- Fix a bunch of rpmlint errors
|
|
|
|
- Disable static libs, per FE guidelines
|
|
|
|
- Split off docs
|
|
|
|
|
2006-04-20 21:01:23 +00:00
|
|
|
* Wed Apr 19 2006 Chris Ricker <kaboom@oobleck.net> 1.2.12-1
|
|
|
|
- Rev to 1.2
|
|
|
|
|
2005-05-20 15:49:47 +00:00
|
|
|
* Fri May 20 2005 Matthias Saou <http://freshrpms.net/> 1.0.49-5
|
|
|
|
- Include patch from Michael to fix perl module compilation on FC4 (#156242).
|
|
|
|
|
2005-05-20 11:22:32 +00:00
|
|
|
* Fri May 20 2005 Matthias Saou <http://freshrpms.net/> 1.0.49-4
|
|
|
|
- Fix for the php module patch (Joe Pruett, Dag Wieers), #156716.
|
|
|
|
- Update source URL to new location since 1.2 is now the default stable.
|
|
|
|
- Don't (yet) update to 1.0.50, as it introduces some changes in the perl
|
|
|
|
modules install.
|
2005-04-06 22:13:31 +00:00
|
|
|
|
2005-01-31 17:17:30 +00:00
|
|
|
* Mon Jan 31 2005 Matthias Saou <http://freshrpms.net/> 1.0.49-3
|
|
|
|
- Put perl modules in vendor_perl and not site_perl. #146513
|
|
|
|
|
2005-01-13 18:27:47 +00:00
|
|
|
* Thu Jan 13 2005 Matthias Saou <http://freshrpms.net/> 1.0.49-2
|
|
|
|
- Minor cleanups.
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
* Thu Aug 25 2004 Dag Wieers <dag@wieers.com> - 1.0.49-1
|
|
|
|
- Updated to release 1.0.49.
|
|
|
|
|
|
|
|
* Wed Aug 25 2004 Dag Wieers <dag@wieers.com> - 1.0.48-3
|
|
|
|
- Fixes for x86_64. (Garrick Staples)
|
|
|
|
|
|
|
|
* Fri Jul 2 2004 Matthias Saou <http://freshrpms.net/> 1.0.48-3
|
|
|
|
- Actually apply the patch for fixing the php module, doh!
|
|
|
|
|
|
|
|
* Thu May 27 2004 Matthias Saou <http://freshrpms.net/> 1.0.48-2
|
|
|
|
- Added php.d config entry to load the module once installed.
|
|
|
|
|
|
|
|
* Thu May 13 2004 Dag Wieers <dag@wieers.com> - 1.0.48-1
|
|
|
|
- Updated to release 1.0.48.
|
|
|
|
|
|
|
|
* Tue Apr 06 2004 Dag Wieers <dag@wieers.com> - 1.0.47-1
|
|
|
|
- Updated to release 1.0.47.
|
|
|
|
|
|
|
|
* Thu Mar 4 2004 Matthias Saou <http://freshrpms.net/> 1.0.46-2
|
|
|
|
- Change the strict dependency on perl to fix problem with the recent
|
|
|
|
update.
|
|
|
|
|
|
|
|
* Mon Jan 5 2004 Matthias Saou <http://freshrpms.net/> 1.0.46-1
|
|
|
|
- Update to 1.0.46.
|
|
|
|
- Use system libpng and zlib instead of bundled ones.
|
|
|
|
- Added php-rrdtool sub-package for the php4 module.
|
|
|
|
|
|
|
|
* Fri Dec 5 2003 Matthias Saou <http://freshrpms.net/> 1.0.45-4
|
|
|
|
- Added epoch to the perl dependency to work with rpm > 4.2.
|
|
|
|
- Fixed the %% escaping in the perl dep.
|
|
|
|
|
|
|
|
* Mon Nov 17 2003 Matthias Saou <http://freshrpms.net/> 1.0.45-2
|
|
|
|
- Rebuild for Fedora Core 1.
|
|
|
|
|
|
|
|
* Sun Aug 3 2003 Matthias Saou <http://freshrpms.net/>
|
2004-11-09 02:50:20 +00:00
|
|
|
- Update to 1.0.45.
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
* Wed Apr 16 2003 Matthias Saou <http://freshrpms.net/>
|
2004-11-09 02:50:20 +00:00
|
|
|
- Update to 1.0.42.
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
|
2004-11-09 02:50:20 +00:00
|
|
|
- Rebuilt for Red Hat Linux 9.
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
* Wed Mar 5 2003 Matthias Saou <http://freshrpms.net/>
|
2004-11-09 02:50:14 +00:00
|
|
|
- Added explicit perl version dependency.
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
* Sun Feb 23 2003 Matthias Saou <http://freshrpms.net/>
|
2004-11-09 02:50:14 +00:00
|
|
|
- Update to 1.0.41.
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
* Fri Jan 31 2003 Matthias Saou <http://freshrpms.net/>
|
2004-11-09 02:50:14 +00:00
|
|
|
- Update to 1.0.40.
|
|
|
|
- Spec file cleanup.
|
|
|
|
|
|
|
|
* Fri Jul 05 2002 Henri Gomez <hgomez@users.sourceforge.net>
|
|
|
|
- 1.0.39
|
|
|
|
|
|
|
|
* Mon Jun 03 2002 Henri Gomez <hgomez@users.sourceforge.net>
|
|
|
|
- 1.0.38
|
|
|
|
|
|
|
|
* Fri Apr 19 2002 Henri Gomez <hgomez@users.sourceforge.net>
|
|
|
|
- 1.0.37
|
|
|
|
|
|
|
|
* Tue Mar 12 2002 Henri Gomez <hgomez@users.sourceforge.net>
|
|
|
|
- 1.0.34
|
|
|
|
- rrdtools include zlib 1.1.4 which fix vulnerabilities in 1.1.3
|
|
|
|
|