Import v2.0.5 and regenerate documentation.
Resolves: rhbz#2046280
This commit is contained in:
parent
ec56470192
commit
01d1e59c4d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
/v2.0.4.tar.gz
|
||||
/doc-v2.0.4.tar.xz
|
||||
/v2.0.5.tar.gz
|
||||
/doc-v2.0.5.tar.xz
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
diff --git a/libipt/test/src/ptunit-msec_cache.c b/libipt/test/src/ptunit-msec_cache.c
|
||||
index 68d9daf..cfb059b 100644
|
||||
--- a/libipt/test/src/ptunit-msec_cache.c
|
||||
+++ b/libipt/test/src/ptunit-msec_cache.c
|
||||
@@ -296,7 +296,7 @@ static struct ptunit_result read(struct test_fixture *tfix)
|
||||
--- a/libipt/test/src/ptunit-msec_cache.c 2022-01-27 09:32:59.724730213 -0800
|
||||
+++ b/libipt/test/src/ptunit-msec_cache.c 2022-01-27 09:31:11.396032237 -0800
|
||||
@@ -297,7 +297,7 @@
|
||||
static struct ptunit_result fill_nomap(struct test_fixture *tfix)
|
||||
{
|
||||
const struct pt_mapped_section *msec;
|
||||
@ -11,7 +9,7 @@ index 68d9daf..cfb059b 100644
|
||||
struct pt_section *section;
|
||||
int status;
|
||||
|
||||
@@ -320,7 +320,7 @@ static struct ptunit_result fill(struct test_fixture *tfix)
|
||||
@@ -322,7 +322,7 @@
|
||||
{
|
||||
const struct pt_mapped_section *msec;
|
||||
struct pt_section *section;
|
||||
@ -19,4 +17,4 @@ index 68d9daf..cfb059b 100644
|
||||
+ struct pt_asid asid = { 0 };
|
||||
int status;
|
||||
|
||||
status = pt_msec_cache_fill(&tfix->mcache, &msec, &tfix->image, &asid,
|
||||
memset(&asid, 0, sizeof(asid));
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
%global __cmake_in_source_build 1
|
||||
|
||||
Name: libipt
|
||||
Version: 2.0.4
|
||||
Release: 4%{?dist}
|
||||
Version: 2.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Intel Processor Trace Decoder Library
|
||||
License: BSD
|
||||
URL: https://github.com/intel/libipt
|
||||
@ -81,6 +81,9 @@ ctest -V %{?_smp_mflags}
|
||||
%{_mandir}/*/*.gz
|
||||
|
||||
%changelog
|
||||
* Thu Jan 27 2022 Keith Seitz <keiths@redhat.com> - 2.0.5-1
|
||||
- Import v2.0.5 and regenerate documentation.
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (v2.0.4.tar.gz) = 596d2dac25fdbd3e5660d7e1feeb7e8d5d359d1d0e19b62ef593449037df236db1d4d98820f0031061b5573ed67797a85a77fb9991e215abaabc4bfe16ceaec8
|
||||
SHA512 (doc-v2.0.4.tar.xz) = f6d40c5ad6745ac0ae36f758bfd4dab53ffedc505b9dfa0377de2b67cc92f40417208c9afc094cd24011582b462e67ef5ebc33aec021236d0f3c8e1cabfe05af
|
||||
SHA512 (v2.0.5.tar.gz) = 2e7ac2aede84671b15597d9c56dbe077a81357bbf44b6684802592246fb7729b4a5743238ddf02f6ea143b4d29872f581408135f9c1ea1ccc99dab905916d98d
|
||||
SHA512 (doc-v2.0.5.tar.xz) = 0cc408d4d04252bfd0710f078a9d9786c65b27737dd71c6deec58f394b89fb680d87cb19d38024bc8d21337a8ef0891d4a4d18547335a6cdf0c9e607f1ca5306
|
||||
|
||||
Loading…
Reference in New Issue
Block a user