Author: glen Date: Mon Apr 18 08:59:21 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 5.06
---- Files affected: packages/file: file.spec (1.175 -> 1.176) , searchpath.patch (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/file/file.spec diff -u packages/file/file.spec:1.175 packages/file/file.spec:1.176 --- packages/file/file.spec:1.175 Tue Jan 18 20:26:24 2011 +++ packages/file/file.spec Mon Apr 18 10:59:15 2011 @@ -29,12 +29,12 @@ Summary(zh_CN.UTF-8): 判定文件类型的工具。 Summary(zh_TW.UTF-8): 用於決定檔案類型的一個工具程式。 Name: file -Version: 5.05 +Version: 5.06 Release: 1 License: distributable Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/%{name}-%{version}.tar.gz -# Source0-md5: 0b429063710457be2bd17a18389cb018 +# Source0-md5: deb12b0fb9d09e7681be72bad6eba4e0 Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source1-md5: c157a183b64156f8baafaefd9cbf04c1 Source2: %{name}-zisofs.magic @@ -396,6 +396,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.176 2011/04/18 08:59:15 glen +- up to 5.06 + Revision 1.175 2011/01/18 19:26:24 glen - fix md5, older gcc fix ================================================================ Index: packages/file/searchpath.patch diff -u packages/file/searchpath.patch:1.1 packages/file/searchpath.patch:1.2 --- packages/file/searchpath.patch:1.1 Tue Jan 18 19:56:41 2011 +++ packages/file/searchpath.patch Mon Apr 18 10:59:16 2011 @@ -12,12 +12,14 @@ AM_CFLAGS = @WARNINGS@ libmagic_la_SOURCES = magic.c apprentice.c softmagic.c ascmagic.c \ ---- file-5.04/src/magic.c~ 2009-09-14 20:50:38.000000000 +0300 -+++ file-5.04/src/magic.c 2010-09-20 17:14:49.000000000 +0300 -@@ -84,5 +89,5 @@ +--- file-5.06/src/magic.c~ 2011-04-07 22:20:30.000000000 +0300 ++++ file-5.06/src/magic.c 2011-04-18 11:56:38.611292743 +0300 +@@ -107,7 +107,7 @@ private const char * get_default_magic(void) { - static const char hmagic[] = "/.magic/magic.mgc"; + static const char hmagic[] = "/.magic"; - static char default_magic[2 * MAXPATHLEN + 2]; + static char *default_magic; + char *home, *hmagicpath; + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/file/file.spec?r1=1.175&r2=1.176&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/file/searchpath.patch?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
