commit pcp-gui for openSUSE:Factory

2013-07-25 Thread h_root
Hello community,

here is the log from the commit of package pcp-gui for openSUSE:Factory checked 
in at 2013-07-25 14:45:00

Comparing /work/SRC/openSUSE:Factory/pcp-gui (Old)
 and  /work/SRC/openSUSE:Factory/.pcp-gui.new (New)


Package is pcp-gui

Changes:

--- /work/SRC/openSUSE:Factory/pcp-gui/pcp-gui.changes  2012-06-25 
11:54:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcp-gui.new/pcp-gui.changes 2013-07-25 
14:45:02.0 +0200
@@ -1,0 +2,28 @@
+Tue Jul 23 14:01:56 UTC 2013 - dd...@suse.com
+
+- Update to pcp-gui-1.5.8.
+  + Fix a build issue when building with older PCP header files.
+
+- Update to pcp-gui-1.5.7.
+  + General QString toAscii de-corruption.
+  + Fix memory corruption in pmchart Save View dialog.
+  + Remove all use of the QAssistantClient class.
+  + Remove remaining references to old Qt doc adp files.
+  + Extensions to the New Host dialog box allowing secure socket
+connections to be explicitly requested.
+  + Add a secure connections tutorial documents.
+  + Several documentation updates.
+
+- Update to pcp-gui-1.5.6.
+  + Much work getting the QA suite stable and all tests passing.
+  + Tutorials end up in -doc package, not the -gui runtime.
+  + Move the fedora spec for pcp-gui under source control.
+  + Move up to the latest Qwt major release (6+), major API rework.
+  + Initial support for pmchart event record decoding and display.
+  + Increase the maximum number of displayed samples to cover a
+full days worth of data at a finer-grained interval.
+  + Tweaks to desktop integration file to match current standards.
+  + Add the extender-bar feature, which extends the time selection
+cross-hair into all of the charts (not just the selected one).
+
+---

Old:

  pcp-gui-1.5.5.src.tar.gz

New:

  pcp-gui-1.5.8.src.tar.gz



Other differences:
--
++ pcp-gui.spec ++
--- /var/tmp/diff_new_pack.GticJd/_old  2013-07-25 14:45:03.0 +0200
+++ /var/tmp/diff_new_pack.GticJd/_new  2013-07-25 14:45:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pcp-gui
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,11 @@
 
 
 Summary:Visualisation tools for the Performance Co-Pilot toolkit
+License:GPL-2.0+ and LGPL-2.1+ and SUSE-QWT-1.0
+Group:  System/Monitoring
 
 Name:   pcp-gui
-Version:1.5.5
+Version:1.5.8
 Release:0
 
 %define pcp_vers   3.6.4
@@ -37,17 +39,15 @@
 %define gui_licenseGPLv2+ and LGPLv2+ and LGPLv2+ with exceptions
 %endif
 
-License:%{gui_license}
-Group:  %{pcp_gr}
 Url:http://oss.sgi.com/projects/pcp
 Source: %{name}-%{version}.src.tar.gz
 Requires:   pcp = %{pcp_vers}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{lib_devel_pkg} = %{pcp_vers}
+BuildRequires:  %{lib_pkg}
 BuildRequires:  autoconf
 BuildRequires:  bison
 BuildRequires:  flex
-BuildRequires:  %{lib_devel_pkg} = %{pcp_vers}
-BuildRequires:  %{lib_pkg}
 BuildRequires:  pcp = %{pcp_vers}
 %if %{_vendor} == suse
 Requires:   qt = 4.2
@@ -59,9 +59,9 @@
 %endif
 %else
 Requires:   qt4 = 4.2
-BuildRequires:  qt4-devel = 4.2
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
+BuildRequires:  qt4-devel = 4.2
 %if (0%{?fedora}  12 || 0%{?rhel}  5)
 BuildRequires:  qt-assistant-adp-devel
 %endif
@@ -126,6 +126,8 @@
 make install-pcp-gui
 %if %{_vendor} == suse
 %suse_update_desktop_file -i pmchart
+# don't ship the testsuite
+rm -rf $RPM_BUILD_ROOT/%{_localstatedir}/lib/pcp-gui/testsuite
 %endif
 
 %files
@@ -168,7 +170,6 @@
 %doc %attr(644,root,root) %{_mandir}/man1/pmconfirm.1.gz
 %doc %attr(644,root,root) %{_mandir}/man1/pmsnap.1.gz
 %doc %attr(644,root,root) %{_mandir}/man1/pmtime.1.gz
-%doc %attr(644,root,root) %{_mandir}/man1/kmchart.1.gz
 %doc %attr(644,root,root) %{_mandir}/man1/pmmessage.1.gz
 %doc %attr(644,root,root) %{_mandir}/man1/pmquery.1.gz
 %doc %attr(644,root,root) %{_datadir}/doc/pcp-gui/pcp-gui.lsm
