Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/libipt/libipt.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libipt-2.0.5.tar.gz": "95acf499fdf0a0f5ebd07587bb443c702b1fd79f7d869749824234388b9bff80"
"libipt-2.1.1.tar.gz": "ade9596d67e8a045b62ae235131f7344985a19169bf3b69b54f60f2bae07962e"
}
}
}
6 changes: 5 additions & 1 deletion SPECS-EXTENDED/libipt/libipt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Distribution: Azure Linux
%global __cmake_in_source_build 1

Name: libipt
Version: 2.0.5
Version: 2.1.1
Release: 1%{?dist}
Summary: Intel Processor Trace Decoder Library
License: BSD
Expand Down Expand Up @@ -71,6 +71,10 @@ ctest -V %{?_smp_mflags}
%endif

%changelog
* Mon Nov 04 2024 Kevin Lockwood <v-klockwood@microsoft.com> - 2.1.1-1
- Update to 2.1.1-1
- License verified.

* Fri Mar 04 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 2.0.5-1
- Updating to version 2.0.5 using Fedora 36 spec (license: MIT) for guidance.
- License verified.
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9731,8 +9731,8 @@
"type": "other",
"other": {
"name": "libipt",
"version": "2.0.5",
"downloadUrl": "https://github.com/intel/libipt/archive/v2.0.5.tar.gz"
"version": "2.1.1",
"downloadUrl": "https://github.com/intel/libipt/archive/v2.1.1.tar.gz"
}
}
},
Expand Down
Loading