From a31ba5780b2a2c37e15a42a90614f2b5848f96078d7d6cb771f625c5bccaddfd Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 24 Feb 2014 16:31:12 +0000 Subject: [PATCH] Accepting request 223584 from home:AndreasStieger:branches:Base:System fix python-magic, 5.17. links to file which was changed without branching OBS-URL: https://build.opensuse.org/request/show/223584 OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=89 --- python-magic.changes | 16 ++++++++++++++++ python-magic.spec | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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