Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package smc-tools for openSUSE:Factory checked in at 2023-09-13 20:45:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smc-tools (Old) and /work/SRC/openSUSE:Factory/.smc-tools.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smc-tools" Wed Sep 13 20:45:54 2023 rev:15 rq:1110853 version:1.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/smc-tools/smc-tools.changes 2022-10-06 07:41:42.724621583 +0200 +++ /work/SRC/openSUSE:Factory/.smc-tools.new.1766/smc-tools.changes 2023-09-13 20:48:10.309794643 +0200 @@ -1,0 +2,8 @@ +Wed Sep 13 05:29:49 UTC 2023 - Nikolay Gueorguiev <[email protected]> + +- Upgrade to vesion 1.8.3 (jsc#PED-5438) + * Bug fixes + - Makefile: Adjust default library path for Ubuntu + - smc_stats: Fix man page name + +------------------------------------------------------------------- Old: ---- smc-tools-1.8.2.tar.gz New: ---- smc-tools-1.8.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smc-tools.spec ++++++ --- /var/tmp/diff_new_pack.JvpwLI/_old 2023-09-13 20:48:11.281829321 +0200 +++ /var/tmp/diff_new_pack.JvpwLI/_new 2023-09-13 20:48:11.281829321 +0200 @@ -1,7 +1,7 @@ # # spec file for package smc-tools # -# Copyright (c) 2018-2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ Name: smc-tools -Version: 1.8.2 +Version: 1.8.3 Release: 0 Summary: Shared Memory Communication via RDMA License: EPL-1.0 Group: System/Kernel URL: https://www.ibm.com/developerworks/linux/linux390/smc-tools.html -Source: %{name}-%{version}.tar.gz +Source: https://github.com/ibm-s390-linux/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz +### Source: https://github.com/ibm-s390-linux/smc-tools/releases/tag/1.8.3.tar.gz BuildRequires: bash-completion-devel BuildRequires: libnl3-devel ++++++ smc-tools-1.8.2.tar.gz -> smc-tools-1.8.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/smc-tools-1.8.2/Makefile new/smc-tools-1.8.3/Makefile --- old/smc-tools-1.8.2/Makefile 2022-09-29 15:25:06.000000000 +0200 +++ new/smc-tools-1.8.3/Makefile 2023-07-28 13:40:47.000000000 +0200 @@ -9,7 +9,7 @@ # http://www.eclipse.org/legal/epl-v10.html # -SMC_TOOLS_RELEASE = 1.8.2 +SMC_TOOLS_RELEASE = 1.8.3 VER_MAJOR = $(shell echo $(SMC_TOOLS_RELEASE) | cut -d '.' -f 1) ARCHTYPE = $(shell uname -m) @@ -42,7 +42,7 @@ # ifeq ($(ARCH),64) ifeq ($(DISTRO),Ubuntu) -LIBDIR = ${PREFIX}/lib/${ARCHTYPE}-linux-gnu +LIBDIR = ${PREFIX}/usr/lib else LIBDIR = ${PREFIX}/lib64 endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/smc-tools-1.8.2/README.md new/smc-tools-1.8.3/README.md --- old/smc-tools-1.8.2/README.md 2022-09-29 15:25:06.000000000 +0200 +++ new/smc-tools-1.8.3/README.md 2023-07-28 13:40:47.000000000 +0200 @@ -39,6 +39,12 @@ Release History: ================ +* __v1.8.3 (2023-07-28)__ + + Bug fixes: + - `Makefile`: Adjust default library path for Ubuntu + - `smc_stats`: Fix man page name + * __v1.8.2 (2022-09-26)__ Bug fixes: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/smc-tools-1.8.2/smc_chk new/smc-tools-1.8.3/smc_chk --- old/smc-tools-1.8.2/smc_chk 2022-09-29 15:25:06.000000000 +0200 +++ new/smc-tools-1.8.3/smc_chk 2023-07-28 13:40:47.000000000 +0200 @@ -2,7 +2,7 @@ # Copyright IBM Corp. 2021 -VERSION="1.8.2"; +VERSION="1.8.3"; function usage() { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/smc-tools-1.8.2/smc_dbg new/smc-tools-1.8.3/smc_dbg --- old/smc-tools-1.8.2/smc_dbg 2022-09-29 15:25:06.000000000 +0200 +++ new/smc-tools-1.8.3/smc_dbg 2023-07-28 13:40:47.000000000 +0200 @@ -2,7 +2,7 @@ # Copyright IBM Corp. 2019 -VERSION="1.8.2"; +VERSION="1.8.3"; function usage() { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/smc-tools-1.8.2/smc_rnics new/smc-tools-1.8.3/smc_rnics --- old/smc-tools-1.8.2/smc_rnics 2022-09-29 15:25:06.000000000 +0200 +++ new/smc-tools-1.8.3/smc_rnics 2023-07-28 13:40:47.000000000 +0200 @@ -2,7 +2,7 @@ # Copyright IBM Corp. 2018, 2022 -VERSION="1.8.2"; +VERSION="1.8.3"; function usage() { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/smc-tools-1.8.2/smc_run new/smc-tools-1.8.3/smc_run --- old/smc-tools-1.8.2/smc_run 2022-09-29 15:25:06.000000000 +0200 +++ new/smc-tools-1.8.3/smc_run 2023-07-28 13:40:47.000000000 +0200 @@ -10,7 +10,7 @@ # http://www.eclipse.org/legal/epl-v10.html # LIB_NAME="libsmc-preload.so" -VERSION="1.8.2"; +VERSION="1.8.3"; function usage() { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/smc-tools-1.8.2/smcd-stats.8 new/smc-tools-1.8.3/smcd-stats.8 --- old/smc-tools-1.8.2/smcd-stats.8 2022-09-29 15:25:06.000000000 +0200 +++ new/smc-tools-1.8.3/smcd-stats.8 2023-07-28 13:40:47.000000000 +0200 @@ -1,4 +1,4 @@ -.TH SMCSS 8 "June 2021" "smc-tools" "Linux Programmer's Manual" +.TH SMCD-STATS 8 "June 2021" "smc-tools" "Linux Programmer's Manual" .SH NAME smcd-stats \- Print statistics about SMC-D usage diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/smc-tools-1.8.2/smctools_common.h new/smc-tools-1.8.3/smctools_common.h --- old/smc-tools-1.8.2/smctools_common.h 2022-09-29 15:25:06.000000000 +0200 +++ new/smc-tools-1.8.3/smctools_common.h 2023-07-28 13:40:47.000000000 +0200 @@ -19,7 +19,7 @@ #define STRINGIFY_1(x) #x #define STRINGIFY(x) STRINGIFY_1(x) -#define RELEASE_STRING "1.8.2" +#define RELEASE_STRING "1.8.3" #define PF_SMC 43
