Updated to python-ethtool v0.5

Fixes a nasty double free error on ethtool.etherinfo_ipv6addr objects
This commit is contained in:
David Sommerseth 2010-08-09 15:24:05 +02:00
parent cdab08cba2
commit 91fc93d35a
3 changed files with 6 additions and 11 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
python-ethtool-0.3.tar.bz2
python-ethtool-0.4.tar.bz2
python-ethtool-0.5.tar.bz2

View File

@ -3,7 +3,7 @@
Summary: Ethernet settings python bindings
Name: python-ethtool
Version: 0.4
Version: 0.5
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
@ -44,21 +44,15 @@ rm -rf %{buildroot}
%endif
%changelog
* Mon Aug 9 2010 David Sommerseth <davids@redhat.com> - 0.5-1
- Fixed double free issue (commit c52ed2cbdc5b851ebc7b)
* Wed Apr 28 2010 David Sommerseth <davids@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@lists.fedoraproject.org> - 0.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.3-3
- Rebuild for Python 2.6
* Fri Sep 5 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.3-2
- Rewrote build and install sections as part of the fedora review process
BZ #459549

View File

@ -1 +1 @@
11548530cfda478e6620cbd90616ddae python-ethtool-0.4.tar.bz2
7bff3de6d9a3fc8c351a9d2c0bd47be9 python-ethtool-0.5.tar.bz2