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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pcp-gui.new/pcp-gui.changes     2013-07-25 
14:45:02.000000000 +0200
@@ -1,0 +2,28 @@
+Tue Jul 23 14:01:56 UTC 2013 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.GticJd/_new  2013-07-25 14:45:03.000000000 +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_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 >= %{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.000000000 +0200
+++ /var/tmp/diff_new_pack.GticJd/_new  2013-07-25 14:45:03.000000000 +0200
@@ -2,15 +2,14 @@
 ===================================================================
 --- src/chart/pmchart.desktop.orig
 +++ src/chart/pmchart.desktop
-@@ -1,9 +1,10 @@
+@@ -1,8 +1,9 @@
  [Desktop Entry]
  Name=PCP Charts
 +GenericName=PCP Charts
- Comment=Strip Chart tool for plotting Performance Co-Pilot metrics.
+ Comment=Strip Chart tool for plotting Performance Co-Pilot metrics
  Exec=pmchart
- Icon=pmchart.png
+ Icon=pmchart
  Terminal=false
  Type=Application
--Categories=System;Utility;
+-Categories=System;Utility;Network;Qt;
 +Categories=System;Monitor;
- Encoding=UTF-8

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

++++++ qt_assist_path.diff ++++++
--- /var/tmp/diff_new_pack.GticJd/_old  2013-07-25 14:45:04.000000000 +0200
+++ /var/tmp/diff_new_pack.GticJd/_new  2013-07-25 14:45:04.000000000 +0200
@@ -4,7 +4,7 @@
 +++ src/libqwt/libqwt.pro.in
 @@ -2,6 +2,7 @@ TARGET         = qwt
  TEMPLATE      = lib
- VERSION               = 5.2.0
+ VERSION               = 6.0.2
  CONFIG                += qt staticlib warn_on @qt_release@
 +INCLUDEPATH   += /usr/include/QtAssistant
  
@@ -26,7 +26,7 @@
 +LIBS          += -lQtAssistantClient
  win32:LIBS    += -L@pcp_dir@/bin -L@pcp_dir@/local/bin -L@pcp_dir@/lib
  win32:LIBS    += -lwsock32
- QT            += @qt_assistant@ network
+ QT            += network
 Index: src/time/pmtime.pro.in
 ===================================================================
 --- src/time/pmtime.pro.in.orig
@@ -41,5 +41,5 @@
  LIBS          += -L../libqwt/@qt_release@ -L../libqwt/build/@qt_release@
 +LIBS          += -lQtAssistantClient
  win32:LIBS    += -L @pcp_dir@/bin -L @pcp_dir@/local/bin -lwsock32
- QT            += @qt_assistant@ network
- CONFIG                += qt assistant warn_on @qt_release@
+ QT            += network
+ CONFIG                += qt warn_on @qt_release@

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

Reply via email to