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
This commit is contained in:
parent
04e7c34987
commit
a31ba5780b
@ -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
|
Mon Dec 2 11:31:12 UTC 2013 - werner@suse.de
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Url: http://www.darwinsys.com/file/
|
Url: http://www.darwinsys.com/file/
|
||||||
Version: 5.16
|
Version: 5.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to use libmagic
|
Summary: Python module to use libmagic
|
||||||
License: BSD-3-Clause and BSD-4-Clause
|
License: BSD-3-Clause and BSD-4-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user