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-02-07 15:16:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/procps (Old)
 and      /work/SRC/openSUSE:Factory/.procps.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "procps"

Sun Feb  7 15:16:39 2021 rev:118 rq:868827 version:3.3.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/procps/procps.changes    2020-12-09 
22:12:09.831112201 +0100
+++ /work/SRC/openSUSE:Factory/.procps.new.28504/procps.changes 2021-02-07 
15:18:13.821688738 +0100
@@ -1,0 +2,5 @@
+Tue Feb  2 21:44:58 UTC 2021 - Antoine Belvire <antoine.belv...@opensuse.org>
+
+- Package translations in procps-lang.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ procps.spec ++++++
--- /var/tmp/diff_new_pack.lhjfSr/_old  2021-02-07 15:18:14.617690065 +0100
+++ /var/tmp/diff_new_pack.lhjfSr/_new  2021-02-07 15:18:14.621690072 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package procps
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 %bcond_without  bin2usr
 %endif
 %bcond_without  pidof
+%bcond_without  nls
 Name:           procps
 Version:        3.3.16
 Release:        0
@@ -88,6 +89,10 @@
 Requires(postun): %insserv_prereq
 %endif
 
+%if %{with nls}
+%lang_package
+%endif
+
 %description
 The procps package contains a set of system utilities that provide
 system information. Procps includes ps, free, skill, snice, tload, top,
@@ -167,7 +172,9 @@
 %global optflags       %{optflags} -D_GNU_SOURCE $LFS_CFLAGS -DCPU_ZEROTICS 
-DUSE_X_COLHDR -pipe
 %configure             \
     --disable-static   \
+%if !%{with nls}
     --disable-nls      \
+%endif
     --disable-rpath    \
     --disable-kill     \
 %if !%{with pidof}
@@ -275,6 +282,9 @@
 ln -s /bin/pkill   %{buildroot}%{_bindir}/pkill
 ln -s /sbin/sysctl %{buildroot}%{_sbindir}/sysctl
 %endif
+%if %{with nls}
+%find_lang procps-ng
+%endif
 
 %post   -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
@@ -410,4 +420,8 @@
 %defattr (-,root,root,755)
 %{_libdir}/libprocps.so.%{somajor}*
 
+%if %{with nls}
+%files lang -f procps-ng.lang 
+%endif
+
 %changelog

Reply via email to