From d0edd71edcc19f34d95c9308aa56eb765519bc3f Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 5 Apr 2018 05:55:00 +0000 Subject: [PATCH] 4.22-1 - v4.21 -> v4.22. --- .gitignore | 2 +- sources | 2 +- strace.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 601fcf2..177f5b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-4.21.tar.xz +/strace-4.22.tar.xz diff --git a/sources b/sources index 33595fd..942d0d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-4.21.tar.xz) = d3b0393f1f727530e2e5b4490c80a905d251223167a61f9a86884a4b8a4f25522c46c465961968ca25013f321e561e217cb6e8f15be31d4d371274030526187d +SHA512 (strace-4.22.tar.xz) = 624c3f27921b6df2eb8ff409a35fa9153c4571cd5f703e6cac18f024bccd5ff4acb81f88ca33f81d1046d9718dec7b2705e8940e80bb8447ec3e62a6fd5f8350 diff --git a/strace.spec b/strace.spec index c214c4a..5732b11 100644 --- a/strace.spec +++ b/strace.spec @@ -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 - 4.22-1 +- v4.21 -> v4.22. + * Tue Feb 13 2018 Dmitry V. Levin - 4.21-1 - v4.20 -> v4.21.