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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pcp-gui.new/pcp-gui.changes     2012-06-25 
11:54:15.000000000 +0200
@@ -1,0 +2,31 @@
+Wed Jun 20 09:28:18 UTC 2012 - [email protected]
+
+- 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 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.ylHY86/_new  2012-06-25 11:54:17.000000000 +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_pkg                        libpcp3
+%define lib_devel_pkg          libpcp-devel
+%define gui_license            GPL-2.0+ and LGPL-2.1+ and SUSE-QWT-1.0
+%else
+%define pcp_gr                 Applications/System
+%define doc_gr                 Documentation
+%define lib_pkg                        pcp-libs
+%define lib_devel_pkg          pcp-libs-devel
+%define gui_license            GPLv2+ 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 performance monitoring and performance management.
+
+The PCP GUI package primarily includes visualization 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
@@ -61,10 +89,14 @@
 %endif
 Conflicts:      pcp-gui < 1.5.0
 Summary:        Performance Co-Pilot documentation and tutorials
-Group:          Documentation/HTML
+Group:          %{doc_gr}
 Url:            http://oss.sgi.com/projects/pcp/
 
 %description -n pcp-doc
+Documentation and tutorial for the Performance Co-Pilot
+Performance Co-Pilot (PCP) provides a framework and services to support
+system-level performance monitoring and performance management.
+
 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,
@@ -92,7 +124,9 @@
 DIST_ROOT="$RPM_BUILD_ROOT"
 export DIST_ROOT
 make install-pcp-gui
+%if "%{_vendor}" == "suse"
 %suse_update_desktop_file -i pmchart
+%endif
 
 %files
 %defattr(-,root,root)

++++++ fix_desktop_file.diff ++++++
--- /var/tmp/diff_new_pack.ylHY86/_old  2012-06-25 11:54:17.000000000 +0200
+++ /var/tmp/diff_new_pack.ylHY86/_new  2012-06-25 11:54:17.000000000 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- src/chart/pmchart.desktop.orig
 +++ src/chart/pmchart.desktop
-@@ -1,8 +1,9 @@
+@@ -1,9 +1,10 @@
  [Desktop Entry]
  Name=PCP Charts
 +GenericName=PCP Charts
@@ -13,3 +13,4 @@
  Type=Application
 -Categories=System;Utility;
 +Categories=System;Monitor;
+ Encoding=UTF-8

++++++ pcp-gui-1.5.1.src.tar.gz -> pcp-gui-1.5.5.src.tar.gz ++++++
++++ 6062 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to