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

View File

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