Hello community, here is the log from the commit of package file for openSUSE:Factory checked in at 2015-01-30 06:01:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/file (Old) and /work/SRC/openSUSE:Factory/.file.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "file" Changes: -------- --- /work/SRC/openSUSE:Factory/file/file.changes 2014-12-23 12:31:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.file.new/file.changes 2015-01-30 06:01:13.000000000 +0100 @@ -1,0 +2,17 @@ +Mon Jan 19 10:48:12 UTC 2015 - [email protected] + +- Update to file version 5.22 (also related to bsc#913650 and bsc#913651) + * add indirect relative for TIFF/Exif + * restructure elf note printing to avoid repeated messages + * add note limit, suggested by Alexander Cherepanov + * Bail out on partial pread()'s (Alexander Cherepanov) + * Fix incorrect bounds check in file_printable (Alexander Cherepanov) + * PR/405: ignore SIGPIPE from uncompress programs + * change printable -> file_printable and use it in + more places for safety + * in ELF, instead of "(uses dynamic libraries)" when PT_INTERP + is present print the interpreter name. +- Patch file-5.18-elf.dif is modified and renamed to file-5.22-elf.dif +- Patch file-5.20.dif s modified and renamed to file-5.22.dif + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/file/python-magic.changes 2014-12-21 11:49:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.file.new/python-magic.changes 2015-01-30 06:01:13.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Jan 20 11:11:43 UTC 2015 - [email protected] + +- adapt version in specfile to 5.22 + +------------------------------------------------------------------- Old: ---- file-5.18-elf.dif file-5.20.dif file-5.21.tar.gz New: ---- file-5.22-elf.dif file-5.22.dif file-5.22.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ file.spec ++++++ --- /var/tmp/diff_new_pack.2U4rau/_old 2015-01-30 06:01:14.000000000 +0100 +++ /var/tmp/diff_new_pack.2U4rau/_new 2015-01-30 06:01:14.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package file # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,7 @@ %endif # # Set Version also in python-magic.spec -Version: 5.21 +Version: 5.22 Release: 0 Summary: A Tool to Determine File Types License: BSD-2-Clause @@ -38,13 +38,13 @@ Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz Source2: baselibs.conf Source3: file-rpmlintrc -Patch: file-5.20.dif +Patch: file-5.22.dif Patch1: file-5.19-misc.dif Patch4: file-4.24-autoconf.dif Patch5: file-5.14-tex.dif Patch7: file-4.20-ssd.dif Patch8: file-4.20-xen.dif -Patch9: file-5.18-elf.dif +Patch9: file-5.22-elf.dif Patch10: file-5.19-printf.dif Patch11: file-5.12-zip.dif Patch12: file-5.17-option.dif ++++++ python-magic.spec ++++++ --- /var/tmp/diff_new_pack.2U4rau/_old 2015-01-30 06:01:14.000000000 +0100 +++ /var/tmp/diff_new_pack.2U4rau/_new 2015-01-30 06:01:14.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-magic # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ BuildRequires: python-devel BuildRequires: zlib-devel Url: http://www.darwinsys.com/file/ -Version: 5.21 +Version: 5.22 Release: 0 Summary: Python module to use libmagic License: BSD-3-Clause and BSD-4-Clause ++++++ file-5.14-tex.dif ++++++ --- /var/tmp/diff_new_pack.2U4rau/_old 2015-01-30 06:01:14.000000000 +0100 +++ /var/tmp/diff_new_pack.2U4rau/_new 2015-01-30 06:01:14.000000000 +0100 @@ -1,7 +1,7 @@ --- magic/Localstuff +++ magic/Localstuff 2013-09-30 00:00:00.000000000 +0000 @@ -5,3 +5,12 @@ - # $File: Localstuff,v 1.5 2007/01/12 17:38:27 christos Exp $ + # $File: Localstuff,v 1.4 2003/03/23 04:17:27 christos Exp $ # Add any locally observed files here. Remember: # text if readable, executable if runnable binary, data if unreadable. + ++++++ file-5.18-elf.dif -> file-5.22-elf.dif ++++++ --- /work/SRC/openSUSE:Factory/file/file-5.18-elf.dif 2014-04-06 09:56:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.file.new/file-5.22-elf.dif 2015-01-30 06:01:12.000000000 +0100 @@ -1,15 +1,19 @@ +--- + src/readelf.c | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + --- src/readelf.c -+++ src/readelf.c 2014-03-28 10:12:22.094878811 +0000 -@@ -737,7 +737,7 @@ core: ++++ src/readelf.c 2015-01-19 10:25:08.749519408 +0000 +@@ -706,7 +706,7 @@ do_core_note(struct magic_set *ms, unsig default: - if (xnh_type == NT_PRPSINFO && *flags & FLAGS_IS_CORE) { + if (type == NT_PRPSINFO && *flags & FLAGS_IS_CORE) { - size_t i, j; + size_t i, j, m = 0; unsigned char c; /* * Extract the program name. We assume -@@ -749,7 +749,9 @@ core: +@@ -718,7 +718,9 @@ do_core_note(struct magic_set *ms, unsig * If the characters aren't all printable, * reject it. */ ++++++ file-5.18-elf.dif -> file-5.22.dif ++++++ ++++ 606 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/file/file-5.18-elf.dif ++++ and /work/SRC/openSUSE:Factory/.file.new/file-5.22.dif ++++++ file-5.21.tar.gz -> file-5.22.tar.gz ++++++ ++++ 2390 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
