Hello community, here is the log from the commit of package smc-tools for openSUSE:Factory checked in at 2020-12-11 20:15:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smc-tools (Old) and /work/SRC/openSUSE:Factory/.smc-tools.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smc-tools" Fri Dec 11 20:15:55 2020 rev:10 rq:854103 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/smc-tools/smc-tools.changes 2020-09-25 16:34:52.280068085 +0200 +++ /work/SRC/openSUSE:Factory/.smc-tools.new.2328/smc-tools.changes 2020-12-11 20:15:56.648640465 +0100 @@ -1,0 +2,15 @@ +Mon Dec 7 22:10:32 UTC 2020 - Mark Post <mp...@suse.com> + +- Upgraded to version 1.4.0 (bsc#1179554, jsc#SLE-13707) + * Changes: + - Add SMC-Dv2 support + - `smc`: Add new tools `smcd` and `smcr` to list linkgroups, links and + devices. Requires Linux kernel 5.11 or higher. + - `smc_rnics`: Display enabled devices per default, add new option `--all` + - `smc_rnics`: Sort output by FID + * Bug fixes: + - `smc_rnics`/`smc_dbg`: Fix PNETID for multiport devices + - `smcss`/`smc_pnet`: Consistent use of option `-v` +- Changed the %setup macro to %autosetup in the spec file. + +------------------------------------------------------------------- Old: ---- smc-tools-1.3.1.tar.gz New: ---- smc-tools-1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smc-tools.spec ++++++ --- /var/tmp/diff_new_pack.MyOwMK/_old 2020-12-11 20:15:57.380640768 +0100 +++ /var/tmp/diff_new_pack.MyOwMK/_new 2020-12-11 20:15:57.384640770 +0100 @@ -17,7 +17,7 @@ Name: smc-tools -Version: 1.3.1 +Version: 1.4.0 Release: 0 Summary: Shared Memory Communication via RDMA License: EPL-1.0 @@ -39,10 +39,15 @@ to use a RoCE network without needing to make changes in them. %prep -%setup -q +%autosetup -p1 %build -MYCFLAGS=$(grep ^CFLAGS Makefile | cut -f2 -d=) +# The next two lines are to get around the Makefile not adding +# its own values to CFLAGS if it is already set. This is needed +# so that we can specify the optflags macro to pull in our own +# parameters. +MYCFLAGS=$(grep ^CFLAGS Makefile | head -n1 | cut -f2 -d=) +MYCFLAGS+=" $(pkg-config --silence-errors --cflags libnl-genl-3.0)" make %{?_smp_mflags} V=1 CFLAGS="${MYCFLAGS} %{optflags}" %install @@ -62,10 +67,12 @@ %files %license LICENSE -%doc README.smctools +%doc README.md %{_bindir}/smc_dbg %{_bindir}/smc_pnet %{_bindir}/smc_run +%{_bindir}/smcd +%{_bindir}/smcr %ifarch s390 s390x %{_bindir}/smc_rnics %endif @@ -77,6 +84,12 @@ %{_mandir}/man8/smc_rnics.8%{?ext_man} %endif %{_mandir}/man8/smc_run.8%{?ext_man} +%{_mandir}/man8/smcd-device.8%{?ext_man} +%{_mandir}/man8/smcd-linkgroup.8%{?ext_man} +%{_mandir}/man8/smcd.8%{?ext_man} +%{_mandir}/man8/smcr-device.8%{?ext_man} +%{_mandir}/man8/smcr-linkgroup.8%{?ext_man} +%{_mandir}/man8/smcr.8%{?ext_man} %{_mandir}/man8/smcss.8%{?ext_man} %changelog ++++++ smc-tools-1.3.1.tar.gz -> smc-tools-1.4.0.tar.gz ++++++ ++++ 4188 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org