Hello community,

here is the log from the commit of package bridge-utils for openSUSE:Factory 
checked in at 2020-12-08 13:24:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bridge-utils (Old)
 and      /work/SRC/openSUSE:Factory/.bridge-utils.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bridge-utils"

Tue Dec  8 13:24:06 2020 rev:29 rq:845841 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/bridge-utils/bridge-utils.changes        
2019-09-11 10:41:57.147203393 +0200
+++ /work/SRC/openSUSE:Factory/.bridge-utils.new.5913/bridge-utils.changes      
2020-12-08 13:25:37.682714043 +0100
@@ -1,0 +2,17 @@
+Tue Oct 27 16:44:27 UTC 2020 - Pedro Monreal <[email protected]>
+
+- This utility is DEPRECATED. No new features will ever be added.
+  Instead use the bridge command from the iproute2 package which
+  supports more features.
+- Update to version 1.7
+  * Replace references to enslave
+  * Remove out of date TODO
+  * brctl: fix signed/unsigned comparison warnings
+  * libbridge: add missing sys/time.h include in header
+  * libbridge: Include the configured CFLAGS when compiling
+- Update project URLs
+- Rebase patches:
+  * bridge-utils-1.5-ip6.patch
+  * bridge-utils-1.5-optflags.patch
+
+-------------------------------------------------------------------

Old:
----
  bridge-utils-1.6.tar.gz

New:
----
  bridge-utils-1.7.tar.sign
  bridge-utils-1.7.tar.xz

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

Other differences:
------------------
++++++ bridge-utils.spec ++++++
--- /var/tmp/diff_new_pack.AdEgBb/_old  2020-12-08 13:25:38.270715720 +0100
+++ /var/tmp/diff_new_pack.AdEgBb/_new  2020-12-08 13:25:38.274715732 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bridge-utils
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,14 @@
 
 
 Name:           bridge-utils
-Version:        1.6
+Version:        1.7
 Release:        0
 Summary:        Utilities for Configuring the Linux Ethernet Bridge
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Routing
-Url:            
http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge
-Source:         
http://www.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.gz
+URL:            
https://www.linuxfoundation.org/collaborate/workgroups/networking/bridge
+Source0:        
https://kernel.org/pub/linux/kernel/people/shemminger/%{name}/%{name}-%{version}.tar.xz
+Source1:        
https://kernel.org/pub/linux/kernel/people/shemminger/%{name}/%{name}-%{version}.tar.sign
 Patch0:         %{name}-1.5-hz.diff
 Patch1:         %{name}-1.5-optflags.patch
 Patch2:         bridge-utils-1.5-ip6.patch
@@ -66,7 +67,8 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog README THANKS TODO doc/[FHPRSW]*
+%license COPYING
+%doc AUTHORS ChangeLog README THANKS doc/[FHPRSW]*
 %{_mandir}/man?/*
 %{_sbindir}/*
 

++++++ bridge-utils-1.5-ip6.patch ++++++
--- /var/tmp/diff_new_pack.AdEgBb/_old  2020-12-08 13:25:38.302715812 +0100
+++ /var/tmp/diff_new_pack.AdEgBb/_new  2020-12-08 13:25:38.302715812 +0100
@@ -2,9 +2,9 @@
 ===================================================================
 --- libbridge/libbridge.h.orig
 +++ libbridge/libbridge.h
-@@ -23,6 +23,7 @@
- #include <sys/socket.h>
+@@ -25,6 +25,7 @@
  #include <netinet/in.h>
+ 
  #include <linux/if.h>
 +#include <linux/in6.h>
  #include <linux/if_bridge.h>

++++++ bridge-utils-1.5-optflags.patch ++++++
--- /var/tmp/diff_new_pack.AdEgBb/_old  2020-12-08 13:25:38.314715846 +0100
+++ /var/tmp/diff_new_pack.AdEgBb/_new  2020-12-08 13:25:38.314715846 +0100
@@ -1,13 +1,13 @@
 Index: libbridge/Makefile.in
 ===================================================================
---- libbridge/Makefile.in.orig 2008-01-08 17:20:35.000000000 +0100
-+++ libbridge/Makefile.in      2008-05-06 08:44:34.000000000 +0200
+--- libbridge/Makefile.in.orig
++++ libbridge/Makefile.in
 @@ -5,7 +5,7 @@ AR=ar
  RANLIB=@RANLIB@
  
  CC=@CC@
--CFLAGS = -Wall -g $(KERNEL_HEADERS)
-+CFLAGS += -Wall -g $(KERNEL_HEADERS)
+-CFLAGS = -Wall @CFLAGS@ $(KERNEL_HEADERS)
++CFLAGS += -Wall @CFLAGS@ $(KERNEL_HEADERS)
  
  prefix=@prefix@
  exec_prefix=@exec_prefix@
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to