From 5d473c82273d4447f221c75b726a5ddc81aba410 Mon Sep 17 00:00:00 2001 From: Dmitry V. Levin Date: Aug 12 2022 17:29:08 +0000 Subject: 5.19-1 - v5.18 -> v5.19. --- diff --git a/.gitignore b/.gitignore index dc99fc7..e975ce0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-5.18.tar.xz +/strace-5.19.tar.xz diff --git a/sources b/sources index d9851da..463622d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-5.18.tar.xz) = 99418b84a5e2049cb6fe32eed19ddcb61bbefb25220550c67d92cd7bc3d44ae5d87ac228b3e1c207166b9bfdae55c624a0f4e603004599fb7ea3143bbccc749e +SHA512 (strace-5.19.tar.xz) = 1ea1c6e12d05bf145bc3c74f8d06b08dfc3eae3a5a21bfe8ab080053dc4c2da8a95be5956652ea62bb083462015a55f9bc1d1023919dcf2929a05211b7dde963 diff --git a/strace.spec b/strace.spec index 4d86190..90f1049 100644 --- a/strace.spec +++ b/strace.spec @@ -1,9 +1,16 @@ Summary: Tracks and displays system calls associated with a running process Name: strace -Version: 5.18 -Release: 2%{?dist} +Version: 5.19 +Release: 1%{?dist} # The test suite is GPLv2+, all the rest is LGPLv2.1+. +%if 0%{?fedora} >= 35 || 0%{?centos} >= 9 || 0%{?rhel} >= 9 +# Some distros are special and have decided that they do not recognise +# the existence of deprecated forms of SPDX license identifiers, +# so they complain about them being "Unapproved". +License: LGPL-2.1-or-later and GPL-2.0-or-later +%else License: LGPL-2.1+ and GPL-2.0+ +%endif # Some distros require Group tag to be present, # some require Group tag to be absent, # some do not care about Group tag at all, @@ -62,7 +69,7 @@ received by a process. %setup -q echo -n %version-%release > .tarball-version echo -n 2022 > .year -echo -n 2022-04-02 > doc/.strace.1.in.date +echo -n 2022-07-19 > doc/.strace.1.in.date echo -n 2022-01-01 > doc/.strace-log-merge.1.in.date %build @@ -107,8 +114,8 @@ echo 'END OF TEST SUITE INFORMATION' %{_mandir}/man1/* %changelog -* Sat Jul 23 2022 Fedora Release Engineering - 5.18-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild +* Fri Aug 12 2022 Dmitry V. Levin - 5.19-1 +- v5.18 -> v5.19. * Sat Jun 18 2022 Dmitry V. Levin - 5.18-1 - v5.17 -> v5.18.