Hello community,

here is the log from the commit of package frr for openSUSE:Factory checked in 
at 2020-04-07 10:28:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frr (Old)
 and      /work/SRC/openSUSE:Factory/.frr.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "frr"

Tue Apr  7 10:28:42 2020 rev:3 rq:791565 version:7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/frr/frr.changes  2020-02-05 19:41:54.331273510 
+0100
+++ /work/SRC/openSUSE:Factory/.frr.new.3248/frr.changes        2020-04-07 
10:28:49.986330265 +0200
@@ -1,0 +2,8 @@
+Sat Feb 15 21:27:22 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 7.3
+  * Upstream does not provide a changelog this time
+- Remove patch:
+  * fix_tests.patch (not longer needed)
+
+-------------------------------------------------------------------

Old:
----
  fix_tests.patch
  frr-7.2.1.tar.gz

New:
----
  frr-7.3.tar.gz

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

Other differences:
------------------
++++++ frr.spec ++++++
--- /var/tmp/diff_new_pack.BKMaFh/_old  2020-04-07 10:28:50.690331049 +0200
+++ /var/tmp/diff_new_pack.BKMaFh/_new  2020-04-07 10:28:50.694331053 +0200
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %bcond_with     cumulus
 %bcond_with     datacenter
 
@@ -29,16 +30,15 @@
 %define frr_daemondir %{_prefix}/lib/frr
 
 Name:           frr
-Version:        7.2.1
+Version:        7.3
 Release:        0
 Summary:        FRRouting Routing daemon
-License:        GPL-2.0-or-later and LGPL-2.1-or-later
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Productivity/Networking/System
 URL:            https://www.frrouting.org
 #Git-Clone:     https://github.com/FRRouting/frr.git
 Source:         
https://github.com/FRRouting/frr/archive/%{name}-%{version}.tar.gz
 Source1:        %{name}-tmpfiles.d
-Patch0:         fix_tests.patch
 BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest}
@@ -134,15 +134,24 @@
 This library contains various utility functions to FRRouting, such as
 data types, buffers and socket handling.
 
+%package -n libmlag_pb0
+Summary:        FRRouting utility library
+Group:          System/Libraries
+
+%description -n libmlag_pb0
+This library contains part of the mlag implementation of FRRouting.
+
 %package devel
 Summary:        Header and object files for frr development
 Group:          Development/Libraries/C and C++
 Requires:       libfrr0 = %{version}
-Requires:       libfrrospfapiclient0 = %{version}
-Requires:       libfrrsnmp0 = %{version}
 Requires:       libfrr_pb0 = %{version}
+Requires:       libfrrcares0 = %{version}
 Requires:       libfrrfpm_pb0 = %{version}
+Requires:       libfrrospfapiclient0 = %{version}
+Requires:       libfrrsnmp0 = %{version}
 Requires:       libfrrzmq0 = %{version}
+Requires:       libmlag_pb0 = %{version}
 
 %description devel
 The frr-devel package contains the header and object files necessary for
@@ -150,7 +159,6 @@
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
-%patch0
 
 %build
 # GCC LTO objects must be "fat" to avoid assembly errors
@@ -292,6 +300,7 @@
 
 %post   -n libfrrospfapiclient0 -p /sbin/ldconfig
 %postun -n libfrrospfapiclient0 -p /sbin/ldconfig
+
 %post   -n libfrrsnmp0 -p /sbin/ldconfig
 %postun -n libfrrsnmp0 -p /sbin/ldconfig
 
@@ -300,9 +309,13 @@
 
 %post   -n libfrr0 -p /sbin/ldconfig
 %postun -n libfrr0 -p /sbin/ldconfig
+
 %post   -n libfrrcares0 -p /sbin/ldconfig
 %postun -n libfrrcares0 -p /sbin/ldconfig
 
+%post   -n libmlag_pb0 -p /sbin/ldconfig
+%postun -n libmlag_pb0 -p /sbin/ldconfig
+
 %files
 %license COPYING COPYING-LGPLv2.1
 %doc README.md
@@ -354,10 +367,12 @@
 %{frr_daemondir}/zebra
 %dir %{_libdir}/frr
 %dir %{_libdir}/frr/modules
+%{_libdir}/frr/modules/zebra_cumulus_mlag.so
 %{_libdir}/frr/modules/zebra_fpm.so
 %{_libdir}/frr/modules/zebra_irdp.so
 %{_libdir}/frr/modules/bgpd_rpki.so
 %{_prefix}/lib/frr/vrrpd
+%{_prefix}/lib/frr/generate_support_bundle.py
 %{_libdir}/frr/modules/bgpd_bmp.so
 
 %files -n libfrr_pb0
@@ -380,8 +395,10 @@
 %{_libdir}/libfrr.so.0*
 
 %files -n libfrrcares0
-%{_libdir}/libfrrcares.so.0
-%{_libdir}/libfrrcares.so.0.0.0
+%{_libdir}/libfrrcares.so.0*
+
+%files -n libmlag_pb0
+%{_libdir}/libmlag_pb.so.0*
 
 %files devel
 %dir %{_includedir}/%{name}

++++++ frr-7.2.1.tar.gz -> frr-7.3.tar.gz ++++++
++++ 106050 lines of diff (skipped)


Reply via email to