- update to 1.6.0 (#1978846)
This commit is contained in:
parent
2a796260f7
commit
dc9e8e0948
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
/smc-tools-1.0.0.tar.gz
|
/smc-tools-*.tar.gz
|
||||||
/smc-tools-1.1.0.tar.gz
|
|
||||||
/smc-tools-1.2.0.tar.gz
|
|
||||||
/smc-tools-1.3.1.tar.gz
|
|
||||||
/smc-tools-1.5.0.tar.gz
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: smc-tools
|
Name: smc-tools
|
||||||
Version: 1.5.0
|
Version: 1.6.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Shared Memory Communication Tools
|
Summary: Shared Memory Communication Tools
|
||||||
|
|
||||||
@ -7,11 +7,6 @@ License: EPL
|
|||||||
URL: https://github.com/ibm-s390-linux/smc-tools
|
URL: https://github.com/ibm-s390-linux/smc-tools
|
||||||
Source0: https://github.com/ibm-s390-linux/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/ibm-s390-linux/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
# https://github.com/ibm-s390-linux/smc-tools/commit/c3d1f45abff2433afefaea9d31cd9cda0a7408d3
|
|
||||||
Patch0: smc-tools-1.5.0-makefile.patch
|
|
||||||
# https://github.com/ibm-s390-linux/smc-tools/issues/1
|
|
||||||
Patch1: smc-tools-1.5.0-flags.patch
|
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
@ -33,7 +28,8 @@ sockets in Linux.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}" V=1
|
%set_build_flags
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -66,6 +62,9 @@ sockets in Linux.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 07 2021 Dan Horák <dan@danny.cz> - 1.6.0-1
|
||||||
|
- update to 1.6.0 (#1978846)
|
||||||
|
|
||||||
* Wed Mar 17 2021 Dan Horák <dan@danny.cz> - 1.5.0-1
|
* Wed Mar 17 2021 Dan Horák <dan@danny.cz> - 1.5.0-1
|
||||||
- update to 1.5.0
|
- update to 1.5.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (smc-tools-1.5.0.tar.gz) = 3e28b4084308332ee60dc7f412a56e630cb72fbb5033e0bf4a21bccaed434c33b9e6720358bb614fba6d9513d3225d7df91d62523a6d27eadc80191700c7d78b
|
SHA512 (smc-tools-1.6.0.tar.gz) = 8df94698b0d5b5d9148b1c2501c278cee6ff620b1845ab5c3ada465a449f0d928dd324aa67f033a48d5cfd359ea22363e2569a3b6d8aa471f36622078a7c7d23
|
||||||
|
Loading…
Reference in New Issue
Block a user