diff --git a/mtr.spec b/mtr.spec index 60d0a4f49171299cddf01d1f264489dae86c2678..0204541d5cda4a7d4ee60320a45cd6559d94f35a 100644 --- a/mtr.spec +++ b/mtr.spec @@ -2,7 +2,7 @@ Name: mtr Version: 0.95 -Release: 2 +Release: 3 Epoch: 2 Summary: Ping and Traceroute Network Diagnostic Tool License: GPLv2 and BSD @@ -10,7 +10,7 @@ URL: https://www.bitwizard.nl/mtr/ Source0: https://github.com/traviscross/mtr/archive/v%{version}/%{name}-%{version}.tar.gz Source1: net-x%{name}.desktop Source2: mtr-gtk-pkexec-wrapper.sh -BuildRequires: git autoconf automake libtool ncurses-devel gtk2-devel desktop-file-utils +BuildRequires: git autoconf automake libtool ncurses-devel gtk3-devel desktop-file-utils %if %{?openEuler:1}0 Provides: %{name}-gtk = %{epoch}:%{version}-%{release} @@ -25,14 +25,14 @@ and percentage for all network hops between the systems. %if %{!?openEuler:1}0 %package gtk -Summary: GTK+ interface for MTR +Summary: GTK interface for MTR Group: Applications/Internet Requires: %{name} = %{epoch}:%{version}-%{release} %description gtk MTR combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. The mtr-gtk package provides the -GTK+ interface for MTR. +GTK interface for MTR. %endif %package_help @@ -89,6 +89,12 @@ make test %{_mandir}/man8/* %changelog +* Thu Aug 29 2024 yanglu - 2:0.95-3 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:modify BuildRequies from gtk2-devel to gtk3-devel + * Mon Oct 24 2022 xingwei - 2:0.95-2 - Type:bugfix - CVE:NA