- Update to rrdtool 1.3.4
This commit is contained in:
parent
d56bb9ac48
commit
2453c83f49
@ -1,2 +1,3 @@
|
||||
php4-r1190.tar.gz
|
||||
rrdtool-1.3.3.tar.gz
|
||||
rrdtool-1.3.4.tar.gz
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user