Update to 2.3.0
This commit is contained in:
parent
8158824994
commit
7df24c87f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/kernel-shark-kernelshark-v2.1.0.tar.gz
|
||||
/kernel-shark-kernelshark-v2.1.1.tar.gz
|
||||
/kernel-shark-kernelshark-v2.2.0.tar.gz
|
||||
/kernel-shark-kernelshark-v2.3.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: kernelshark
|
||||
Version: 2.2.0
|
||||
Release: 4%{?dist}
|
||||
Version: 2.3.0
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
# As of 1.1, only kernelshark.cpp, kshark-record.cpp and examples are GPL-2.0. The rest of kernel-shark is LGPL-2.1.
|
||||
@ -25,7 +25,10 @@ BuildRequires: pkgconf
|
||||
BuildRequires: pkgconfig(glut)
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: cmake(Qt6Network)
|
||||
BuildRequires: cmake(Qt6OpenGLWidgets)
|
||||
BuildRequires: cmake(Qt6StateMachine)
|
||||
BuildRequires: cmake(Qt6Widgets)
|
||||
BuildRequires: libtracecmd-devel
|
||||
BuildRequires: libtraceevent-devel
|
||||
BuildRequires: libtracefs-devel
|
||||
@ -83,15 +86,18 @@ chrpath --delete %{buildroot}/%{_bindir}/kshark-record
|
||||
%{_datadir}/icons/kernelshark/*
|
||||
%{_datadir}/polkit-1/actions/org.freedesktop.kshark-record.policy
|
||||
%{_metainfodir}/%{name}.appdata.xml
|
||||
%{_libdir}/libkshark-gui.so.2.2.0
|
||||
%{_libdir}/libkshark-plot.so.2.2.0
|
||||
%{_libdir}/libkshark-gui.so.%{version}
|
||||
%{_libdir}/libkshark-plot.so.%{version}
|
||||
%{_libdir}/libkshark.so
|
||||
%{_libdir}/libkshark.so.2
|
||||
%{_libdir}/libkshark.so.2.2.0
|
||||
%{_libdir}/libkshark.so.%{version}
|
||||
%{_libdir}/pkgconfig/libkshark.pc
|
||||
%{_includedir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Jan 05 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 1:2.3.0-1
|
||||
- Update to 2.3.0
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kernel-shark-kernelshark-v2.2.0.tar.gz) = a2d2d2c9494189322ddb45eabe3aded8db9c72eca3d5afefc8d97b4b5011e9f93a3324aeabe19bc1917c3dbf67c75dcefbda831a2e82722bde5599f01e88c047
|
||||
SHA512 (kernel-shark-kernelshark-v2.3.0.tar.gz) = b4070ab8eeb21ff1ba49922f34452bde116d969a11ab893afa6085c567af6fbc7beaca9fd8d6e458492a1fe9d41182b751c59864a1e990ceaaa99538af633c5d
|
||||
|
Loading…
Reference in New Issue
Block a user