Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2023-05-05 15:56:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iproute2 (Old)
 and      /work/SRC/openSUSE:Factory/.iproute2.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iproute2"

Fri May  5 15:56:46 2023 rev:134 rq:1084548 version:6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes        2023-03-29 
23:25:58.519111107 +0200
+++ /work/SRC/openSUSE:Factory/.iproute2.new.1533/iproute2.changes      
2023-05-05 15:56:48.443920915 +0200
@@ -1,0 +2,9 @@
+Thu May  4 07:20:24 UTC 2023 - Paolo Stivanin <[email protected]>
+
+- Update to release 6.3:
+  * New release of iproute2 corresponding to the 6.3 kernel.
+    No large feature improvements only incremental improvements to
+    the bridge mdb support, mostly just bug fixes.
+- Rebase patches.
+
+-------------------------------------------------------------------

Old:
----
  iproute2-6.2.0.tar.sign
  iproute2-6.2.0.tar.xz

New:
----
  iproute2-6.3.0.tar.sign
  iproute2-6.3.0.tar.xz

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

Other differences:
------------------
++++++ iproute2.spec ++++++
--- /var/tmp/diff_new_pack.RJdU4d/_old  2023-05-05 15:56:49.139924902 +0200
+++ /var/tmp/diff_new_pack.RJdU4d/_new  2023-05-05 15:56:49.143924925 +0200
@@ -18,7 +18,7 @@
 
 %define _buildshell /bin/bash
 Name:           iproute2
-Version:        6.2
+Version:        6.3
 Release:        0
 Summary:        Linux network configuration utilities
 License:        GPL-2.0-only

++++++ add-explicit-typecast-to-avoid-gcc-warning.patch ++++++
--- /var/tmp/diff_new_pack.RJdU4d/_old  2023-05-05 15:56:49.171925086 +0200
+++ /var/tmp/diff_new_pack.RJdU4d/_new  2023-05-05 15:56:49.175925109 +0200
@@ -7,11 +7,11 @@
  lib/utils.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/lib/utils.c b/lib/utils.c
-index 0919bb201229..8709e82de5bc 100644
---- a/lib/utils.c
-+++ b/lib/utils.c
-@@ -707,8 +707,8 @@ int matches(const char *cmd, const char *pattern)
+Index: iproute2-6.3.0/lib/utils.c
+===================================================================
+--- iproute2-6.3.0.orig/lib/utils.c
++++ iproute2-6.3.0/lib/utils.c
+@@ -881,8 +881,8 @@ bool matches(const char *prefix, const c
  
  int inet_addr_match(const inet_prefix *a, const inet_prefix *b, int bits)
  {
@@ -22,7 +22,4 @@
        int words = bits >> 0x05;
  
        bits &= 0x1f;
--- 
-2.14.1
-
 

++++++ adjust-installation-directories-for-openSUSE-SLE.patch ++++++
--- /var/tmp/diff_new_pack.RJdU4d/_old  2023-05-05 15:56:49.183925155 +0200
+++ /var/tmp/diff_new_pack.RJdU4d/_new  2023-05-05 15:56:49.187925178 +0200
@@ -10,9 +10,12 @@
  tc/q_netem.c   | 2 +-
  3 files changed, 6 insertions(+), 5 deletions(-)
 
---- a/Makefile
-+++ b/Makefile
-@@ -14,7 +14,7 @@ endif
+Index: iproute2-6.3.0/Makefile
+===================================================================
+--- iproute2-6.3.0.orig/Makefile
++++ iproute2-6.3.0/Makefile
+@@ -15,9 +15,9 @@ MAKEFLAGS += --no-print-directory
+ endif
  
  PREFIX?=/usr
 -SBINDIR?=/sbin
@@ -22,7 +25,8 @@
 +NETNS_RUN_DIR?=/run/netns
  NETNS_ETC_DIR?=/etc/netns
  DATADIR?=$(PREFIX)/share
-@@ -31,7 +31,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
+ HDRDIR?=$(PREFIX)/include/iproute2
+@@ -32,7 +32,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
  
  SHARED_LIBS = y
  
@@ -31,9 +35,11 @@
  ifneq ($(SHARED_LIBS),y)
  DEFINES+= -DNO_SHARED_LIBS
  endif
---- a/netem/Makefile
-+++ b/netem/Makefile
-@@ -7,6 +7,7 @@ DISTDATA = normal.dist pareto.dist paretonormal.dist 
experimental.dist
+Index: iproute2-6.3.0/netem/Makefile
+===================================================================
+--- iproute2-6.3.0.orig/netem/Makefile
++++ iproute2-6.3.0/netem/Makefile
+@@ -7,6 +7,7 @@ DISTDATA = normal.dist pareto.dist paret
  HOSTCC ?= $(CC)
  CCOPTS  = $(CBUILD_CFLAGS)
  LDLIBS += -lm
@@ -53,9 +59,11 @@
        done
  
  clean:
---- a/tc/q_netem.c
-+++ b/tc/q_netem.c
-@@ -96,7 +96,7 @@ static int get_distribution(const char *type, __s16 *data, 
int maxdata)
+Index: iproute2-6.3.0/tc/q_netem.c
+===================================================================
+--- iproute2-6.3.0.orig/tc/q_netem.c
++++ iproute2-6.3.0/tc/q_netem.c
+@@ -130,7 +130,7 @@ static int get_distribution(const char *
        char *line = NULL;
        char name[128];
  

++++++ iproute2-6.2.0.tar.xz -> iproute2-6.3.0.tar.xz ++++++
++++ 2374 lines of diff (skipped)

++++++ split-link-and-compile-steps-for-binaries.patch ++++++
--- /var/tmp/diff_new_pack.RJdU4d/_old  2023-05-05 15:56:49.527927125 +0200
+++ /var/tmp/diff_new_pack.RJdU4d/_new  2023-05-05 15:56:49.531927148 +0200
@@ -10,8 +10,10 @@
  misc/Makefile | 17 +++++++++--------
  1 file changed, 9 insertions(+), 8 deletions(-)
 
---- a/misc/Makefile
-+++ b/misc/Makefile
+Index: iproute2-6.3.0/misc/Makefile
+===================================================================
+--- iproute2-6.3.0.orig/misc/Makefile
++++ iproute2-6.3.0/misc/Makefile
 @@ -9,23 +9,24 @@ include ../config.mk
  ifeq ($(HAVE_BERKELEY_DB),y)
        TARGETS += arpd

++++++ use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch ++++++
--- /var/tmp/diff_new_pack.RJdU4d/_old  2023-05-05 15:56:49.543927217 +0200
+++ /var/tmp/diff_new_pack.RJdU4d/_new  2023-05-05 15:56:49.547927240 +0200
@@ -7,11 +7,11 @@
  lib/utils.c | 4 ++++
  1 file changed, 4 insertions(+)
 
-diff --git a/lib/utils.c b/lib/utils.c
-index e77bd302530b..0919bb201229 100644
---- a/lib/utils.c
-+++ b/lib/utils.c
-@@ -49,6 +49,10 @@ int get_hex(char c)
+Index: iproute2-6.3.0/lib/utils.c
+===================================================================
+--- iproute2-6.3.0.orig/lib/utils.c
++++ iproute2-6.3.0/lib/utils.c
+@@ -108,6 +108,10 @@ int get_hex(char c)
        return -1;
  }
  
@@ -22,7 +22,4 @@
  int get_integer(int *val, const char *arg, int base)
  {
        long res;
--- 
-2.14.1
-
 

Reply via email to