- Update to rrdtool 1.3.4

This commit is contained in:
Jarod Wilson 2008-10-06 13:55:25 +00:00
parent d56bb9ac48
commit 2453c83f49
3 changed files with 8 additions and 2 deletions

View File

@ -1,2 +1,3 @@
php4-r1190.tar.gz
rrdtool-1.3.3.tar.gz
rrdtool-1.3.4.tar.gz

View File

@ -8,7 +8,7 @@
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.3.3
Version: 1.3.4
Release: 1%{?dist}
License: GPLv2+ with exceptions
Group: Applications/Databases
@ -40,6 +40,7 @@ put a friendly user interface on it.
Summary: RRDtool libraries and header files
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
%description devel
RRD is the Acronym for Round Robin Database. RRD is a system to store and
@ -282,6 +283,7 @@ find examples/ -type f -exec chmod 0644 {} \;
%{_includedir}/*.h
%exclude %{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files doc
%defattr(-,root,root,-)
@ -327,6 +329,9 @@ find examples/ -type f -exec chmod 0644 {} \;
%endif
%changelog
* Mon Oct 06 2008 Jarod Wilson <jarod@redhat.com> 1.3.4-1
- Update to rrdtool 1.3.4
* Mon Sep 15 2008 Jarod Wilson <jarod@redhat.com> 1.3.3-1
- Update to rrdtool 1.3.3
* fixes segfault on graph creation regression in 1.3.2 (#462301)

View File

@ -1,2 +1,2 @@
28074a9c368af013462631959ab90558 php4-r1190.tar.gz
42e7a5b7d5eeaa63959b75822f9f1e2c rrdtool-1.3.3.tar.gz
7db3bffc3f3b24e828a88fe02165266f rrdtool-1.3.4.tar.gz