diff --git a/.cvsignore b/.cvsignore index b2c826d..31bd976 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ php4-r1190.tar.gz rrdtool-1.3.3.tar.gz +rrdtool-1.3.4.tar.gz diff --git a/rrdtool.spec b/rrdtool.spec index d5b84ca..bc97f7d 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -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 1.3.4-1 +- Update to rrdtool 1.3.4 + * Mon Sep 15 2008 Jarod Wilson 1.3.3-1 - Update to rrdtool 1.3.3 * fixes segfault on graph creation regression in 1.3.2 (#462301) diff --git a/sources b/sources index a3caa86..6fbae02 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 28074a9c368af013462631959ab90558 php4-r1190.tar.gz -42e7a5b7d5eeaa63959b75822f9f1e2c rrdtool-1.3.3.tar.gz +7db3bffc3f3b24e828a88fe02165266f rrdtool-1.3.4.tar.gz