[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/file/devel file-4.13-howmany.patch, NONE, 1.1 file.spec, 1.25, 1.26
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/file/devel file-4.13-howmany.patch, NONE, 1.1 file.spec, 1.25, 1.26
- Date: Mon, 4 Jul 2005 03:08:31 -0400
Author: rvokal
Update of /cvs/dist/rpms/file/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3679
Modified Files:
file.spec
Added Files:
file-4.13-howmany.patch
Log Message:
- fixed reiserfs check (#162378)
file-4.13-howmany.patch:
doc/libmagic.man | 2 !!
src/file.h | 2 !!
2 files changed, 4 modifications(!)
--- NEW FILE file-4.13-howmany.patch ---
diff -rc file-4.13/doc/libmagic.man file-4.13.howmany/doc/libmagic.man
*** file-4.13/doc/libmagic.man 2004-09-11 21:15:56.000000000 +0200
--- file-4.13.howmany/doc/libmagic.man 2005-07-03 14:53:47.000000000 +0200
***************
*** 221,226 ****
.Xr file __CSECTION__ ,
.Xr magic __FSECTION__
.Sh AUTHORS
! Måns Rullgård Initial libmagic implementation,
and configuration.
Christos Zoulas API cleanup, error code and allocation handling.
--- 221,226 ----
.Xr file __CSECTION__ ,
.Xr magic __FSECTION__
.Sh AUTHORS
! Måns Rullgård Initial libmagic implementation,
and configuration.
Christos Zoulas API cleanup, error code and allocation handling.
diff -rc file-4.13/src/file.h file-4.13.howmany/src/file.h
*** file-4.13/src/file.h 2005-01-07 20:17:26.000000000 +0100
--- file-4.13.howmany/src/file.h 2005-07-03 14:53:47.000000000 +0200
***************
*** 65,71 ****
#define public
#ifndef HOWMANY
! # define HOWMANY 65536 /* how much of the file to look at */
#endif
#define MAXMAGIS 4096 /* max entries in /etc/magic */
#define MAXDESC 64 /* max leng of text description */
--- 65,71 ----
#define public
#ifndef HOWMANY
! # define HOWMANY 2*65536 /* how much of the file to look at */
#endif
#define MAXMAGIS 4096 /* max entries in /etc/magic */
#define MAXDESC 64 /* max leng of text description */
Index: file.spec
===================================================================
RCS file: /cvs/dist/rpms/file/devel/file.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- file.spec 11 Apr 2005 08:37:25 -0000 1.25
+++ file.spec 4 Jul 2005 07:08:28 -0000 1.26
@@ -3,7 +3,7 @@
Summary: A utility for determining file types.
Name: file
Version: 4.13
-Release: 4
+Release: 5
License: distributable
Group: Applications/File
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@@ -14,6 +14,7 @@
Patch4: file-4.12-core64.patch
Patch5: file-4.13-fsdump.patch
Patch6: file-4.13-quick.patch
+Patch7: file-4.13-howmany.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: zlib-devel
@@ -35,6 +36,7 @@
%patch4 -p1 -b .core64
%patch5 -p1 -b .fsdump
%patch6 -p1 -b .quick
+%patch7 -p1 -b .howmany
iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
mv doc/libmagic.man_ doc/libmagic.man
@@ -79,6 +81,9 @@
%{_libdir}/libmagic.*
%changelog
+* Mon Jul 04 2005 Radek Vokal <rvokal redhat com> - 4.14-5
+- fixed reiserfs check (#162378)
+
* Mon Apr 11 2005 Radek Vokal <rvokal redhat com> - 4.13-4
- check Cyrus files before Apple Quicktime movies (#154342)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]