Hello community, here is the log from the commit of package file for openSUSE:Factory checked in at 2012-01-19 09:41:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/file (Old) and /work/SRC/openSUSE:Factory/.file.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "file", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/file/file.changes 2011-11-07 14:14:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.file.new/file.changes 2012-01-19 09:41:35.000000000 +0100 @@ -1,0 +2,26 @@ +Mon Jan 16 13:42:35 UTC 2012 - [email protected] + +- Update to file version 5.10 + * Add magic for /usr/bin/env Perl scripts + * Weaken generic script magic to avoid clashing with + language-specific magic. + * Remove hardwired token finding (names.h), turning it into soft + magic. Patterns are either anchored regexs or search/8192. English + language detection and PL/1 detection have been removed as they + were too fragile. -e tokens is still accepted for backwards + compatibility. + * Move 3ds patterns (which are commented out anyway) into autodesk + (they were, oddly, in c-lang). + * Tweak strength of generic hash-bang detectors to be less than + specific ones. + * Make an inconsistent description of Python scripts consistent. + * Python3 binding fixes from Kelly Anderson + * If a string type magic entry is marked as text or binary + only match text files against text entries and binary + files against binary entries. + * If the application name is not set in a cdf file, try to see + if it has a directory with the application name on it. + * Fix ELF lseek(2) madness. Inspired by PR/134 by Jan Kaluza + * Don't use variable string formats. + +------------------------------------------------------------------- Old: ---- file-5.07-exec.dif file-5.07-visibility.patch file-5.08.dif file-5.08.tar.gz New: ---- file-5.10-visibility.patch file-5.10.dif file-5.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ file.spec ++++++ --- /var/tmp/diff_new_pack.3u3xOX/_old 2012-01-19 09:41:36.000000000 +0100 +++ /var/tmp/diff_new_pack.3u3xOX/_new 2012-01-19 09:41:36.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package file # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -29,14 +29,13 @@ %endif # # Set Version also in python-magic.spec -Version: 5.08 -Release: 3 +Version: 5.10 +Release: 1 Summary: A Tool to Determine File Types Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz Source2: baselibs.conf Patch: file-%{version}.dif Patch1: file-5.07-misc.dif -Patch3: file-5.07-exec.dif Patch4: file-4.24-autoconf.dif Patch5: file-4.03-tex.dif Patch7: file-4.20-ssd.dif @@ -55,7 +54,7 @@ Patch27: file-5.07-zip2.0.dif Patch28: file-5.07-iso9660.dif Patch29: file-5.07-llvm.dif -Patch30: file-5.07-visibility.patch +Patch30: file-5.10-visibility.patch Patch31: file-5.07-biorad.dif Patch32: file-5.07-clicfs.dif Patch33: file-ocloexec.patch @@ -83,7 +82,6 @@ %prep %setup -q -n file-%{version} %patch1 -p0 -b .misc -%patch3 -p0 -b .exec %patch4 -p0 -b .conf %patch5 -p0 -b .tex %patch7 -p0 -b .ssd @@ -107,8 +105,8 @@ %patch30 -p0 -b .vis %patch31 -p0 -b .biorad %patch32 -p0 -b .clicfs +%patch33 -p0 -b .clexe %patch -b .0 -%patch33 %build export LANG=POSIX ++++++ python-magic.spec ++++++ --- /var/tmp/diff_new_pack.3u3xOX/_old 2012-01-19 09:41:36.000000000 +0100 +++ /var/tmp/diff_new_pack.3u3xOX/_new 2012-01-19 09:41:36.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-magic # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -25,7 +25,7 @@ Url: http://www.darwinsys.com/file/ License: BSD 3 Clause, BSD 4 Clause Group: Development/Languages/Python -Version: 5.08 +Version: 5.10 Release: 1 Summary: Python module to use libmagic %py_requires ++++++ file-5.07-visibility.patch -> file-5.10-visibility.patch ++++++ --- /work/SRC/openSUSE:Factory/file/file-5.07-visibility.patch 2011-09-23 01:57:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.file.new/file-5.10-visibility.patch 2012-01-19 09:41:35.000000000 +0100 @@ -1,8 +1,8 @@ --- src/Makefile.am -+++ src/Makefile.am 2011-06-14 14:05:18.691926054 +0000 ++++ src/Makefile.am 2012-01-16 13:23:27.235645838 +0000 @@ -11,7 +11,7 @@ libmagic_la_SOURCES = magic.c apprentice encoding.c compress.c is_tar.c readelf.c print.c fsmagic.c \ - funcs.c file.h names.h readelf.h tar.h apptype.c \ + funcs.c file.h readelf.h tar.h apptype.c \ file_opts.h elfclass.h mygetopt.h cdf.c cdf_time.c readcdf.c cdf.h -libmagic_la_LDFLAGS = -no-undefined -version-info 1:0:0 +libmagic_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libmagic.map -no-undefined -version-info 1:0:0 ++++++ file-5.07-exec.dif -> file-5.10.dif ++++++ ++++ 807 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/file/file-5.07-exec.dif ++++ and /work/SRC/openSUSE:Factory/.file.new/file-5.10.dif ++++++ file-5.08.tar.gz -> file-5.10.tar.gz ++++++ ++++ 3486 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
