Compare commits
10 Commits
acd89c0ee7
...
cfd3140a8b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cfd3140a8b | ||
|
|
06269b7c89 | ||
|
|
b57d095879 | ||
|
|
67dcd66db6 | ||
|
|
684fc98a21 | ||
|
|
23dbc88ed8 | ||
|
|
c0fcdd32a3 | ||
|
|
24d8747929 | ||
|
|
d4e1af18a2 | ||
|
|
bcb0b57b88 |
27
libipt.spec
27
libipt.spec
@ -1,12 +1,12 @@
|
||||
Name: libipt
|
||||
Version: 2.0.4
|
||||
Release: 1
|
||||
Version: 2.1
|
||||
Release: 2
|
||||
Summary: Intel(R) Processor Trace Decoder Library
|
||||
License: BSD
|
||||
URL: https://github.com/intel/libipt
|
||||
Source0: https://github.com/intel/%{name}/archive/v%{version}.tar.gz
|
||||
BuildRequires: gcc-c++ cmake
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
ExclusiveArch: %{ix86} x86_64 loongarch64
|
||||
|
||||
%description
|
||||
The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference
|
||||
@ -17,7 +17,7 @@ or it can be partially or fully integrated into your tool.
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
ExclusiveArch: %{ix86} x86_64 loongarch64
|
||||
|
||||
%description devel
|
||||
This package contains the development files for Intel Processor Trace (Intel PT)
|
||||
@ -51,11 +51,28 @@ ctest -V %{?_smp_mflags}
|
||||
%{_libdir}/%{name}.so
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 2.1-2
|
||||
- fix build error on loongarch64
|
||||
|
||||
* Thu Jan 25 2024 liuchao <liuchao173@huawei.com> - 2.1-1
|
||||
- Upgrade to 2.1:
|
||||
- a new tool 'ptseg' for finding the PSB segment for a given offset.
|
||||
- a new layer 'evt' representing the trace as a list of events.
|
||||
- event tracing (cfe and evd packets).
|
||||
- C11 threads, if available.
|
||||
- Bug fixes and support for latest processors.
|
||||
|
||||
* Thu Feb 16 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 2.0.5-2
|
||||
- Add loongarch64 support
|
||||
|
||||
* Wed Jul 13 2022 qinyu <qinyu32@huawei.com> - 2.0.5-1
|
||||
- Upgrade to 2.0.5.
|
||||
|
||||
* Mon Nov 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 2.0.4-1
|
||||
- Upgrade to 2.0.4.
|
||||
|
||||
* Wed Aug 19 2020 shenkai <shenkai8@huawei.com> - 2.0.3-1
|
||||
- Upgrade to 2.0.3.
|
||||
|
||||
* Tue Jan 52 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.0.1-1
|
||||
* Tue Feb 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.0.1-1
|
||||
- Package init.
|
||||
|
||||
BIN
v2.0.4.tar.gz
BIN
v2.0.4.tar.gz
Binary file not shown.
BIN
v2.1.tar.gz
Normal file
BIN
v2.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user