rpms/file/devel file-4.26-jpeg2000.patch, NONE, 1.1 file.spec, 1.86, 1.87

Daniel Novotny dnovotny at fedoraproject.org
Wed Jan 14 14:58:26 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/file/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2931

Modified Files:
	file.spec 
Added Files:
	file-4.26-jpeg2000.patch 
Log Message:

- fix #476655 detect JPEG-2000 Code Stream Bitmap


file-4.26-jpeg2000.patch:

--- NEW FILE file-4.26-jpeg2000.patch ---
diff -up file-4.26/magic/Magdir/images.jpeg2000 file-4.26/magic/Magdir/images
--- file-4.26/magic/Magdir/images.jpeg2000	2009-01-12 14:37:52.000000000 +0100
+++ file-4.26/magic/Magdir/images	2009-01-12 14:43:50.000000000 +0100
@@ -600,3 +600,8 @@
 # Wavelet Scalar Quantization format used in gray-scale fingerprint images
 # From Tano M Fotang <mfotang at quanteq.com>
 0	string	\xff\xa0\xff\xa8\x00	Wavelet Scalar Quantization image data
+
+# JPEG 2000 Code Stream Bitmap
+# From Petr Splichal <psplicha at redhat.com>
+0	string	\xFF\x4F\xFF\x51\x00	JPEG-2000 Code Stream Bitmap data
+


Index: file.spec
===================================================================
RCS file: /cvs/extras/rpms/file/devel/file.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- file.spec	12 Jan 2009 12:05:30 -0000	1.86
+++ file.spec	14 Jan 2009 14:57:56 -0000	1.87
@@ -5,7 +5,7 @@
 Summary: A utility for determining file types
 Name: file
 Version: 4.26
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: BSD
 Group: Applications/File
 Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@@ -16,6 +16,7 @@
 Patch3: file-4.26-perl5.patch
 Patch4: file-4.26-graphviz-latex.patch
 Patch5: file-4.26-btrfs.patch
+Patch6: file-4.26-jpeg2000.patch
 
 Requires: file-libs = %{version}-%{release}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -72,6 +73,8 @@
 %patch4 -p1
 #fixes #479300
 %patch5 -p1
+#fixes #476655
+%patch6 -p1
 
 iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
 touch -r doc/libmagic.man doc/libmagic.man_
@@ -145,6 +148,9 @@
 %endif
 
 %changelog
+* Wed Jan 14 2009 Daniel Novotny <dnovotny at redhat.com> 4.26-9
+- fix #476655 detect JPEG-2000 Code Stream Bitmap
+
 * Mon Jan 12 2009 Daniel Novotny <dnovotny at redhat.com> 4.26-8
 - fix #479300 - add btrfs filesystem magic
 




More information about the fedora-extras-commits mailing list