Hello community,

here is the log from the commit of package qps for openSUSE:Factory
checked in at Mon Sep 5 17:11:42 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ qps/qps.changes     2011-08-28 17:24:07.000000000 +0200
@@ -0,0 +1,79 @@
+-------------------------------------------------------------------
+Sun Aug 28 15:03:25 UTC 2011 - [email protected]
+
+- Update to 1.10.16
+  + 3.0-ARCH problem fixed
+
+-------------------------------------------------------------------
+Mon Aug 22 12:40:55 UTC 2011 - [email protected]
+
+- Patch to fix typo in desktop file (bnc#631745)
+
+-------------------------------------------------------------------
+Sun Jul 17 17:26:11 UTC 2011 - [email protected]
+
+- Update to 1.10.15
+  + Added IO monitoring
+
+-------------------------------------------------------------------
+Wed Jul  6 05:11:57 UTC 2011 - [email protected]
+
+- Update to 1.10.14
+  + Fixed wrong process names
+
+-------------------------------------------------------------------
+Sat Jun 18 15:52:35 UTC 2011 - [email protected]
+
+- Update to 1.10.13
+  + GNOME3 and Avant Window Navigator support
+- Correct License tag according to SPDX Standard
+
+-------------------------------------------------------------------
+Fri Jun  3 15:30:56 UTC 2011 - [email protected]
+
+- Update to 1.10.12.3
+  + Zero CPU bug fixed (thanks to "David Rosenstrauch")
+  + SEGFAULT fixed (Google Chrome's very long cmdline bug fix)
+- Dropped obsolete buffer_overflow patch
+- Use full URL as a source
+
+-------------------------------------------------------------------
+Mon Apr 11 14:34:35 UTC 2011 - [email protected]
+
+- Added rpm optflags
+- Added COPYING
+- Marked man as doc
+
+-------------------------------------------------------------------
+Tue Jul  6 10:21:25 UTC 2010 - [email protected]
+
+- Fixed buffer overflow (bnc#613864). Patch from Bernhard Rotter
+- Build debug packages
+
+-------------------------------------------------------------------
+Tue Oct 20 00:00:00 UTC 2009 - [email protected]
+
+- Update to 1.10.12.1
+  + 0 (zero) Process bug fixed (David_Rosenstrauch@archlinux)
+
+-------------------------------------------------------------------
+Thu Sep 17 00:00:00 UTC 2009 - [email protected]
+
+- Update to 1.10.12
+  + Not working problem on kernel-2.6.xx was fixed
+  + MEM field added
+  + Tab on-off switch added
+
+-------------------------------------------------------------------
+Fri Aug  7 00:00:00 UTC 2009 - [email protected]
+
+- Update to 1.10.11
+  + Window raise problem was fixed
+  + IO_RW was added
+  + Bugs was fixed (WCHAN, kernel warning.... etc)
+
+-------------------------------------------------------------------
+Sat Aug  1 00:00:00 UTC 2009 - [email protected]
+
+- Initial package created - 1.10.10
+

calling whatdependson for head-i586


New:
----
  qps-1.10.12.1-nostrip.patch
  qps-1.10.15-desktop.patch
  qps-1.10.16.tar.bz2
  qps.changes
  qps.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qps.spec ++++++
#
# spec file for package qps
#
# 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/
#



Name:           qps
Version:        1.10.16
Release:        1
License:        GPL-2.0
Summary:        Visual Process Manager
Url:            http://qps.kldp.net/
Group:          System/Monitoring
Source0:        http://kldp.net/frs/download.php/5963/%{name}-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE qps-1.10.12.1-nostrip.patch [email protected] -- 
don't strip binary, OBS does itself
Patch0:         qps-1.10.12.1-nostrip.patch
# PATCH-FIX-UPSTREAM qps-1.10.15-desktop.patch bnc#631745 
[email protected] -- fix typo and remove file extension in desktop file
Patch1:         qps-1.10.15-desktop.patch
BuildRequires:  libqt4-devel
BuildRequires:  update-desktop-files
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Qps is a visual process manager, an X11 version of "top" or "ps" that
displays processes in a window and lets you sort and manipulate them. It
displays some general system information, and many details about current
processes.



Authors:
--------
    <[email protected]>

%prep
%setup -q
%patch0
%patch1

%build
qmake \
    QMAKE_CFLAGS+="%{optflags}" \
    QMAKE_CXXFLAGS+="%{optflags}"
%__make %{?_smp_mflags}

%install
%__install -Dm 755 %{name} %{buildroot}%{_bindir}/%{name}
%__install -Dm 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
%__install -Dm 644 %{name}.desktop \
    %{buildroot}%{_datadir}/applications/%{name}.desktop
%__install -Dm 644 icon/icon.xpm \
    %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
%suse_update_desktop_file -r %{name} System Monitor

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%files
%defattr(-,root,root,-)
%doc CHANGES COPYING README_INSTALL
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm
%doc %{_mandir}/man?/*

%changelog
++++++ qps-1.10.12.1-nostrip.patch ++++++
Description: Don't strip binary. OBS does itself.
Author: Kyrill Detinov <[email protected]>
Index: qps.pro
===================================================================
--- qps.pro.orig        2009-08-07 17:09:37.000000000 +0400
+++ qps.pro     2010-07-06 14:38:25.000000000 +0400
@@ -70,7 +70,7 @@ UNAME = $$system(uname -s)
 
 contains( UNAME, [lL]inux ) {
        system(ln -fs proc_linux.cpp proc.cpp)
-       QMAKE_POST_LINK += strip -g qps  #same  "install -s"
+;      QMAKE_POST_LINK += strip -g qps  #same  "install -s"
 }
 
 contains( UNAME, SunOS ) {
++++++ qps-1.10.15-desktop.patch ++++++
Description: Fix typo (bnc#631745) and remove file extension in desktop file.
Author: Kyrill Detinov <[email protected]>
Index: qps.desktop
===================================================================
--- qps.desktop.orig
+++ qps.desktop
@@ -2,9 +2,9 @@
 Categories=Application;System;
 Name=qps
 GenericName=Visual process manager
-Comment=GUI version version of "ps" or "top"
+Comment=GUI version of "ps" or "top"
 Exec=qps
-Icon=qps.xpm
+Icon=qps
 Terminal=false
 Type=Application
 Encoding=UTF-8

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

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

Reply via email to