diff --git a/.gitignore b/.gitignore index baa3a89..35e13eb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ python-ethtool-0.5.tar.bz2 /python-ethtool-0.7.tar.bz2 /python-ethtool-0.8.tar.bz2 /python-ethtool-0.9.tar.bz2 +/python-ethtool-0.10.tar.bz2 diff --git a/python-ethtool.spec b/python-ethtool.spec index aab0cb0..a69b593 100644 --- a/python-ethtool.spec +++ b/python-ethtool.spec @@ -3,8 +3,8 @@ Summary: Ethernet settings python bindings Name: python-ethtool -Version: 0.9 -Release: 2%{?dist} +Version: 0.10 +Release: 1%{?dist} URL: http://git.fedorahosted.org/cgit/python-ethtool.git Source: https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-%{version}.tar.bz2 License: GPLv2 @@ -49,6 +49,9 @@ rm -rf %{buildroot} %endif %changelog +* Thu Jan 09 2013 David Sommerseth - 0.10-1 +- Updated to v0.10 + * Wed Dec 11 2013 David Sommerseth - 0.9-2 - Forced rebuild with new tarball. Had pushed up old version. diff --git a/sources b/sources index 0e396a7..c887a7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4dc06065970b41df1f024e4bb4ae92c4 python-ethtool-0.9.tar.bz2 +c021d7d4fe0a5a0d105f259c8f764739 python-ethtool-0.10.tar.bz2