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-12-01 21:24:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iproute2 (Old)
 and      /work/SRC/openSUSE:Factory/.iproute2.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iproute2"

Fri Dec  1 21:24:54 2023 rev:137 rq:1130110 version:6.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes        2023-09-21 
22:13:48.752754206 +0200
+++ /work/SRC/openSUSE:Factory/.iproute2.new.25432/iproute2.changes     
2023-12-01 21:25:06.141292050 +0100
@@ -1,0 +2,14 @@
+Thu Nov 30 22:40:27 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 6.6
+  * bridge: Add backup nexthop ID support
+  * tc: Classifier support for SPI field
+  * tc: support the netem seed parameter for loss and corruption
+    events
+  * tc: remove support for CBQ
+  * tc: remove support for RSVP classifier
+  * tc: remove tcindex classifier
+  * tc: remove dsmark qdisc
+  * tc: drop support for ATM qdisc
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ iproute2.spec ++++++
--- /var/tmp/diff_new_pack.XsZlkg/_old  2023-12-01 21:25:06.925320846 +0100
+++ /var/tmp/diff_new_pack.XsZlkg/_new  2023-12-01 21:25:06.925320846 +0100
@@ -18,7 +18,7 @@
 
 %define _buildshell /bin/bash
 Name:           iproute2
-Version:        6.5
+Version:        6.6
 Release:        0
 Summary:        Linux network configuration utilities
 License:        GPL-2.0-only

++++++ adjust-installation-directories-for-openSUSE-SLE.patch ++++++
--- /var/tmp/diff_new_pack.XsZlkg/_old  2023-12-01 21:25:06.945321580 +0100
+++ /var/tmp/diff_new_pack.XsZlkg/_new  2023-12-01 21:25:06.949321727 +0100
@@ -10,10 +10,10 @@
  tc/q_netem.c   |    2 +-
  3 files changed, 7 insertions(+), 6 deletions(-)
 
-Index: iproute2-6.5.0/Makefile
+Index: iproute2-6.6.0/Makefile
 ===================================================================
---- iproute2-6.5.0.orig/Makefile
-+++ iproute2-6.5.0/Makefile
+--- iproute2-6.6.0.orig/Makefile
++++ iproute2-6.6.0/Makefile
 @@ -15,10 +15,10 @@ MAKEFLAGS += --no-print-directory
  endif
  
@@ -21,7 +21,7 @@
 -SBINDIR?=/sbin
 +SBINDIR?=/usr/sbin
  CONF_ETC_DIR?=/etc/iproute2
- CONF_USR_DIR?=$(PREFIX)/lib/iproute2
+ CONF_USR_DIR?=$(LIBDIR)/iproute2
 -NETNS_RUN_DIR?=/var/run/netns
 +NETNS_RUN_DIR?=/run/netns
  NETNS_ETC_DIR?=/etc/netns
@@ -36,10 +36,10 @@
  ifneq ($(SHARED_LIBS),y)
  DEFINES+= -DNO_SHARED_LIBS
  endif
-Index: iproute2-6.5.0/netem/Makefile
+Index: iproute2-6.6.0/netem/Makefile
 ===================================================================
---- iproute2-6.5.0.orig/netem/Makefile
-+++ iproute2-6.5.0/netem/Makefile
+--- iproute2-6.6.0.orig/netem/Makefile
++++ iproute2-6.6.0/netem/Makefile
 @@ -7,6 +7,7 @@ DISTDATA = normal.dist pareto.dist paret
  HOSTCC ?= $(CC)
  CCOPTS  = $(CBUILD_CFLAGS)
@@ -60,11 +60,11 @@
        done
  
  clean:
-Index: iproute2-6.5.0/tc/q_netem.c
+Index: iproute2-6.6.0/tc/q_netem.c
 ===================================================================
---- iproute2-6.5.0.orig/tc/q_netem.c
-+++ iproute2-6.5.0/tc/q_netem.c
-@@ -130,7 +130,7 @@ static int get_distribution(const char *
+--- iproute2-6.6.0.orig/tc/q_netem.c
++++ iproute2-6.6.0/tc/q_netem.c
+@@ -131,7 +131,7 @@ static int get_distribution(const char *
        char *line = NULL;
        char name[128];
  

++++++ iproute2-6.5.0.tar.xz -> iproute2-6.6.0.tar.xz ++++++
++++ 5141 lines of diff (skipped)

++++++ use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch ++++++
--- /var/tmp/diff_new_pack.XsZlkg/_old  2023-12-01 21:25:07.269333480 +0100
+++ /var/tmp/diff_new_pack.XsZlkg/_new  2023-12-01 21:25:07.273333626 +0100
@@ -4,15 +4,15 @@
 Patch-mainline: No
 
 ---
- lib/utils.c | 4 ++++
+ lib/utils.c |    4 ++++
  1 file changed, 4 insertions(+)
 
-Index: iproute2-6.3.0/lib/utils.c
+Index: iproute2-6.6.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;
+--- iproute2-6.6.0.orig/lib/utils.c
++++ iproute2-6.6.0/lib/utils.c
+@@ -138,6 +138,10 @@ int get_long(long *val, const char *arg,
+       return 0;
  }
  
 +#ifndef HZ

Reply via email to