[pcp-gui] Update to latest community sources

nathans nathans at fedoraproject.org
Fri Apr 19 09:51:36 UTC 2013


commit cc67403db5447e7c1ed1b501dbc31a28a9db1632
Author: Nathan Scott <nathans at redhat.com>
Date:   Fri Apr 19 19:51:25 2013 +1000

    Update to latest community sources

 .gitignore   |    1 +
 pcp-gui.spec |   18 +++++++++---------
 sources      |    2 +-
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1cf09b..3a97d29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /pcp-gui-1.5.2.src.tar.gz
 /pcp-gui-1.5.5.src.tar.gz
 /pcp-gui-1.5.6.src.tar.gz
+/pcp-gui-1.5.7.src.tar.gz
diff --git a/pcp-gui.spec b/pcp-gui.spec
index 411a863..0c8982e 100644
--- a/pcp-gui.spec
+++ b/pcp-gui.spec
@@ -1,9 +1,9 @@
 Summary: Visualization tools for the Performance Co-Pilot toolkit
 Name: pcp-gui
-Version: 1.5.6
+Version: 1.5.7
 %define buildversion 1
 
-Release: %{buildversion}%{?dist}.1
+Release: %{buildversion}%{?dist}
 License: GPLv2+ and LGPLv2+ and LGPLv2+ with exceptions
 URL: http://oss.sgi.com/projects/pcp
 Group: Applications/System
@@ -11,12 +11,9 @@ Source0: pcp-gui-%{version}.src.tar.gz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: autoconf, bison, flex, gawk
-BuildRequires: pcp >= 2.0, pcp-libs-devel >= 2.0
+BuildRequires: pcp >= 3.5.0, pcp-libs-devel >= 3.5.0
 BuildRequires: desktop-file-utils
 BuildRequires: qt4-devel >= 4.2
-%if (0%{?fedora} > 12 || 0%{?rhel} > 5)
-BuildRequires: qt-assistant-adp-devel
-%endif
 
 Requires: pcp
 
@@ -69,9 +66,9 @@ Quality assurance test suite for Performance Co-Pilot (PCP) GUI.
 
 %prep
 %setup -q
-autoconf
 
 %build
+autoconf
 %configure
 make %{?_smp_mflags}
 
@@ -92,6 +89,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_libexecdir}/*
 %{_localstatedir}/lib/pcp
 %{_mandir}/man1/*
+%{_sysconfdir}/pcp/pmsnap
+%config(noreplace) %{_sysconfdir}/pcp/pmsnap
 %{_datadir}/pcp
 %{_datadir}/pixmaps/*
 %{_datadir}/applications/pmchart.desktop
@@ -105,8 +104,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_localstatedir}/lib/pcp-gui/testsuite
 
 %changelog
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.6-1.1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+* Fri Apr 19 2013 Nathan Scott <nathans at redhat.com> - 1.5.7-1
+- Update to latest PCP GUI sources.
+- Fix Save View memory corruption in pmchart (BZ 951173)
 
 * Fri Oct 26 2012 Nathan Scott <nathans at redhat.com> - 1.5.6-1
 - Update to latest PCP GUI sources.
diff --git a/sources b/sources
index 2e5abc1..2dfd4bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15cc6394e617559bcf79490e1db37850  pcp-gui-1.5.6.src.tar.gz
+a22a2f74a773c01514ab324caa0116e2  pcp-gui-1.5.7.src.tar.gz


More information about the scm-commits mailing list