Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mtr for openSUSE:Factory checked in 
at 2022-01-13 00:22:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mtr (Old)
 and      /work/SRC/openSUSE:Factory/.mtr.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mtr"

Thu Jan 13 00:22:35 2022 rev:41 rq:945890 version:0.95

Changes:
--------
--- /work/SRC/openSUSE:Factory/mtr/mtr.changes  2021-01-19 16:04:18.763571406 
+0100
+++ /work/SRC/openSUSE:Factory/.mtr.new.1892/mtr.changes        2022-01-13 
00:23:35.859983241 +0100
@@ -1,0 +2,9 @@
+Tue Jan 11 18:21:16 UTC 2022 - Danilo Spinella <danilo.spine...@suse.com>
+
+- update to 0.95:
+  * loads of fixes, 
+  see https://raw.githubusercontent.com/traviscross/mtr/v0.95/NEWS
+- mtr-0.75-manmtr.patch, mtr-0.87-manxmtr.patch: refreshed to apply 
+  again
+
+-------------------------------------------------------------------

Old:
----
  mtr-0.94.tar.gz

New:
----
  mtr-0.95.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mtr.spec ++++++
--- /var/tmp/diff_new_pack.SfIGvV/_old  2022-01-13 00:23:36.223983502 +0100
+++ /var/tmp/diff_new_pack.SfIGvV/_new  2022-01-13 00:23:36.227983505 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mtr
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           mtr
-Version:        0.94
+Version:        0.95
 Release:        0
 Summary:        Ping and Traceroute Network Diagnostic Tool
 License:        GPL-2.0-only
 Group:          Productivity/Networking/Diagnostic
 URL:            https://www.bitwizard.nl/mtr/
-Source:         https://www.bitwizard.nl/mtr/files/mtr-%{version}.tar.gz
+Source:         
https://github.com/traviscross/mtr/archive/refs/tags/v%{version}.tar.gz#/mtr-%{version}.tar.gz
 Source1:        xmtr.desktop
 Patch1:         mtr-0.75-manmtr.patch
 Patch2:         mtr-0.87-manxmtr.patch
@@ -59,9 +59,8 @@
 
 %prep
 %setup -q
-cp mtr.8 xmtr.8
-%patch1
-%patch2 -p1
+cp man/mtr.8.in man/xmtr.8.in
+%autopatch -p1
 
 %build
 echo "%{version}" >.tarball-version

++++++ mtr-0.75-manmtr.patch ++++++
--- /var/tmp/diff_new_pack.SfIGvV/_old  2022-01-13 00:23:36.251983522 +0100
+++ /var/tmp/diff_new_pack.SfIGvV/_new  2022-01-13 00:23:36.251983522 +0100
@@ -1,20 +1,20 @@
-Index: mtr.8
+Index: mtr-0.95/man/mtr.8.in
 ===================================================================
---- mtr.8.orig
-+++ mtr.8
+--- mtr-0.95.orig/man/mtr.8.in
++++ mtr-0.95/man/mtr.8.in
 @@ -114,6 +114,14 @@ mtr \- a network diagnostic tool
  ]
  .I HOSTNAME
  .SH DESCRIPTION
-+This version was compiled 
-+.BR without 
++This version was compiled
++.BR without
 +.BR GTK .
-+Therefore corresponding options doesn't work. You can use 
-+.B xmtr 
-+for work with GTK interface.
++Therefore corresponding options don't work. You can use
++.B xmtr
++for working with the GTK interface.
 +
 +.PP
- .B mtr 
- combines the functionality of the 
+ .B mtr
+ combines the functionality of the
  .B traceroute
 

++++++ mtr-0.87-manxmtr.patch ++++++
--- /var/tmp/diff_new_pack.SfIGvV/_old  2022-01-13 00:23:36.263983531 +0100
+++ /var/tmp/diff_new_pack.SfIGvV/_new  2022-01-13 00:23:36.267983534 +0100
@@ -1,10 +1,34 @@
-Index: mtr-0.94/xmtr.8
+Index: mtr-0.95/Makefile.am
 ===================================================================
