Add upstream patches to fix various xmtr issues (#1488417)

This commit is contained in:
Robert Scheck 2021-04-10 03:07:27 +02:00
parent 7d62a9de65
commit 5b3c284e54
2 changed files with 1512 additions and 1 deletions

1504
mtr-0.94-gtk.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,13 +3,16 @@
Summary: Network diagnostic tool combining 'traceroute' and 'ping' Summary: Network diagnostic tool combining 'traceroute' and 'ping'
Name: mtr Name: mtr
Version: 0.94 Version: 0.94
Release: 2%{?dist} Release: 3%{?dist}
Epoch: 2 Epoch: 2
License: GPLv2 License: GPLv2
URL: https://www.bitwizard.nl/mtr/ URL: https://www.bitwizard.nl/mtr/
Source0: https://github.com/traviscross/mtr/archive/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/traviscross/mtr/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: net-x%{name}.desktop Source1: net-x%{name}.desktop
# https://bugzilla.redhat.com/show_bug.cgi?id=1488417
Patch0: mtr-0.94-gtk.patch
BuildRequires: gcc make ncurses-devel libcap-devel jansson-devel BuildRequires: gcc make ncurses-devel libcap-devel jansson-devel
BuildRequires: autoconf automake libtool git BuildRequires: autoconf automake libtool git
@ -47,6 +50,7 @@ about each machine.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .gtk
%build %build
./bootstrap.sh ./bootstrap.sh
@ -78,6 +82,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
%{_datadir}/applications/net-x%{name}.desktop %{_datadir}/applications/net-x%{name}.desktop
%changelog %changelog
* Sat Apr 10 2021 Robert Scheck <robert@fedoraproject.org> - 2:0.94-3
- Add upstream patches to fix various xmtr issues (#1488417)
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.94-2 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.94-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild