- v4.15 -> v4.16.
This commit is contained in:
Dmitry V. Levin 2017-02-14 10:11:12 +00:00
parent 0393609801
commit 68d2893d66
3 changed files with 7 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/strace-4.15.tar.xz
/strace-4.16.tar.xz

View File

@ -1 +1 @@
SHA512 (strace-4.15.tar.xz) = 15e96c31d901c94dc40de67a65365c6cc9a7b7b2bf96a735f5d20cbd54dc75d941e0c1da206aa76f6e98d1013bfeecb42800b23c9e146eaf756775d525fe1b66
SHA512 (strace-4.16.tar.xz) = d1a7b782cb8196eb95b431b66f9b0eff7886869a7e3a4618d985f73b2eed7590ba73150b9c33e55ee5c65fc8f863588b64c5611dca7b5d7a4183110eaf4451d5

View File

@ -1,12 +1,12 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 4.15
Release: 2%{?dist}
Version: 4.16
Release: 1%{?dist}
License: BSD
Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/
Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
%if 0%{?fedora_version} >= 20 || 0%{?centos_version} >= 800 || 0%{?rhel_version} >= 800 || 0%{?scientificlinux_version} >= 800 || 0%{?suse_version} >= 1300
%if 0%{?fedora} >= 20 || 0%{?centos} >= 8 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1300
%define buildrequires_libunwind_devel BuildRequires: libunwind-devel
%endif
%ifarch x86_64
@ -100,8 +100,8 @@ echo 'END OF TEST SUITE INFORMATION'
%endif
%changelog
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Tue Feb 14 2017 Dmitry V. Levin <ldv@altlinux.org> - 4.16-1
- v4.15 -> v4.16.
* Wed Dec 14 2016 Dmitry V. Levin <ldv@altlinux.org> - 4.15-1
- v4.14-100-g622af42 -> v4.15.