---- mtr-0.94.orig/xmtr.8
-+++ mtr-0.94/xmtr.8
-@@ -2,7 +2,7 @@
+--- mtr-0.95.orig/Makefile.am
++++ mtr-0.95/Makefile.am
+@@ -35,10 +35,14 @@ mtr.8: $(srcdir)/man/mtr.8.in
+       $(AM_V_GEN) $(srcdir)/build-aux/mangen.sh "$(VERSION)" \
+               $(srcdir)/man/mtr.8.in $@
+ 
++xmtr.8: $(srcdir)/man/xmtr.8.in
++      $(AM_V_GEN) $(srcdir)/build-aux/mangen.sh "$(VERSION)" \
++              $(srcdir)/man/xmtr.8.in $@
++
+ $(PATHFILES): Makefile
+ 
+-dist_man_MANS = mtr.8 mtr-packet.8
+-PATHFILES += man/mtr.8 man/mtr-packet.8
++dist_man_MANS = mtr.8 mtr-packet.8 xmtr.8
++PATHFILES += man/mtr.8 man/mtr-packet.8 man/xmtr.8
+ 
+ install-exec-hook:
+       `setcap cap_net_raw+ep $(DESTDIR)$(sbindir)/mtr-packet` \
+Index: mtr-0.95/man/xmtr.8.in
+===================================================================
+--- mtr-0.95.orig/man/xmtr.8.in
++++ mtr-0.95/man/xmtr.8.in
+@@ -1,8 +1,8 @@
+-.TH MTR 8 "@VERSION@" "mtr" "System Administration"
++.TH XMTR 8 "@VERSION@" "xmtr" "System Administration"
  .SH NAME
- mtr \- a network diagnostic tool
+-mtr \- a network diagnostic tool
++xmtr \- a network diagnostic tool
  .SH SYNOPSIS
 -.B mtr
 +.B xmtr
@@ -15,75 +39,75 @@
  ]
  .I HOSTNAME
  .SH DESCRIPTION
--.B mtr 
-+.B xmtr 
- combines the functionality of the 
+-.B mtr
++.B xmtr
+ combines the functionality of the
  .B traceroute
- and 
+ and
 @@ -122,15 +122,15 @@ and
  programs in a single network diagnostic tool.
  .PP
- As 
--.B mtr 
-+.B xmtr 
- starts, it investigates the network connection between the host 
+ As
+-.B mtr
++.B xmtr
+ starts, it investigates the network connection between the host
 -.B mtr
 +.B xmtr
- runs on and 
+ runs on and
  .BR HOSTNAME
  by sending packets with purposely low TTLs.  It continues to send
  packets with low TTL, noting the response time of the intervening
- routers.  This allows 
--.B mtr 
-+.B xmtr 
+ routers.  This allows
+-.B mtr
++.B xmtr
  to print the response percentage and response times of the internet
- route to 
- .BR HOSTNAME . 
+ route to
+ .BR HOSTNAME .
 @@ -145,7 +145,7 @@ and the percentage of packet loss.
  Print the summary of command line argument options.
  .TP
  .B \-v\fR, \fB\-\-version
--Print the installed version of mtr.  
-+Print the installed version of xmtr.  
+-Print the installed version of mtr.
++Print the installed version of xmtr.
  .TP
  .B \-4
  Use IPv4 only.
 @@ -158,11 +158,11 @@ Reads the list of hostnames from the spe
  .TP
  .B \-r\fR, \fB\-\-report
- This option puts 
+ This option puts
 -.B mtr
 +.B xmtr
- into 
+ into
  .B report
  mode.  When in this mode,
 -.B mtr
 +.B xmtr
- will run for the number of cycles specified by the 
+ will run for the number of cycles specified by the
  .B \-c
- option, and then print statistics and exit.  
+ option, and then print statistics and exit.
 @@ -170,30 +170,30 @@ option, and then print statistics and ex
  \c
- This mode is useful for generating statistics about network quality.  
- Note that each running instance of 
+ This mode is useful for generating statistics about network quality.
+ Note that each running instance of
 -.B mtr
 +.B xmtr
