Changelog for
python-netifaces-debugsource-0.10.4-8.3.x86_64.rpm :
* Tue Mar 31 2015 tbechtoldAATTsuse.com- Update to 0.10.4: + Various small fixes + When using Netlink (i.e. Linux), check for the constant NLM_F_DUMP_INTR, since it only appeared in kernel version 3.1 + Added a workaround for broken netlink headers on certain Linux distributions (the problem being that the netlink headers fail to include
, which causes a build failure). + Fixed a problem with the gateways() function that caused it a crash on PyPy. + The CI system is now set up to build for PyPy as well, so problems will be found sooner. + Python 3 compatibility. + Improved Windows source code compatibility. + Added gateway detection via gateways() function. + New version number format (skipped 0.9.0 due to its use by the netifaces-merged fork).- FATE#318148, bsc#917053- Update Url and Source in spec file
* Thu Oct 24 2013 speilickeAATTsuse.com- Require python-setuptools instead of distribute (upstreams merged)
* Mon Jun 25 2012 saschpeAATTsuse.de- Update to version 0.8: + Fixed bit-rot in the ioctl() code path. + Fixed a problem with setup.py that might manifest itself if the config.cache file was manually edited. + Fixed the ioctl() code path to cope with systems that have sa_len and return longer than normal struct ifreq results from SIOCG[L]IFCONF;
* Fri Jun 15 2012 saschpeAATTsuse.de- Update to version 0.6: + Added a workaround for a FreeBSD kernel bug (kern/152036). + Added address_families dictionary to allow code to look up the symbolic name corresponding to a given numeric address family code.
* Mon Jun 11 2012 saschpeAATTsuse.de- Spec header cleanup
* Tue Nov 29 2011 saschpeAATTsuse.de- Minor cleanup
* Thu Jan 27 2011 rschweikertAATTnovell.com- Initial build to meet swift dependency requirement