Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mbuffer for openSUSE:Factory checked 
in at 2024-05-24 19:53:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mbuffer (Old)
 and      /work/SRC/openSUSE:Factory/.mbuffer.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mbuffer"

Fri May 24 19:53:24 2024 rev:28 rq:1176703 version:20231216

Changes:
--------
--- /work/SRC/openSUSE:Factory/mbuffer/mbuffer.changes  2023-05-30 
22:03:05.571240304 +0200
+++ /work/SRC/openSUSE:Factory/.mbuffer.new.24587/mbuffer.changes       
2024-05-24 19:53:48.907379015 +0200
@@ -1,0 +2,6 @@
+Fri May 24 08:12:05 UTC 2024 - ming li <[email protected]>
+
+- Update to version 20231216:
+  * changed from `which` to `command` for Debian forward compatibility 
+
+-------------------------------------------------------------------

Old:
----
  mbuffer-20230301.tgz

New:
----
  mbuffer-20231216.tgz

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

Other differences:
------------------
++++++ mbuffer.spec ++++++
--- /var/tmp/diff_new_pack.HostxR/_old  2024-05-24 19:53:49.491400385 +0200
+++ /var/tmp/diff_new_pack.HostxR/_new  2024-05-24 19:53:49.495400532 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mbuffer
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           mbuffer
-Version:        20230301
+Version:        20231216
 Release:        0
 Summary:        Replacement for "buffer" with many more Features
 License:        GPL-3.0-or-later

++++++ mbuffer-20230301.tgz -> mbuffer-20231216.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbuffer-20230301/.hg_archival.txt 
new/mbuffer-20231216/.hg_archival.txt
--- old/mbuffer-20230301/.hg_archival.txt       2023-02-27 20:18:52.000000000 
+0100
+++ new/mbuffer-20231216/.hg_archival.txt       2023-12-16 20:59:43.000000000 
+0100
@@ -1,4 +1,4 @@
 repo: 6e3b485d74645931e2408ed1f57e659029b5639a
-node: 621d57b1a49b5a1dcd2059ed0f5e4ef59aa42861
+node: 35a21bac3f17eb1c4054386707d0f66f10490b74
 branch: default
-tag: R20230301
+tag: R20231216
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbuffer-20230301/.hgtags new/mbuffer-20231216/.hgtags
--- old/mbuffer-20230301/.hgtags        2023-02-27 20:18:52.000000000 +0100
+++ new/mbuffer-20231216/.hgtags        2023-12-16 20:59:43.000000000 +0100
@@ -113,3 +113,4 @@
 3b8642c23858eaa90737280ac2c0cd0761ecb62a R20211004
 031876543708de476cc59c9eec9361869641c27e R20211018
 c7c0963507efb243a9b5089ba79658213b0df6a9 R20220418
+621d57b1a49b5a1dcd2059ed0f5e4ef59aa42861 R20230301
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbuffer-20230301/ChangeLog 
new/mbuffer-20231216/ChangeLog
--- old/mbuffer-20230301/ChangeLog      2023-02-27 20:18:52.000000000 +0100
+++ new/mbuffer-20231216/ChangeLog      2023-12-16 20:59:43.000000000 +0100
@@ -1,3 +1,6 @@
+20231216:
+- changed from `which` to `command` for Debian forward compatibility
+
 20230301:
 - Fix breaking connections on WAN links: retry on EAGAIN
   (fix by Nico Schümann)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbuffer-20230301/README new/mbuffer-20231216/README
--- old/mbuffer-20230301/README 2023-02-27 20:18:52.000000000 +0100
+++ new/mbuffer-20231216/README 2023-12-16 20:59:43.000000000 +0100
@@ -12,7 +12,7 @@
 
 DESCRIPTION:
 ============
-mbuffer is a raplacement for buffer with additional functionality:
+mbuffer is a replacement for buffer with additional functionality:
 
 # display of i/o speed
 # optional use of memory mapped i/o for huge buffer files
@@ -39,7 +39,7 @@
 
 ARCHITECTURES and PLATFORMS:
 ============================
-This software has been tested under the following operatingsystems:
+This software has been tested under the following operating systems:
 - solaris 8 (SPARC and x86) and later
   - no known issues
   - do not put your temporary files on a tmpfs filesystem,
@@ -63,7 +63,7 @@
 
 This argumentation is irrelevant in the case of mbuffer, which uses the
 function to inspect the transient status, and thread synchronization is
-done on variables under mutal exclusion.
+done on variables under mutual exclusion.
 
 If anybody is willing to provide a patch that works around this
 limitation, I will consider its inclusion. As I don't have a MacOS
@@ -101,7 +101,7 @@
 
 DONATIONS:
 ==========
-If you like this software, and use it for production porposes in your
+If you like this software, and use it for production purposes in your
 company, please consider making a donation to support this work. 
 You can donate via PayPal to the author's e-mail address:
 [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbuffer-20230301/mkversion.sh 
new/mbuffer-20231216/mkversion.sh
--- old/mbuffer-20230301/mkversion.sh   2023-02-27 20:18:52.000000000 +0100
+++ new/mbuffer-20231216/mkversion.sh   2023-12-16 20:59:43.000000000 +0100
@@ -21,9 +21,9 @@
 
 VERSION_H=${1:-version.h}
 NEWFILE=`mktemp -t version.h.XXXXXXXXXX`
-SED=`which gsed 2> /dev/null`
+SED=`command -v gsed 2> /dev/null`
 if [ $? != 0 ]; then
-       SED=`which sed`
+       SED=`command -v sed`
 fi
 
 vinfo=0
@@ -51,7 +51,7 @@
                rm $NEWFILE
        fi
 elif [ -d .hg ]; then
-       HG=${HG:-`which hg`}
+       HG=${HG:-`command -v hg`}
        if [ "$?" == "0" ]; then
                # Check if we have modified, removed, added or deleted files.
                if [ `$HG st -mard | wc -l` != "0" ]; then

Reply via email to