- generates a significant amount of network traffic.  Using 
+ generates a significant amount of network traffic.  Using
 -.B mtr
 +.B xmtr
  to measure the quality of your network may result in decreased
- network performance.  
+ network performance.
  .TP
  .B \-w\fR, \fB\-\-report\-wide
- This option puts 
+ This option puts
 -.B mtr
 +.B xmtr
- into 
+ into
  .B wide report
  mode.  When in this mode,
 -.B mtr
 +.B xmtr
- will not cut hostnames in the report. 
+ will not cut hostnames in the report.
  .TP
  .B \-x\fR, \fB\-\-xml
  Use this option to tell
@@ -93,23 +117,23 @@
  automated processing of the measurement results.
  .TP
  .B \-t\fR, \fB\-\-curses
- Use this option to force 
--.B mtr 
-+.B xmtr 
+ Use this option to force
+-.B mtr
++.B xmtr
  to use the curses based terminal
  interface (if available).
- In case the list of hops exceeds the 
+ In case the list of hops exceeds the
 @@ -215,10 +215,10 @@ information.
  .TP
  .B \-g\fR, \fB\-\-gtk
  Use this option to force
--.B mtr 
-+.B xmtr 
- to use the GTK+ based X11 window interface (if available).  
- GTK+ must have been available on the system when 
--.B mtr 
-+.B xmtr 
- was built for this to work.  See the GTK+ web page at 
+-.B mtr
++.B xmtr
+ to use the GTK+ based X11 window interface (if available).
+ GTK+ must have been available on the system when
+-.B mtr
++.B xmtr
+ was built for this to work.  See the GTK+ web page at
  .UR http://\:www.\:gtk.\:org/
  .UE
 @@ -264,27 +264,27 @@ MTR.0.86+git:16e39fc0;1435562787;OK;nic.
@@ -127,16 +151,16 @@
  .TP
  .B \-p\fR, \fB\-\-split
  Use this option to set
--.B mtr 
-+.B xmtr 
+-.B mtr
++.B xmtr
  to spit out a format that is suitable for a split-user interface.
  .TP
  .B \-n\fR, \fB\-\-no\-dns
- Use this option to force 
--.B mtr 
-+.B xmtr 
+ Use this option to force
+-.B mtr
++.B xmtr
  to display numeric IP numbers and not try to resolve the
- host names. 
+ host names.
  .TP
  .B \-b\fR, \fB\-\-show\-ips
  Use this option to tell
@@ -148,9 +172,9 @@
 @@ -379,7 +379,7 @@ Specifies value for type of service fiel
  .TP
  .B \-e\fR, \fB\-\-mpls
- Use this option to tell 
--.B mtr 
-+.B xmtr 
+ Use this option to tell
+-.B mtr
++.B xmtr
  to display information from ICMP extensions for MPLS (RFC 4950)
  that are encoded in the response packets.
  .TP
@@ -163,31 +187,4 @@
  recognizes a few environment variables.
  .TP
  .B MTR_OPTIONS
-@@ -450,7 +450,7 @@ are overridden by command-line options.
- Example:
- 
- .BI MTR_OPTIONS ="-4\ -c\ 1"
--.B mtr
-+.B xmtr
- .I \-6\ localhost
- 
- would send one probe (because of
-@@ -479,7 +479,7 @@ executable.
- .B DISPLAY
- Specifies an X11 server for the GTK+ frontend.
- .SH INTERACTIVE CONTROL
--.B mtr
-+.B xmtr
- can be controlled while it is running with the following keys:
-   ?|h     help
-   p       pause (SPACE to resume)
-@@ -504,7 +504,7 @@ can be controlled while it is running wi
- Some modern routers give a lower priority to ICMP ECHO packets than 
- to other network traffic.  Consequently, the reliability of these
- routers reported by 
--.B mtr
-+.B xmtr
- will be significantly lower than the actual reliability of 
- these routers.  
- .SH CONTACT INFORMATION
 

++++++ mtr-0.94.tar.gz -> mtr-0.95.tar.gz ++++++
++++ 22796 lines of diff (skipped)

Reply via email to