diff --git a/python-magic.changes b/python-magic.changes index 5eadeb0..cc89306 100644 --- a/python-magic.changes +++ b/python-magic.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Feb 23 20:34:25 UTC 2014 - andreas.stieger@gmx.de + +- Update python-magic to file version 5.17 (bug fix release) + * Count recursion levels through indirect magic + * Prevent infinite recursion on files with indirect offsets of 0 + * Add -E flag that makes file print filesystem errors to stderr + and exit. + * mime printing could print results from multiple magic entries + if there were multiple matches. + * in some cases overflow was not detected when computing offsets + in softmagic. + * use strcasestr() to for cdf strings + * reset to the "C" locale while doing regex operations, or case + insensitive comparisons; this is provisional + ------------------------------------------------------------------- Mon Dec 2 11:31:12 UTC 2013 - werner@suse.de diff --git a/python-magic.spec b/python-magic.spec index 931f17d..217feb4 100644 --- a/python-magic.spec +++ b/python-magic.spec @@ -23,7 +23,7 @@ BuildRequires: libtool BuildRequires: python-devel BuildRequires: zlib-devel Url: http://www.darwinsys.com/file/ -Version: 5.16 +Version: 5.17 Release: 0 Summary: Python module to use libmagic License: BSD-3-Clause and BSD-4-Clause