rpms/file/devel file-4.14-aac.patch,NONE,1.1 file.spec,1.30,1.31

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 9 12:45:27 UTC 2005


Author: rvokal

Update of /cvs/dist/rpms/file/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2697

Modified Files:
	file.spec 
Added Files:
	file-4.14-aac.patch 
Log Message:
  - mime for mpeg and aac files fixed (#165323)

file-4.14-aac.patch:
 magic.mime |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE file-4.14-aac.patch ---
--- file-4.14/magic/magic.mime.devel	2005-08-09 14:23:47.000000000 +0200
+++ file-4.14/magic/magic.mime	2005-08-09 14:35:44.000000000 +0200
@@ -189,10 +189,10 @@
 >8 	string		CDRA		image/x-coreldraw
 
 # AAC (aka MPEG-2 NBC)
-0       beshort&FFF6    0xFFF0          audio/X-HX-AAC-ADTS
+0       beshort&0xfff6    0xfff0          audio/X-HX-AAC-ADTS
 0       string          ADIF            audio/X-HX-AAC-ADIF
-0       beshort&0xFFE0  0x56E0          audio/MP4A-LATM
-0       beshort         0x4DE1          audio/MP4A-LATM
+0       beshort&0xffe0  0x56e0          audio/MP4A-LATM
+0       beshort         0x4De1          audio/MP4A-LATM
 
 # MPEG Layer 3 sound files
 0       beshort&0xfffe  =0xfffa         audio/mpeg


Index: file.spec
===================================================================
RCS file: /cvs/dist/rpms/file/devel/file.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- file.spec	5 Aug 2005 09:15:04 -0000	1.30
+++ file.spec	9 Aug 2005 12:45:25 -0000	1.31
@@ -3,7 +3,7 @@
 Summary: A utility for determining file types.
 Name: file
 Version: 4.14
-Release: 3
+Release: 4
 License: distributable
 Group: Applications/File
 Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@@ -15,6 +15,7 @@
 Patch6: file-4.13-quick.patch
 Patch7: file-4.14-magic_mime.patch
 Patch8: file-4.14-kill3ds.patch
+Patch9: file-4.14-aac.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: zlib-devel
 
@@ -37,6 +38,7 @@
 %patch6 -p1 -b .quick
 %patch7 -b .magic_mime
 %patch8 -p1 -b .kill3ds
+%patch9 -p1 -b .acc
 
 iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
 mv doc/libmagic.man_ doc/libmagic.man
@@ -81,6 +83,9 @@
 %{_libdir}/libmagic.*
 
 %changelog
+* Tue Aug 09 2005 Radek Vokal <rvokal at redhat.com> - 4.14-4
+- mime for mpeg and aac files fixed (#165323)
+
 * Fri Aug 05 2005 Radek Vokal <rvokal at redhat.com> - 4.14-3
 - mime for 3ds files removed, conflicts with text files (#165165)
 




More information about the fedora-cvs-commits mailing list