New upstream release 2.13.5
This commit is contained in:
parent
09ce7e1899
commit
488449a80d
2
.gitignore
vendored
2
.gitignore
vendored
@ -31,3 +31,5 @@
|
||||
/lttng-ust-2.13.2.tar.bz2.asc
|
||||
/lttng-ust-2.13.3.tar.bz2
|
||||
/lttng-ust-2.13.3.tar.bz2.asc
|
||||
/lttng-ust-2.13.5.tar.bz2
|
||||
/lttng-ust-2.13.5.tar.bz2.asc
|
||||
|
||||
@ -13,8 +13,8 @@
|
||||
|
||||
|
||||
Name: lttng-ust
|
||||
Version: 2.13.3
|
||||
Release: 3%{?dist}
|
||||
Version: 2.13.5
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: LGPLv2.1, MIT and GPLv2
|
||||
Summary: LTTng Userspace Tracer library
|
||||
@ -57,6 +57,7 @@ applications using %{name}
|
||||
Summary: Python bindings for LTTng UST
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: make
|
||||
%{?python_provide:%python_provide python3-lttngust}
|
||||
|
||||
@ -135,6 +136,10 @@ make check
|
||||
%{python3_sitelib}/lttngust-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Oct 18 2022 Michael Jeanson <mjeanson@efficios.com> - 2.13.5-1
|
||||
- New upstream release
|
||||
- Add builddep on python3-setuptools in prevision of python 3.12 removing distutils
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (lttng-ust-2.13.3.tar.bz2) = 7d83c64a86698e85cf1133cd2551e4e5f9f2544175fb756f47ec821ece24995305dc892dd681ac24fdb58956ed2c1d982f60b108bc6fbbc17b9244cc4b82d876
|
||||
SHA512 (lttng-ust-2.13.3.tar.bz2.asc) = 26ee107edd8a38eba7a7e6516561a01d36c2f1ecb5f9d5901e530a7c22a2590dea9e3b76162fb842d1653a9afacec261838ebad2f4b960a6adfc69c09b7e9259
|
||||
SHA512 (lttng-ust-2.13.5.tar.bz2) = 3bf969e9deb6ce05a1ae30ad48676ae8ff63a73198583e98ce083d52b78e9fc2d171a6e3890c201abfa364600d4471d1ee8b1ee23de3faeec1f0ca84e0f0acd4
|
||||
SHA512 (lttng-ust-2.13.5.tar.bz2.asc) = 3a14dda5639ae93a2b09cd334213977e65f602759a1f63a400933988c71f4a2704356edb0ea364c0f350c22ed84492c2e99c560c8a9fdff27fefe9758b222250
|
||||
|
||||
Loading…
Reference in New Issue
Block a user