From 0dbc5e33779b8837768227d60ef8785198a4dc41 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 3 Aug 2010 10:55:09 +0200 Subject: Preparing for a python-ethtool-0.4 release - David Sommerseth is now taking over the maintenance of python-ethtool - New URLs for upstream source code - Added new API: ethtool.get_interfaces_info() - returns list of etherinfo objects - Added support retrieving for IPv6 address, using etherinfo::get_ipv6_addresses() Signed-off-by: David Sommerseth --- rpm/SPECS/python-ethtool.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/rpm/SPECS/python-ethtool.spec b/rpm/SPECS/python-ethtool.spec index f4cbe79..a02d842 100644 --- a/rpm/SPECS/python-ethtool.spec +++ b/rpm/SPECS/python-ethtool.spec @@ -3,10 +3,10 @@ Summary: Ethernet settings python bindings Name: python-ethtool -Version: 0.3 -Release: 3%{?dist} -URL: http://git.kernel.org/?p=linux/kernel/git/acme/python-ethtool.git -Source: http://userweb.kernel.org/~acme/python-ethtool/%{name}-%{version}.tar.bz2 +Version: 0.4 +Release: 1%{?dist} +URL: http://fedorapeople.org/gitweb?p=dsommers/public_git/python-ethtool.git;a=summary +Source: http://dsommers.fedorapeople.org/python-ethtool/%{name}-%{version}.tar.bz2 License: GPLv2 Group: System Environment/Libraries BuildRequires: python-devel libnl-devel @@ -44,8 +44,11 @@ rm -rf %{buildroot} %endif %changelog -* Wed Apr 28 2010 David Sommerseth - 0.3-3 -- Updated with IPv6 support, via ethtool.get_interface_info() +* Wed Apr 28 2010 David Sommerseth - 0.4-1 +- David Sommerseth is now taking over the maintenance of python-ethtool +- New URLs for upstream source code +- Added new API: ethtool.get_interfaces_info() - returns list of etherinfo objects +- Added support retrieving for IPv6 address, using etherinfo::get_ipv6_addresses() * Fri Sep 5 2008 Arnaldo Carvalho de Melo - 0.3-2 - Rewrote build and install sections as part of the fedora review process -- cgit