Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package procps for openSUSE:Factory checked 
in at 2022-12-16 17:51:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/procps (Old)
 and      /work/SRC/openSUSE:Factory/.procps.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "procps"

Fri Dec 16 17:51:02 2022 rev:130 rq:1043109 version:3.3.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/procps/procps.changes    2022-07-01 
13:43:59.614811488 +0200
+++ /work/SRC/openSUSE:Factory/.procps.new.1835/procps.changes  2022-12-16 
17:51:05.575833129 +0100
@@ -1,0 +2,6 @@
+Thu Dec 15 09:45:46 UTC 2022 - Dr. Werner Fink <wer...@suse.de>
+
+- Extend patch procps-3.3.17-library-bsc1181475.patch (bsc#1206412) 
+- Make sure that correct library version is installed (bsc#1206412)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ procps.spec ++++++
--- /var/tmp/diff_new_pack.DeDsDc/_old  2022-12-16 17:51:06.331837290 +0100
+++ /var/tmp/diff_new_pack.DeDsDc/_new  2022-12-16 17:51:06.335837312 +0100
@@ -79,6 +79,7 @@
 BuildRequires:  pkgconfig(libsystemd)
 Provides:       ps = %{version}-%{release}
 Obsoletes:      ps < %{version}-%{release}
+Requires:       %{libname} = %{version}-%{release}
 %ifarch ia64 x86_64 ppc64 ppc %{sparc}
 BuildRequires:  libnuma-devel
 %endif

++++++ procps-3.3.17-library-bsc1181475.patch ++++++
--- /var/tmp/diff_new_pack.DeDsDc/_old  2022-12-16 17:51:06.367837488 +0100
+++ /var/tmp/diff_new_pack.DeDsDc/_new  2022-12-16 17:51:06.371837510 +0100
@@ -1,7 +1,19 @@
 ---
+ free.1         |    2 +-
  proc/sysinfo.c |    9 +++++----
- 1 file changed, 5 insertions(+), 4 deletions(-)
+ 2 files changed, 6 insertions(+), 5 deletions(-)
 
+--- free.1
++++ free.1     2022-12-15 09:40:32.807087343 +0000
+@@ -19,7 +19,7 @@ columns are:
+ Total installed memory (MemTotal and SwapTotal in /proc/meminfo)
+ .TP
+ \fBused\fR
+-Used memory (calculated as \fBtotal\fR - \fBfree\fR - \fBbuffers\fR - 
\fBcache\fR)
++Used memory (calculated as \fBtotal\fR - \fBavailable\fR)
+ .TP
+ \fBfree\fR
+ Unused memory (MemFree and SwapFree in /proc/meminfo)
 --- proc/sysinfo.c
 +++ proc/sysinfo.c     2022-06-22 11:29:39.240066488 +0000
 @@ -794,10 +794,6 @@ nextline:

Reply via email to