From 720f9cf6bb1fd8cdd56b52ec117564b12f8a01309f17ca855439dc87038a40f0 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 5 Oct 2015 08:17:24 +0000 Subject: [PATCH] Accepting request 336306 from home:AndreasStieger:branches:Base:System file 5.25 OBS-URL: https://build.opensuse.org/request/show/336306 OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=122 --- file-5.24.tar.gz | 3 --- file-5.25.tar.gz | 3 +++ file.changes | 7 +++++++ file.spec | 2 +- python-magic.changes | 7 +++++++ python-magic.spec | 2 +- 6 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 file-5.24.tar.gz create mode 100644 file-5.25.tar.gz diff --git a/file-5.24.tar.gz b/file-5.24.tar.gz deleted file mode 100644 index e37b4a6..0000000 --- a/file-5.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:802cb3de2e49e88ef97cdcb52cd507a0f25458112752e398445cea102bc750ce -size 737911 diff --git a/file-5.25.tar.gz b/file-5.25.tar.gz new file mode 100644 index 0000000..999563a --- /dev/null +++ b/file-5.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3735381563f69fb4239470b8c51b876a80425348b8285a7cded8b61d6b890eca +size 739485 diff --git a/file.changes b/file.changes index a29ccc1..09194f7 100644 --- a/file.changes +++ b/file.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Oct 4 15:55:51 UTC 2015 - astieger@suse.com + +- file 5.25: + * add a limit to the length of regex searches + * fix problems with --parameter + ------------------------------------------------------------------- Tue Jul 14 11:48:47 UTC 2015 - werner@suse.de diff --git a/file.spec b/file.spec index 3c0e1de..d12bc29 100644 --- a/file.spec +++ b/file.spec @@ -30,7 +30,7 @@ Obsoletes: file-64bit %endif # # Set Version also in python-magic.spec -Version: 5.24 +Version: 5.25 Release: 0 Summary: A Tool to Determine File Types License: BSD-2-Clause diff --git a/python-magic.changes b/python-magic.changes index b5ffa13..1958d1e 100644 --- a/python-magic.changes +++ b/python-magic.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Oct 4 15:55:51 UTC 2015 - astieger@suse.com + +- file 5.25: + * add a limit to the length of regex searches + * fix problems with --parameter + ------------------------------------------------------------------- Tue Jul 14 14:16:29 UTC 2015 - werner@suse.de diff --git a/python-magic.spec b/python-magic.spec index 9190e49..fae3cc8 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.24 +Version: 5.25 Release: 0 Summary: Python module to use libmagic License: BSD-3-Clause and BSD-4-Clause