Hello community,

here is the log from the commit of package libteam for openSUSE:Factory checked 
in at 2013-08-13 10:24:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libteam (Old)
 and      /work/SRC/openSUSE:Factory/.libteam.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libteam"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libteam/libteam.changes  2013-04-03 
13:02:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libteam.new/libteam.changes     2013-08-13 
10:24:44.000000000 +0200
@@ -1,0 +2,15 @@
+Thu Aug  8 14:02:30 UTC 2013 - [email protected]
+
+- Update to new upstream release 1.5
+* lacp: introduce multiple aggregator selection policies
+* lacp: allow to have multiple functions to find out which port
+  is better
+* lacp: introduce agg select policy based on per-port config
+  options
+* teamd: introduce simple SR-IOV support
+* lacp: do not set state disable if driver does not report speed
+  and duplex
+* teamd: add support for multicast group rejoin sending
+* utils: add bond2team conversion tool
+
+-------------------------------------------------------------------

Old:
----
  libteam-1.0.tar.xz

New:
----
  libteam-1.5.tar.xz

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

Other differences:
------------------
++++++ libteam.spec ++++++
--- /var/tmp/diff_new_pack.xqgBgZ/_old  2013-08-13 10:24:44.000000000 +0200
+++ /var/tmp/diff_new_pack.xqgBgZ/_new  2013-08-13 10:24:44.000000000 +0200
@@ -17,11 +17,10 @@
 
 
 Name:           libteam
-%define lname  libteam1
 Summary:        Utilities for controlling 802.1AX team network device
 License:        LGPL-2.1+
 Group:          System/Kernel
-Version:        1.0
+Version:        1.5
 Release:        0
 Url:            http://libteam.org/
 
@@ -53,11 +52,11 @@
 a lightweight mechanism for bonding multiple interfaces together.
 It is a userspace-driven alternative to the existing bonding driver.
 
-%package -n %lname
+%package -n libteam1
 Summary:        Library for controlling 802.1AX team network device
 Group:          System/Libraries
 
-%description -n %lname
+%description -n libteam1
 A library which is the user-space counterpart for the team network
 driver, and provides an API to control them.
 
@@ -65,17 +64,27 @@
 a lightweight mechanism for bonding multiple interfaces together.
 It is a userspace-driven alternative to the existing bonding driver.
 
+%package -n libteamdctl0
+Summary:        Library for controlling the team network device daemon
+Group:          System/Libraries
+
+%description -n libteamdctl0
+Linux kernel 3.3 and above offer a so-called "team" network driver -
+a lightweight mechanism for bonding multiple interfaces together.
+It is a userspace-driven alternative to the existing bonding driver.
+
 %package devel
 Summary:        Development files for libteam
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
+Requires:       libteam1 = %version
+Requires:       libteamdctl0 = %version
 
 %description devel
 A library which is the user-space counterpart for the team network
 driver, and provides an API to control them.
 
-This package contains the development headers for the library found
-in %lname.
+This package contains the development headers for the libteam and
+libteamdctl libraries.
 
 %package tools
 Summary:        Utilities for controlling team network devices
@@ -99,12 +108,11 @@
 This package should be installed if you want to develop Python
 programs that will manipulate team network devices.
 
-
 %prep
 %setup -q
 
 %build
-%configure --includedir="%_includedir/%name-%version" --bindir="%_sbindir" \
+%configure --includedir="%_includedir/pkg/%name" --bindir="%_sbindir" \
        --disable-static
 # Use CFLAGS= to kill -Werror
 make %{?_smp_mflags} CFLAGS="%optflags"
@@ -129,22 +137,31 @@
 %check
 make check
 
-%post   -n %lname -p /sbin/ldconfig
-%postun -n %lname -p /sbin/ldconfig
+%post   -n libteam1 -p /sbin/ldconfig
+%postun -n libteam1 -p /sbin/ldconfig
+%post   -n libteamdctl0 -p /sbin/ldconfig
+%postun -n libteamdctl0 -p /sbin/ldconfig
 
-%files -n %lname
+%files -n libteam1
 %defattr(-,root,root)
 %_libdir/libteam.so.1*
 
+%files -n libteamdctl0
+%defattr(-,root,root)
+%_libdir/libteamdctl.so.0*
+
 %files devel
 %defattr(-,root,root)
-%_includedir/%name-%version
+%_includedir/pkg/
 %_libdir/libteam.so
-%_libdir/pkgconfig/libteam.pc
+%_libdir/libteamdctl.so
+%_libdir/pkgconfig/libteam*.pc
 
 %files tools
 %defattr(-,root,root)
+%_sbindir/bond2team
 %_sbindir/team*
+%_mandir/man1/*
 %_mandir/man5/*
 %_mandir/man8/*
 %if 0%{?_unitdir:1}

++++++ libteam-1.0.tar.xz -> libteam-1.5.tar.xz ++++++
++++ 61195 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to