From b29eb78b8046c80bc873f57e229a64d8d7b51921 Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Tue, 12 Nov 2013 19:01:15 +0100 Subject: [PATCH] Update to 1.9 - libteamdctl: remove false lib dependencies - teamdctl: use new port config get function - libteamdctl: introduce support for port config get - libteamdctl: cache reply strings into list - teamd: introduce PortConfigDump control method - teamd: make teamd_get_port_by_ifname ifname argument const - Minor improvements to style and language. - do not install example binaries - minor man page(s) correction(s) and lintianisation - teamdctl: print error message if ifindex cannot be obtained - fix cflags path in pc files --- .gitignore | 1 + libteam.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bce40a5..1ccfee9 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /libteam-1.6.tar.gz /libteam-1.7.tar.gz /libteam-1.8.tar.gz +/libteam-1.9.tar.gz diff --git a/libteam.spec b/libteam.spec index 402f81b..5db5a37 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,5 +1,5 @@ Name: libteam -Version: 1.8 +Version: 1.9 Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries @@ -140,6 +140,20 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Tue Nov 12 2013 Jiri Pirko - 1.9-1 +- Update to 1.9 +- libteamdctl: remove false lib dependencies +- teamdctl: use new port config get function +- libteamdctl: introduce support for port config get +- libteamdctl: cache reply strings into list +- teamd: introduce PortConfigDump control method +- teamd: make teamd_get_port_by_ifname ifname argument const +- Minor improvements to style and language. +- do not install example binaries +- minor man page(s) correction(s) and lintianisation +- teamdctl: print error message if ifindex cannot be obtained +- fix cflags path in pc files + * Tue Aug 13 2013 Jiri Pirko - 1.8-1 - Update to 1.8 diff --git a/sources b/sources index 463cd34..c8c5767 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e4bdc47485d38f192380b6e95b9e9d3 libteam-1.8.tar.gz +8c53a1a4fdc52a42096226b132cbead6 libteam-1.9.tar.gz