Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package procps for openSUSE:Factory checked 
in at 2021-04-01 14:16:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/procps (Old)
 and      /work/SRC/openSUSE:Factory/.procps.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "procps"

Thu Apr  1 14:16:27 2021 rev:122 rq:882327 version:3.3.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/procps/procps.changes    2021-03-15 
10:53:45.485112570 +0100
+++ /work/SRC/openSUSE:Factory/.procps.new.2401/procps.changes  2021-04-01 
14:16:47.615931730 +0200
@@ -1,0 +2,7 @@
+Wed Mar 31 10:18:10 UTC 2021 - Dr. Werner Fink <wer...@suse.de>
+
+- Add upstream patch procps-3.3.17-bsc1181976.patch based on
+  commit 3dd1661a to fix bsc#1181976 that is change descripton
+  of psr, which is for 39th field of /proc/[pid]/stat
+
+-------------------------------------------------------------------

New:
----
  procps-3.3.17-bsc1181976.patch

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

Other differences:
------------------
++++++ procps.spec ++++++
--- /var/tmp/diff_new_pack.5zATkU/_old  2021-04-01 14:16:48.359932888 +0200
+++ /var/tmp/diff_new_pack.5zATkU/_new  2021-04-01 14:16:48.359932888 +0200
@@ -58,8 +58,10 @@
 Patch31:        procps-ng-3.3.8-ignore-scan_unevictable_pages.patch
 # PATCH-FIX-SUSE -- Avoid errno set by setlocale()
 Patch32:        procps-ng-3.3.10-errno.patch
-# PATCH-FEATURE-SUSE -- Let upstream pmap behave simialr to old suse pmap
+# PATCH-FEATURE-SUSE -- Let upstream pmap behave similar to old suse pmap
 Patch33:        procps-ng-3.3.11-pmap4suse.patch
+# PATCH-FIX-UPSTREAM -- bsc#1181976
+Patch34:        procps-3.3.17-bsc1181976.patch
 BuildRequires:  automake
 BuildRequires:  dejagnu
 BuildRequires:  diffutils
@@ -139,6 +141,7 @@
 %patch31 -p1
 %patch32
 %patch33 -b .pmap4us
+%patch34
 
 %build
 test -s .tarball-version || echo %{version} > .tarball-version

++++++ procps-3.3.17-bsc1181976.patch ++++++
>From 3dd1661a3d91671ca6c977c2e514f47d807be79d Mon Sep 17 00:00:00 2001
From: Craig Small <csm...@dropbear.xyz>
Date: Mon, 29 Mar 2021 22:11:27 +1100
Subject: [PATCH] docs: psr ps field is last run processor

The ps.1 manpage incorrectly stated that psr field showed the
processor the process was assigned to. However if the assignment
has changed but the process has not run, then the field doesn't
change.

Some digging by @srikard showed it wasn't the processor assigned
but the last one it was run on. The man page now correctly
describes psr in that way.

References:
 procps-ng/procps#187
---
 ps/ps.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git ps/ps.1 ps/ps.1
index 8678123..b433655 100644
--- ps/ps.1
+++ ps/ps.1
|@@ -4,7 +4,7 @@
| .\" Quick hack conversion by Albert Cahalan, 1998.
| .\" Licensed under version 2 of the Gnu General Public License.
| .\"
|-.TH PS "1" "2021-03-05" "procps-ng" "User Commands"
|+.TH PS "1" "2021-03-29" "procps-ng" "User Commands"
| .\"
| .\" To render this page:
| .\"    groff -t -b -man -X -P-resolution -P100 -Tps ps.1 &
@@ -1521,7 +1521,7 @@ priority of the process.  Higher number means lower 
priority.
 T}
 
 psr    PSR     T{
-processor that process is currently assigned to.
+processor that process last executed on.
 T}
 
 rgid   RGID    T{
-- 
2.26.2

Reply via email to