Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mtr for openSUSE:Factory checked in 
at 2021-01-19 16:03:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mtr (Old)
 and      /work/SRC/openSUSE:Factory/.mtr.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mtr"

Tue Jan 19 16:03:21 2021 rev:40 rq:864274 version:0.94

Changes:
--------
--- /work/SRC/openSUSE:Factory/mtr/mtr.changes  2020-10-26 16:19:45.231101166 
+0100
+++ /work/SRC/openSUSE:Factory/.mtr.new.28504/mtr.changes       2021-01-19 
16:04:18.763571406 +0100
@@ -1,0 +2,11 @@
+Tue Dec 29 20:07:09 UTC 2020 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 0.94:
+  * loads of fixes, 
+  see https://raw.githubusercontent.com/traviscross/mtr/v0.94/NEWS 
+- build against GTK 3
+- use secure download path
+- mtr-0.75-manmtr.patch, mtr-0.87-manxmtr.patch: refreshed to apply 
+  again
+
+-------------------------------------------------------------------

Old:
----
  mtr-0.92.tar.gz

New:
----
  mtr-0.94.tar.gz

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

Other differences:
------------------
++++++ mtr.spec ++++++
--- /var/tmp/diff_new_pack.n3MucQ/_old  2021-01-19 16:04:19.399572362 +0100
+++ /var/tmp/diff_new_pack.n3MucQ/_new  2021-01-19 16:04:19.403572368 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mtr
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
 
 
 Name:           mtr
-Version:        0.92
+Version:        0.94
 Release:        0
 Summary:        Ping and Traceroute Network Diagnostic Tool
 License:        GPL-2.0-only
 Group:          Productivity/Networking/Diagnostic
-URL:            https://github.com/traviscross/mtr
-Source:         ftp://ftp.bitwizard.nl/mtr/%{name}-%{version}.tar.gz
+URL:            https://www.bitwizard.nl/mtr/
+Source:         https://www.bitwizard.nl/mtr/files/mtr-%{version}.tar.gz
 Source1:        xmtr.desktop
 Patch1:         mtr-0.75-manmtr.patch
 Patch2:         mtr-0.87-manxmtr.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libtool
 BuildRequires:  ncurses-devel
@@ -70,18 +70,17 @@
 %configure \
        --disable-silent-rules \
        --enable-ipv6 \
-       --enable-gtk2 \
        --with-gtk \
        --disable-gtktest
-make %{?_smp_mflags}
+%make_build
 mv mtr xmtr
-make distclean %{?_smp_mflags}
+%make_build distclean
 # console version
 %configure \
        --disable-silent-rules \
        --enable-ipv6 \
        --without-gtk
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -100,18 +99,18 @@
 %verify_permissions -e %{_sbindir}/mtr-packet
 
 %files
-%doc AUTHORS FORMATS NEWS README SECURITY TODO
+%doc AUTHORS NEWS SECURITY TODO
 %license COPYING
 %{_datadir}/bash-completion/completions/mtr
-%{_mandir}/man8/mtr-packet.8%{ext_man}
-%{_mandir}/man8/mtr.8%{ext_man}
+%{_mandir}/man8/mtr-packet.8%{?ext_man}
+%{_mandir}/man8/mtr.8%{?ext_man}
 %verify(not caps) %attr(755,root,root) %{_sbindir}/mtr-packet
 %attr(755,root,root) %{_sbindir}/mtr
 
 %files gtk
-%doc AUTHORS FORMATS NEWS README SECURITY TODO
+%doc AUTHORS NEWS SECURITY TODO
 %license COPYING
