Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package net-tools for openSUSE:Factory 
checked in at 2021-02-07 15:13:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/net-tools (Old)
 and      /work/SRC/openSUSE:Factory/.net-tools.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "net-tools"

Sun Feb  7 15:13:48 2021 rev:57 rq:867901 version:2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/net-tools/net-tools.changes      2021-01-18 
11:26:38.624456393 +0100
+++ /work/SRC/openSUSE:Factory/.net-tools.new.28504/net-tools.changes   
2021-02-07 15:13:50.477375041 +0100
@@ -1,0 +2,46 @@
+Sun Jan 24 18:04:26 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 2.10:
+  * man: pt_BR: ifconfig: fix procmisc option typo
+  * netstat: exit non-zero when sctp protocols are not supported
+  * man: route: add single route del example
+  * ifconfig: accept "pointtopoint" as an alias to "pointopoint"
+  * man: netstat: fill out Timers section
+  * man: ethers: remove funky comment blocks
+  * man: standardize SEE ALSO across all pages & translations
+  * netstat: fix iface truncation with -i
+  * ifconfig: fix exabyte statistic handling
+  * man: ipmaddr/iptunnel: new stub man pages
+  * man: route: use standard .BR for SEE ALSO
+  * netstat: fix iface truncation with -g
+  * po: rename et_EE to et
+  * README/INSTALL: refresh for the modern times
+  * THANKS: add a few more people from `git-log`
+  * netstat: Set SCTP report compliant with -l/--listening option.
+  * Describe "hyphen" program in man page.
+  * man: cleanup ipfw & ipchains refs
+  * ipv6: fix memmove usage with overlapping memory
+  * build: drop support for backing up programs
+  * netstat: add ROSE print support
+  * remove ancient "register" markings
+  * hostname: constify a few string arguments
+  * hostname: add fallback errno decoding on failure
+  * de.po: fix typo "Processe" -> "Prozesse"
+  * route: Fix a missing space in the ipv6 route output
+  * util: drop new() helper
+  * proc: constify filename arg
+  * nameif: add printf attributes to helper funcs
+  * nameif: mark local vars/funcs as static
+  * nameif: fix memory corruption and increase maximum MAC address length
+  * inet_gr: tweak formatting to avoid confusing the compiler
+  * ipmaddr: use safe_strncpy for ifr_name
+  * ifconfig: fix confusing error message logic
+  * ifconfig: add name subcommand to rename an interface
+  * statistics: Fix ipFragOKs and ipFragFails verbiage
+  * statistics: fix packets typo
+  * fix minor mistakes in Czech translation
+- drop 0003-Add-support-for-EiB-in-interface.c.patch
+  0005-Add-support-for-interface-rename-in-nameif.patch: upstream
+- net-tools-configure.patch: refresh
+
+-------------------------------------------------------------------

Old:
----
  0003-Add-support-for-EiB-in-interface.c.patch
  0005-Add-support-for-interface-rename-in-nameif.patch
  _service
  net-tools-2.0+git20180626.aebd88e.tar.xz

New:
----
  net-tools-2.10.tar.xz

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

Other differences:
------------------
++++++ net-tools.spec ++++++
--- /var/tmp/diff_new_pack.ks0S0y/_old  2021-02-07 15:13:51.333375956 +0100
+++ /var/tmp/diff_new_pack.ks0S0y/_new  2021-02-07 15:13:51.337375961 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package net-tools
 #
-# 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,23 +17,20 @@
 
 
 Name:           net-tools
-Version:        2.0+git20180626.aebd88e
+Version:        2.10
 Release:        0
 Summary:        Important Programs for Networking
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Other
 URL:            https://sourceforge.net/projects/net-tools/
-# Repacked by the service file from git
-Source:         %{name}-%{version}.tar.xz
+Source:         
https://sourceforge.net/projects/net-tools/files/net-tools-%{version}.tar.xz
 # PATCH-FEATURE-SUSE: set configure values to our liking as we do not need
 # everything here
 Patch0:         net-tools-configure.patch
 # Git formatted patches described in each patch
 Patch1:         0001-Add-ether-wake-binary.patch
 Patch2:         0002-Do-not-warn-about-interface-socket-not-binded.patch
-Patch3:         0003-Add-support-for-EiB-in-interface.c.patch
 Patch4:         0004-By-default-do-not-fopen-anything-in-netrom_gr.patch
-Patch5:         0005-Add-support-for-interface-rename-in-nameif.patch
 Patch6:         0006-Allow-interface-stacking.patch
 Patch7:         0007-Introduce-T-notrim-option-in-netstat.patch
 BuildRequires:  help2man

++++++ net-tools-2.0+git20180626.aebd88e.tar.xz -> net-tools-2.10.tar.xz ++++++
++++ 7318 lines of diff (skipped)

++++++ net-tools-configure.patch ++++++
--- /var/tmp/diff_new_pack.ks0S0y/_old  2021-02-07 15:13:51.525376162 +0100
+++ /var/tmp/diff_new_pack.ks0S0y/_new  2021-02-07 15:13:51.525376162 +0100
@@ -1,20 +1,7 @@
-Index: Makefile
+Index: net-tools-2.10/config.in
 ===================================================================
---- a/Makefile
-+++ b/Makefile
-@@ -109,7 +109,7 @@ all:               config.h version.h subdirs $(PROGS
- 
- config:       cleanconfig config.h
- 
--install:      all savebin installbin installdata
-+install:      all installbin installdata
- 
- update:       all installbin installdata
- 
-Index: config.in
-===================================================================
---- a/config.in
-+++ b/config.in
+--- net-tools-2.10.orig/config.in
++++ net-tools-2.10/config.in
 @@ -42,7 +42,7 @@
  * course, welcome.  Answer `n' here if you have no support for
  * internationalization on your system.
@@ -38,10 +25,10 @@
  bool 'Build plipconfig' HAVE_PLIP_TOOLS y
  bool 'Build slattach' HAVE_SERIAL_TOOLS y
  bool 'SELinux support' HAVE_SELINUX n
-Index: configure.sh
+Index: net-tools-2.10/configure.sh
 ===================================================================
---- a/configure.sh
-+++ b/configure.sh
+--- net-tools-2.10.orig/configure.sh
++++ net-tools-2.10/configure.sh
 @@ -66,9 +66,8 @@ config_fd_redir='<&7'
  #
  function readln()

Reply via email to