[python-ethtool] Updated to python-ethtool v0.5

dsommers dsommers at fedoraproject.org
Mon Aug 9 13:25:06 UTC 2010


commit 91fc93d35aaa460dcda8745983d8673701748883
Author: David Sommerseth <davids at redhat.com>
Date:   Mon Aug 9 15:24:05 2010 +0200

    Updated to python-ethtool v0.5
    
    Fixes a nasty double free error on ethtool.etherinfo_ipv6addr objects

 .gitignore          |    1 +
 python-ethtool.spec |   14 ++++----------
 sources             |    2 +-
 3 files changed, 6 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 661008f..dbbdc93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 python-ethtool-0.3.tar.bz2
 python-ethtool-0.4.tar.bz2
+python-ethtool-0.5.tar.bz2
diff --git a/python-ethtool.spec b/python-ethtool.spec
index cef4b52..76a4dfe 100644
--- a/python-ethtool.spec
+++ b/python-ethtool.spec
@@ -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 at redhat.com> - 0.5-1
+- Fixed double free issue (commit c52ed2cbdc5b851ebc7b)
+
 * 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
-
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at 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 at gmail.com> - 0.3-3
-- Rebuild for Python 2.6
-
 * Fri Sep  5 2008 Arnaldo Carvalho de Melo <acme at redhat.com> - 0.3-2
 - Rewrote build and install sections as part of the fedora review process
   BZ #459549
diff --git a/sources b/sources
index 17f7b7d..57241cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11548530cfda478e6620cbd90616ddae  python-ethtool-0.4.tar.bz2
+7bff3de6d9a3fc8c351a9d2c0bd47be9  python-ethtool-0.5.tar.bz2


More information about the scm-commits mailing list