-%{_mandir}/man8/xmtr.8%{ext_man}
+%{_mandir}/man8/xmtr.8%{?ext_man}
 %attr(755,root,root) %{_sbindir}/xmtr
 %{_includedir}/X11/pixmaps
 %{_datadir}/applications/*

++++++ mtr-0.75-manmtr.patch ++++++
--- /var/tmp/diff_new_pack.n3MucQ/_old  2021-01-19 16:04:19.427572404 +0100
+++ /var/tmp/diff_new_pack.n3MucQ/_new  2021-01-19 16:04:19.427572404 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- mtr.8.orig
 +++ mtr.8
-@@ -93,6 +93,14 @@ mtr \- a network diagnostic tool
+@@ -114,6 +114,14 @@ mtr \- a network diagnostic tool
  ]
  .I HOSTNAME
  .SH DESCRIPTION

++++++ mtr-0.87-manxmtr.patch ++++++
--- /var/tmp/diff_new_pack.n3MucQ/_old  2021-01-19 16:04:19.439572422 +0100
+++ /var/tmp/diff_new_pack.n3MucQ/_new  2021-01-19 16:04:19.439572422 +0100
@@ -1,19 +1,17 @@
-diff -urN mtr-0.92.orig/xmtr.8 mtr-0.92/xmtr.8
---- mtr-0.92.orig/xmtr.8       2017-07-03 13:46:24.869651206 +0200
-+++ mtr-0.92/xmtr.8    2017-07-03 13:47:36.725650110 +0200
-@@ -1,8 +1,8 @@
--.TH MTR 8 "0.87.203-0e5e" "mtr" "System Administration"
-+.TH MTR 8 "0.87.203-0e5e" "xmtr" "System Administration"
+Index: mtr-0.94/xmtr.8
+===================================================================
+--- mtr-0.94.orig/xmtr.8
++++ mtr-0.94/xmtr.8
+@@ -2,7 +2,7 @@
  .SH NAME
--mtr \- a network diagnostic tool
-+xmtr \- a network diagnostic tool
+ mtr \- a network diagnostic tool
  .SH SYNOPSIS
 -.B mtr
 +.B xmtr
  [\c
  .BR \-4 |\c
  .B \-6\c
-@@ -111,7 +111,7 @@
+@@ -114,7 +114,7 @@ mtr \- a network diagnostic tool
  ]
  .I HOSTNAME
  .SH DESCRIPTION
@@ -22,7 +20,7 @@
  combines the functionality of the 
  .B traceroute
  and 
-@@ -119,15 +119,15 @@
+@@ -122,15 +122,15 @@ and
  programs in a single network diagnostic tool.
  .PP
  As 
@@ -41,7 +39,7 @@
  to print the response percentage and response times of the internet
  route to 
  .BR HOSTNAME . 
-@@ -142,7 +142,7 @@
+@@ -145,7 +145,7 @@ and the percentage of packet loss.
  Print the summary of command line argument options.
  .TP
  .B \-v\fR, \fB\-\-version
@@ -50,7 +48,7 @@
  .TP
  .B \-4
  Use IPv4 only.
-@@ -155,11 +155,11 @@
+@@ -158,11 +158,11 @@ Reads the list of hostnames from the spe
  .TP
  .B \-r\fR, \fB\-\-report
  This option puts 
@@ -64,7 +62,7 @@
  will run for the number of cycles specified by the 
  .B \-c
  option, and then print statistics and exit.  
-@@ -167,30 +167,30 @@
+@@ -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 
@@ -101,7 +99,7 @@
  to use the curses based terminal
  interface (if available).
  In case the list of hops exceeds the 
-@@ -212,10 +212,10 @@
+@@ -215,10 +215,10 @@ information.
  .TP
  .B \-g\fR, \fB\-\-gtk
  Use this option to force
@@ -114,7 +112,7 @@
  was built for this to work.  See the GTK+ web page at 
  .UR http://\:www.\:gtk.\:org/
  .UE
-@@ -261,24 +261,24 @@
+@@ -264,27 +264,27 @@ MTR.0.86+git:16e39fc0;1435562787;OK;nic.
  .TP
  .B \-j\fR, \fB\-\-json
  Use this option to tell
@@ -122,6 +120,10 @@
 +.B xmtr
  to use the JSON output format.  This format is better suited for
  automated processing of the measurement results.
+ Jansson library must have been available on the system when
+-.B mtr
++.B xmtr
+ was built for this to work.
  .TP
  .B \-p\fR, \fB\-\-split
  Use this option to set
@@ -143,7 +145,7 @@
  to display both the host names and numeric IP numbers.  In split mode
  this adds an extra field to the output.  In report mode, there is usually
  too little space to add the IPs, and they will be truncated.  Use the
-@@ -373,7 +373,7 @@
+@@ -379,7 +379,7 @@ Specifies value for type of service fiel
  .TP
  .B \-e\fR, \fB\-\-mpls
  Use this option to tell 
@@ -152,7 +154,7 @@
  to display information from ICMP extensions for MPLS (RFC 4950)
  that are encoded in the response packets.
  .TP
-@@ -425,7 +425,7 @@
+@@ -437,7 +437,7 @@ is 32 unsigned integer.  See
  .BR socket (7)
  for full description of this socket option.
  .SH ENVIRONMENT
@@ -161,7 +163,7 @@
  recognizes a few environment variables.
  .TP
  .B MTR_OPTIONS
-@@ -438,7 +438,7 @@
+@@ -450,7 +450,7 @@ are overridden by command-line options.
  Example:
  
  .BI MTR_OPTIONS ="-4\ -c\ 1"
@@ -170,7 +172,16 @@
  .I \-6\ localhost
  
  would send one probe (because of
-@@ -470,7 +470,7 @@
+@@ -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 

++++++ mtr-0.92.tar.gz -> mtr-0.94.tar.gz ++++++
++++ 11028 lines of diff (skipped)

Reply via email to