diff --git a/.gitignore b/.gitignore index ba8414c..9fb578d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ pcp-3.3.3-1.src.tar.gz /pcp-3.6.6-1.src.tar.gz /pcp-3.6.7.src.tar.gz /pcp-3.6.8.src.tar.gz +/pcp-3.6.9.src.tar.gz diff --git a/pcp.spec b/pcp.spec index e679260..ece19b3 100644 --- a/pcp.spec +++ b/pcp.spec @@ -1,6 +1,6 @@ Summary: System-level performance monitoring and performance management Name: pcp -Version: 3.6.8 +Version: 3.6.9 %define buildversion 1 Release: %{buildversion}%{?dist} @@ -394,6 +394,12 @@ fi %defattr(-,root,root) %changelog +* Fri Oct 12 2012 Nathan Scott - 3.6.9-1 +- Update to latest PCP sources. +- Fix pmcd sigsegv in NUMA/CPU indom setup (BZ 858384) +- Fix sar2pcp uninitialised perl variable warning (BZ 859117) +- Fix pcp.py and pmcollectl with older python versions (BZ 852234) + * Fri Sep 14 2012 Nathan Scott - 3.6.8-1 - Update to latest PCP sources. diff --git a/sources b/sources index aa40707..debd91f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36e5b95d37411cd00827a596d67c8387 pcp-3.6.8.src.tar.gz +e2570362680aa866ae7b9ed81163fa1a pcp-3.6.9.src.tar.gz