- v4.21 -> v4.22.
This commit is contained in:
Dmitry V. Levin 2018-04-05 05:55:00 +00:00
parent b1027ba73f
commit d0edd71edc
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/strace-4.21.tar.xz
/strace-4.22.tar.xz

View File

@ -1 +1 @@
SHA512 (strace-4.21.tar.xz) = d3b0393f1f727530e2e5b4490c80a905d251223167a61f9a86884a4b8a4f25522c46c465961968ca25013f321e561e217cb6e8f15be31d4d371274030526187d
SHA512 (strace-4.22.tar.xz) = 624c3f27921b6df2eb8ff409a35fa9153c4571cd5f703e6cac18f024bccd5ff4acb81f88ca33f81d1046d9718dec7b2705e8940e80bb8447ec3e62a6fd5f8350

View File

@ -1,11 +1,12 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 4.21
Version: 4.22
Release: 1%{?dist}
License: BSD
Group: Development/Debuggers
URL: https://strace.io
Source: https://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
Source: https://strace.io/files/%{version}/strace-%{version}.tar.xz
BuildRequires: gcc
%if 0%{?fedora} >= 18 || 0%{?centos} >= 8 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1200
BuildRequires: pkgconfig(bluez)
%endif
@ -52,7 +53,7 @@ The `strace' program in the `strace' package is for 32-bit processes.
%setup -q
echo -n %version-%release > .tarball-version
echo -n 2018 > .year
echo -n 2018-02-11 > .strace.1.in.date
echo -n 2018-04-04 > .strace.1.in.date
%build
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
@ -106,6 +107,9 @@ echo 'END OF TEST SUITE INFORMATION'
%endif
%changelog
* Thu Apr 05 2018 Dmitry V. Levin <ldv@altlinux.org> - 4.22-1
- v4.21 -> v4.22.
* Tue Feb 13 2018 Dmitry V. Levin <ldv@altlinux.org> - 4.21-1
- v4.20 -> v4.21.