From b7b946e4d90f357a98b58e628cdeb89343b713885096492bf32c03ee2354aba4 Mon Sep 17 00:00:00 2001 From: Nikolay Gueorguiev Date: Wed, 13 Sep 2023 06:48:51 +0000 Subject: [PATCH 1/2] Accepting request 1110812 from home:ngueorguiev:branches:network - Upgrade to vesion 1.8.3 (jsc#PED-5438) * Bug fixes - Makefile: Adjust default library path for Ubuntu - smc_stats: Fix man page name OBS-URL: https://build.opensuse.org/request/show/1110812 OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=45 --- smc-tools-1.8.2.tar.gz | 3 --- smc-tools-1.8.3.tar.gz | 3 +++ smc-tools.changes | 8 ++++++++ smc-tools.spec | 7 ++++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 smc-tools-1.8.2.tar.gz create mode 100644 smc-tools-1.8.3.tar.gz diff --git a/smc-tools-1.8.2.tar.gz b/smc-tools-1.8.2.tar.gz deleted file mode 100644 index 0c47168..0000000 --- a/smc-tools-1.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5867c51020e60a4a41ae54c074fa9d746e11ace2f6e90087b5f8856a3394417b -size 65215 diff --git a/smc-tools-1.8.3.tar.gz b/smc-tools-1.8.3.tar.gz new file mode 100644 index 0000000..66e0d17 --- /dev/null +++ b/smc-tools-1.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57746be03f43f77914a99d5caf2cb20cea03e2b6304d756d73595e5b24ac808a +size 65264 diff --git a/smc-tools.changes b/smc-tools.changes index ffb4fed..a814630 100644 --- a/smc-tools.changes +++ b/smc-tools.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 13 05:29:49 UTC 2023 - Nikolay Gueorguiev + +- Upgrade to vesion 1.8.3 (jsc#PED-5438) + * Bug fixes + - Makefile: Adjust default library path for Ubuntu + - smc_stats: Fix man page name + ------------------------------------------------------------------- Tue Oct 4 19:03:55 UTC 2022 - Mark Post diff --git a/smc-tools.spec b/smc-tools.spec index de75118..b6957bb 100644 --- a/smc-tools.spec +++ b/smc-tools.spec @@ -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}/releases/tag/%{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 From e48c71724459bf6034d651d340f758478273006da39b1e0f02c4b2aa2001e782 Mon Sep 17 00:00:00 2001 From: Nikolay Gueorguiev Date: Wed, 13 Sep 2023 09:18:20 +0000 Subject: [PATCH 2/2] Accepting request 1110852 from home:ngueorguiev:branches:network Updated .spec file. OBS-URL: https://build.opensuse.org/request/show/1110852 OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=46 --- smc-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smc-tools.spec b/smc-tools.spec index b6957bb..2c9cddc 100644 --- a/smc-tools.spec +++ b/smc-tools.spec @@ -23,7 +23,7 @@ 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: https://github.com/ibm-s390-linux/%{name}/releases/tag/%{version}.tar.gz#/%{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