[python-ethtool] Updated package to v0.4

dsommers dsommers at fedoraproject.org
Wed Aug 4 08:50:09 UTC 2010


commit cdab08cba2004d04b8d7af8af10dbb428aa26c1c
Author: David Sommerseth <davids at redhat.com>
Date:   Tue Aug 3 11:30:53 2010 +0200

    Updated package to v0.4

 .gitignore          |    1 +
 python-ethtool.spec |   19 +++++++++++--------
 sources             |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0efa2c4..661008f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 python-ethtool-0.3.tar.bz2
+python-ethtool-0.4.tar.bz2
diff --git a/python-ethtool.spec b/python-ethtool.spec
index 9ccb9c5..cef4b52 100644
--- a/python-ethtool.spec
+++ b/python-ethtool.spec
@@ -3,18 +3,18 @@
 
 Summary: Ethernet settings python bindings
 Name: python-ethtool
-Version: 0.3
-Release: 6%{?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
+BuildRequires: python-devel libnl-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 Python bindings for the ethtool kernel interface, that allows querying and
-changing of ethernet card settings, such as speed, port, autonegotiation, and
+changing of Ethernet card settings, such as speed, port, auto-negotiation, and
 PCI locations.
 
 %prep
@@ -44,8 +44,11 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
-* Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.3-6
-- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+* Wed Apr 28 2010 David Sommerseth <davids at redhat.com> - 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()
 
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
diff --git a/sources b/sources
index 7c40901..17f7b7d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a299829e6d05edeb21b2a3e5580eb8c2  python-ethtool-0.3.tar.bz2
+11548530cfda478e6620cbd90616ddae  python-ethtool-0.4.tar.bz2


More information about the scm-commits mailing list