@@ -184,7 +185,6 @@
 %attr(755,root,root) %{_bindir}/pmquery
 %attr(755,root,root) %{_libexecdir}/pcp/bin/pmsnap
 %attr(755,root,root) %{_bindir}/pmtime
-%attr(755,root,root) %{_bindir}/kmchart
 
 %files -n pcp-doc
 %defattr(-,root,root)

++ fix_desktop_file.diff ++
--- /var/tmp/diff_new_pack.GticJd/_old  2013-07-25 14:45:03.0 +0200
+++ /var/tmp/diff_new_pack.GticJd/_new  2013-07-25 14:45:03.0 +0200
@@ -2,15 

commit pcp-gui for openSUSE:Factory

2012-06-25 Thread h_root
Hello community,

here is the log from the commit of package pcp-gui for openSUSE:Factory checked 
in at 2012-06-25 11:54:12

Comparing /work/SRC/openSUSE:Factory/pcp-gui (Old)
 and  /work/SRC/openSUSE:Factory/.pcp-gui.new (New)


Package is pcp-gui, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pcp-gui/pcp-gui.changes  2011-12-25 
17:37:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcp-gui.new/pcp-gui.changes 2012-06-25 
11:54:15.0 +0200
@@ -1,0 +2,31 @@
+Wed Jun 20 09:28:18 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0+ and LGPL-2.1+ and SUSE-QWT-1.0
+  SPDX format (or use a license from the document linked at
+  http://license.opensuse.org)
+
+---
+Fri Jun 15 11:05:28 UTC 2012 - dd...@suse.com
+
+- Update to pcp-gui-1.5.5.
+  + Fix long-standing pmchart bug where the current archive position
+would revert to the beginning of the archive after adding a new
+chart or plot to an existing chart.
+
+- Update to pcp-gui-1.5.4.
+  + Need to remake aclocal.m4 to pick up autoconf macro change.
+
+- Update to pcp-gui-1.5.3.
+  + Add Encoding=UTF-8, needed by desktop-file-validate for
+RHEL builds.
+  + Fix man page format configure check for minimal build deps
+used in Debian builds.
+
+- Update to pcp-gui-1.5.2.
+  + Updates to source files with incorrect FSF address for rpmlint.
+  + Fix compilation warnings.
+  + Relax Debian dependencies somewhat (only pcp libs required).
+  + Add new Qt help library dependency on Debian build.
+  + Additional examples in the pcp-doc documents.
+
+---

Old:

  pcp-gui-1.5.1.src.tar.gz

New:

  pcp-gui-1.5.5.src.tar.gz



Other differences:
--
++ pcp-gui.spec ++
--- /var/tmp/diff_new_pack.ylHY86/_old  2012-06-25 11:54:17.0 +0200
+++ /var/tmp/diff_new_pack.ylHY86/_new  2012-06-25 11:54:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pcp-gui
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,41 +15,69 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+Summary:Visualisation tools for the Performance Co-Pilot toolkit
+
 Name:   pcp-gui
-Version:1.5.1
+Version:1.5.5
 Release:0
-Summary:Visualisation tools for the Performance Co-Pilot toolkit
-License:GPL-2.0
-Group:  System/Monitoring
+
+%define pcp_vers   3.6.4
+%if %{_vendor} == suse
+%define pcp_gr System/Monitoring
+%define doc_gr Documentation/HTML
+%define lib_pkglibpcp3
+%define lib_devel_pkg  libpcp-devel
+%define gui_licenseGPL-2.0+ and LGPL-2.1+ and SUSE-QWT-1.0
+%else
+%define pcp_gr Applications/System
+%define doc_gr Documentation
+%define lib_pkgpcp-libs
+%define lib_devel_pkg  pcp-libs-devel
+%define gui_licenseGPLv2+ and LGPLv2+ and LGPLv2+ with exceptions
+%endif
+
+License:%{gui_license}
+Group:  %{pcp_gr}
 Url:http://oss.sgi.com/projects/pcp
 Source: %{name}-%{version}.src.tar.gz
-Requires:   pcp = 2.0
+Requires:   pcp = %{pcp_vers}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  bison
 BuildRequires:  flex
-BuildRequires:  libpcp-devel
-BuildRequires:  libpcp3
-BuildRequires:  pcp = 2.0
-BuildRequires:  update-desktop-files
+BuildRequires:  %{lib_devel_pkg} = %{pcp_vers}
+BuildRequires:  %{lib_pkg}
+BuildRequires:  pcp = %{pcp_vers}
 %if %{_vendor} == suse
 Requires:   qt = 4.2
 BuildRequires:  libqt4-devel
 BuildRequires:  qt-devel = 4.2
+BuildRequires:  update-desktop-files
+%if  0%{?suse_version}  1130
+BuildRequires:  qt4-assistant-adp-devel
+%endif
 %else
 Requires:   qt4 = 4.2
 BuildRequires:  qt4-devel = 4.2
+BuildRequires:  desktop-file-utils
+BuildRequires:  gcc-c++
+%if (0%{?fedora}  12 || 0%{?rhel}  5)
+BuildRequires:  qt-assistant-adp-devel
 %endif
-%if 0%{?suse_version} == 0 || 0%{?suse_version}  1130
-BuildRequires:  qt4-assistant-adp-devel
 %endif
 Patch0: fix_desktop_file.diff
 Patch1: qt_assist_path.diff
 
 %description
-The PCP GUI package primarily includes visualisation tools for
+Visualization tools for the Performance Co-Pilot toolkit.
+Performance Co-Pilot (PCP) provides a framework and services to support
+system-level 

commit pcp-gui for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package pcp-gui for openSUSE:Factory checked 
in at 2011-12-25 17:37:49

Comparing /work/SRC/openSUSE:Factory/pcp-gui (Old)
 and  /work/SRC/openSUSE:Factory/.pcp-gui.new (New)


Package is pcp-gui, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pcp-gui/pcp-gui.changes  2011-09-23 
12:21:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcp-gui.new/pcp-gui.changes 2011-12-25 
17:37:50.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:39:47 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ pcp-gui.spec ++
--- /var/tmp/diff_new_pack.GRA3f9/_old  2011-12-25 17:37:50.0 +0100
+++ /var/tmp/diff_new_pack.GRA3f9/_new  2011-12-25 17:37:50.0 +0100
@@ -15,24 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   pcp-gui
 Version:1.5.1
-Release:1
+Release:0
 Summary:Visualisation tools for the Performance Co-Pilot toolkit
 License:GPL-2.0
-Url:http://oss.sgi.com/projects/pcp
 Group:  System/Monitoring
+Url:http://oss.sgi.com/projects/pcp
 Source: %{name}-%{version}.src.tar.gz
 Requires:   pcp = 2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libpcp-devel libpcp3 pcp = 2.0
-BuildRequires:  bison flex update-desktop-files
+BuildRequires:  autoconf
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  libpcp-devel
+BuildRequires:  libpcp3
+BuildRequires:  pcp = 2.0
+BuildRequires:  update-desktop-files
 %if %{_vendor} == suse
 Requires:   qt = 4.2
-BuildRequires:  libqt4-devel qt-devel = 4.2
+BuildRequires:  libqt4-devel
+BuildRequires:  qt-devel = 4.2
 %else
 Requires:   qt4 = 4.2
 BuildRequires:  qt4-devel = 4.2
@@ -53,13 +56,12 @@
 to the core PCP infrastructure.
 
 %package -n pcp-doc
-License:GPL-2.0
 %if 0%{?suse_version}  1110
 BuildArch:  noarch
 %endif
-Group:  Documentation/HTML
 Conflicts:  pcp-gui  1.5.0
 Summary:Performance Co-Pilot documentation and tutorials
+Group:  Documentation/HTML
 Url:http://oss.sgi.com/projects/pcp/
 
 %description -n pcp-doc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcp-gui for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package pcp-gui for openSUSE:Factory checked 
in at 2011-12-06 18:36:26

Comparing /work/SRC/openSUSE:Factory/pcp-gui (Old)
 and  /work/SRC/openSUSE:Factory/.pcp-gui.new (New)


Package is pcp-gui, Maintainer is 

Changes:




Other differences:
--
++ pcp-gui.spec ++
--- /var/tmp/diff_new_pack.7QUGrX/_old  2011-12-06 19:03:27.0 +0100
+++ /var/tmp/diff_new_pack.7QUGrX/_new  2011-12-06 19:03:27.0 +0100
@@ -22,7 +22,7 @@
 Version:1.5.1
 Release:1
 Summary:Visualisation tools for the Performance Co-Pilot toolkit
-License:GPLv2
+License:GPL-2.0
 Url:http://oss.sgi.com/projects/pcp
 Group:  System/Monitoring
 Source: %{name}-%{version}.src.tar.gz
@@ -53,7 +53,7 @@
 to the core PCP infrastructure.
 
 %package -n pcp-doc
-License:GPLv2
+License:GPL-2.0
 %if 0%{?suse_version}  1110
 BuildArch:  noarch
 %endif

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcp-gui for openSUSE:Factory

2011-09-01 Thread h_root

Hello community,

here is the log from the commit of package pcp-gui for openSUSE:Factory
checked in at Thu Sep 1 17:22:00 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/pcp-gui/pcp-gui.changes2011-08-04 
12:43:24.0 +0200
@@ -0,0 +1,10 @@
+---
+Thu Aug  4 12:41:55 CEST 2011 - dd...@suse.de
+
+- Explicitly define BuildRoot in spec file to fix SLE11 builds.
+
+---
+Thu Jul  7 19:47:47 CEST 2011 - dd...@suse.de
+
+- Handle separate qt-assistant library and include paths.
+

calling whatdependson for head-i586


New:

  fix_desktop_file.diff
  pcp-gui-1.5.1.src.tar.gz
  pcp-gui.changes
  pcp-gui.spec
  qt_assist_path.diff



Other differences:
--
++ pcp-gui.spec ++
#
# spec file for package pcp-gui
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:   pcp-gui
Version:1.5.1
Release:1
Summary:Visualisation tools for the Performance Co-Pilot toolkit
License:GPLv2
Url:http://oss.sgi.com/projects/pcp
Group:  System/Monitoring
Source: %{name}-%{version}.src.tar.gz
Requires:   pcp = 2.0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  libpcp-devel libpcp3 pcp = 2.0
BuildRequires:  bison flex update-desktop-files
%if %{_vendor} == suse
Requires:   qt = 4.2
BuildRequires:  libqt4-devel qt-devel = 4.2
%else
Requires:   qt4 = 4.2
BuildRequires:  qt4-devel = 4.2
%endif
%if 0%{?suse_version} == 0 || 0%{?suse_version}  1130
BuildRequires:  qt4-assistant-adp-devel
%endif
Patch0: fix_desktop_file.diff
Patch1: qt_assist_path.diff

%description
The PCP GUI package primarily includes visualisation tools for
monitoring systems using live and archived Performance Co-Pilot
(PCP) sources.
These tools have dependencies on graphics libraries which may or
may not be installed on server machines, so PCP GUI is delivered,
managed and maintained as a separate (source and binary) package
to the core PCP infrastructure.

%package -n pcp-doc
License:GPLv2
%if 0%{?suse_version}  1110
BuildArch:  noarch
%endif
Group:  Documentation/HTML
Conflicts:  pcp-gui  1.5.0
Summary:Performance Co-Pilot documentation and tutorials
Url:http://oss.sgi.com/projects/pcp/

%description -n pcp-doc
The pcp-doc package provides useful information on using and
configuring the Performance Co-Pilot (PCP) toolkit for system
level performance management.  It includes tutorials, HOWTOs,
and other detailed documentation about the internals of core
PCP utilities and daemons, and the PCP graphical tools.

%prep
%setup -q
%patch0
%if 0%{?suse_version} == 0 || 0%{?suse_version}  1130
%patch1
%endif
autoconf
%configure

%clean
[ ! -z $DIST_ROOT ]  rm -rf $DIST_ROOT
rm -rf $RPM_BUILD_ROOT

%build
make default-pcp-gui

%install
BACKDIR=`pwd`;
DIST_ROOT=$RPM_BUILD_ROOT
export DIST_ROOT
make install-pcp-gui
%suse_update_desktop_file -i pmchart

%files
%defattr(-,root,root)
%dir %attr(755,root,root) %{_libexecdir}/pcp/bin
%dir %attr(755,root,root) %{_datadir}/doc/pcp-gui
%dir %attr(755,root,root) %{_datadir}/pcp/demos/tutorials
%dir %attr(755,root,root) %{_localstatedir}/lib/pcp/config/pmafm
%dir %attr(755,root,root) %{_localstatedir}/lib/pcp/config/pmchart
%dir %attr(755,root,root) %{_localstatedir}/lib/pcp/config/pmsnap
%doc %attr(0444,root,root) %{_localstatedir}/lib/pcp/config/pmchart/CPU
%doc %attr(0444,root,root) %{_localstatedir}/lib/pcp/config/pmchart/Disk
%doc %attr(0444,root,root) %{_localstatedir}/lib/pcp/config/pmchart/Diskbytes
%doc %attr(0444,root,root) %{_localstatedir}/lib/pcp/config/pmchart/Filesystem
%doc %attr(0444,root,root) %{_localstatedir}/lib/pcp/config/pmchart/Loadavg
%doc %attr(0444,root,root) %{_localstatedir}/lib/pcp/config/pmchart/Memory
%doc %attr(0444,root,root) %{_localstatedir}/lib/pcp/config/pmchart/NFS2
%doc %attr(0444,root,root) %{_localstatedir}/lib/pcp/config/pmchart/NFS3
%doc %attr(0444,root,root) %{_localstatedir}/lib/pcp/config/pmchart/Netbytes
%doc %attr(0444,root,root)