packages: file/file.spec, file/file-revert-weak-palm-magic.patch (NEW) - fi...

pluto pluto at pld-linux.org
Mon Jan 16 20:19:26 CET 2012


Author: pluto                        Date: Mon Jan 16 19:19:26 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix problems with virtualbox data files.
  http://mx.gw.com/pipermail/file/2012/000907.html

---- Files affected:
packages/file:
   file.spec (1.191 -> 1.192) , file-revert-weak-palm-magic.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/file/file.spec
diff -u packages/file/file.spec:1.191 packages/file/file.spec:1.192
--- packages/file/file.spec:1.191	Mon Jan  2 16:13:37 2012
+++ packages/file/file.spec	Mon Jan 16 20:19:21 2012
@@ -30,7 +30,7 @@
 Summary(zh_TW.UTF-8):	用於決定檔案類型的一個工具程式。
 Name:		file
 Version:	5.10
-Release:	1
+Release:	2
 License:	distributable
 Group:		Applications/File
 Source0:	ftp://ftp.astron.com/pub/file/%{name}-%{version}.tar.gz
@@ -45,6 +45,7 @@
 Patch2:		%{name}-selinux.patch
 Patch3:		searchpath.patch
 Patch4:		automake.patch
+Patch5:		%{name}-revert-weak-palm-magic.patch
 URL:		http://www.darwinsys.com/file/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
@@ -251,6 +252,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %if "%{cc_version}" < "3.4"
 %{__sed} -i -e 's,-Wextra,,' configure.ac
@@ -381,6 +383,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.192  2012/01/16 19:19:21  pluto
+- fix problems with virtualbox data files.
+  http://mx.gw.com/pipermail/file/2012/000907.html
+
 Revision 1.191  2012/01/02 15:13:37  qboosh
 - restored Source1-md5 of patched non-english-man-pages (fixes pt_BR magic(5))
 

================================================================
Index: packages/file/file-revert-weak-palm-magic.patch
diff -u /dev/null packages/file/file-revert-weak-palm-magic.patch:1.1
--- /dev/null	Mon Jan 16 20:19:26 2012
+++ packages/file/file-revert-weak-palm-magic.patch	Mon Jan 16 20:19:21 2012
@@ -0,0 +1,29 @@
+--- file/magic/Magdir/palm	15 Dec 2011 16:21:43 -0000	1.8
++++ file/magic/Magdir/palm	16 Jan 2012 15:16:36 -0000
+@@ -10,17 +10,17 @@
+ # What are the possibilities and where is this documented?
+ 
+ # appl
+-59	byte			\0
+->60	string			appl		PalmOS application
+->0	string			>\0		"%s"
++#59	byte			\0
++#>60	string			appl		PalmOS application
++#>0	string			>\0		"%s"
+ # TEXt
+-59	byte			\0
+->60	belong			TEXt		AportisDoc file
+->0	string			>\0		"%s"
++#59	byte			\0
++#>60	belong			TEXt		AportisDoc file
++#>0	string			>\0		"%s"
+ # HACK
+-59	byte			\0
+->60	string			HACK		HackMaster hack
+->0	string			>\0		"%s"
++#59	byte			\0
++#>60	string			HACK		HackMaster hack
++#>0	string			>\0		"%s"
+ 
+ # Variety of PalmOS document types
+ # Michael-John Turner <mj at debian.org>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/file/file.spec?r1=1.191&r2=1.192&f=u



More information about the pld-cvs-commit mailing list