cvsdist b071927
%define __libtoolize :
cvsdist b071927
6b93567
Summary: A utility for determining file types
cvsdist df0d3de
Name: file
e455cff
Version: 4.21
f777c7b
Release: 1%{?dist}
6b93567
License: Distributable
cvsdist df0d3de
Group: Applications/File
cvsdist df0d3de
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
80aa397
URL:	http://www.darwinsys.com/file/
ed9eb9f
Patch1: file-4.19-debian.patch
cvsdist cdf960c
Patch2: file-selinux.patch
e455cff
Patch3: file-4.21-magic.patch
0749455
Patch5: file-4.13-fsdump.patch
0749455
Patch6: file-4.13-quick.patch
6f81b8a
Patch8: file-4.15-berkeley.patch
91e30ca
Patch12: file-4.16-xen.patch
e455cff
Patch16: file-4.21-oracle.patch
e3a3440
Patch17: file-4.17-clamav.patch
506ec26
Patch18: file-4.17-powerpoint.patch
4f1f159
Patch20: file-4.17-bash.patch
ed9eb9f
Patch21: file-4.19-ELF.patch
cc9d6ed
Patch22: file-4.19-ooffice.patch
ed9eb9f
ed9eb9f
Requires: file-libs = %{version}
6b93567
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
3316f98
BuildRequires: zlib-devel
cvsdist df0d3de
cvsdist df0d3de
%description
cvsdist df0d3de
The file command is used to identify a particular file according to the
cvsdist df0d3de
type of data contained by the file.  File can identify many different
cvsdist df0d3de
file types, including ELF binaries, system libraries, RPM packages, and
cvsdist df0d3de
different graphics formats.
cvsdist df0d3de
cvsdist df0d3de
You should install the file package, since the file command is such a
cvsdist df0d3de
useful utility.
cvsdist df0d3de
ed9eb9f
%package libs
ed9eb9f
Summary: Libraries for applications using libmagic
ed9eb9f
Group:   Applications/File
ed9eb9f
ed9eb9f
%description libs
ed9eb9f
ed9eb9f
Libraries for applications using the bzip2 compression format.
ed9eb9f
%package devel
ed9eb9f
Summary:  Libraries and header files for file development
ed9eb9f
Group:    Applications/File
ed9eb9f
Requires: %{name} = %{version}
ed9eb9f
ed9eb9f
%description devel
ed9eb9f
The file-devel package contains the header files and libmagic library
ed9eb9f
necessary for developing programs using libmagic.
ed9eb9f
ed9eb9f
cvsdist df0d3de
%prep
cvsdist df0d3de
%setup -q
cvsdist cdf960c
%patch1 -p1 -b .debian
cvsdist cdf960c
%patch2 -p1 -b .selinux
0749455
%patch3 -p1 -b .magic
0749455
%patch5 -p1 -b .fsdump
0749455
%patch6 -p1 -b .quick
6f81b8a
%patch8 -p1 -b .berkeley
91e30ca
%patch12 -p1 -b .xen
3fbc355
%patch16 -p1 -b .oracle
e3a3440
%patch17 -p1 -b .clamav
506ec26
%patch18 -p1 -b .powerpoint
4f1f159
%patch20 -p1 -b .bash
ed9eb9f
%patch21 -p1 -b .ELF
cc9d6ed
%patch22 -p1 -b .ooffice
cvsdist df0d3de
64c4be9
iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
64c4be9
mv doc/libmagic.man_ doc/libmagic.man
64c4be9
cvsdist df0d3de
%build
cvsdist efd1c4c
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" \
594abaa
%configure --enable-fsect-man5 --disable-rpath
f57a182
# remove hardcoded library paths from local libtool
f57a182
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
f57a182
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
cvsdist df0d3de
make
cvsdist df0d3de
cvsdist 3f69a6b
cvsdist df0d3de
%install
cvsdist df0d3de
rm -rf $RPM_BUILD_ROOT
cvsdist df0d3de
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
cvsdist df0d3de
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
cvsdist df0d3de
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man5
cvsdist efd1c4c
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/misc
cvsdist df0d3de
cvsdist 3f69a6b
%makeinstall
3cfbfa5
rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
3cfbfa5
cvsdist 5d3a0f6
ln -s file/magic ${RPM_BUILD_ROOT}%{_datadir}/magic
cvsdist 5d3a0f6
ln -s file/magic.mime ${RPM_BUILD_ROOT}%{_datadir}/magic.mime
cvsdist efd1c4c
ln -s ../magic ${RPM_BUILD_ROOT}%{_datadir}/misc/magic 
cvsdist df0d3de
cvsdist df0d3de
%clean
cvsdist df0d3de
rm -rf $RPM_BUILD_ROOT
cvsdist df0d3de
6b93567
%post libs -p /sbin/ldconfig
cvsdist 5d3a0f6
6b93567
%postun libs -p /sbin/ldconfig
cvsdist 5d3a0f6
cvsdist df0d3de
%files
6b93567
%defattr(-,root,root,-)
cvsdist f73b346
%doc LEGAL.NOTICE README
cvsdist df0d3de
%{_bindir}/*
cc9d6ed
%{_mandir}/man1/*
cvsdist 5d3a0f6
ed9eb9f
%files libs
6b93567
%defattr(-,root,root,-)
ed9eb9f
%{_libdir}/*so.*
cc9d6ed
%{_datadir}/magic*
6b93567
%{_mandir}/man5/*
cc9d6ed
%{_datadir}/file
cc9d6ed
%{_datadir}/misc/*
ed9eb9f
ed9eb9f
%files devel
6b93567
%defattr(-,root,root,-)
6b93567
%{_libdir}/*.a
6b93567
%{_libdir}/*.so
ed9eb9f
%{_includedir}/magic.h
6b93567
%{_mandir}/man3/*
ed9eb9f
cvsdist df0d3de
cvsdist df0d3de
%changelog
e455cff
* Tue May 29 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.21-1
e455cff
- upgrade to new upstream 4.21
e455cff
- resolves: #241034: CVE-2007-2799 file integer overflow
e455cff
f777c7b
* Wed Mar  7 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.20-1
f777c7b
- upgrade to new upstream 4.20
f777c7b
f777c7b
* Tue Feb 20 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-4
594abaa
- rpath in file removal
594abaa
f777c7b
* Mon Feb 19 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-3
6b93567
- Resolves: #225750 - Merge Review: file
6b93567
f777c7b
* Thu Jan 25 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-2
cc9d6ed
- Resolves: #223297 - file does not recognize OpenOffice "native" formats
cc9d6ed
- Resolves: #224344 - Magic rules should be in file-libs
cc9d6ed
f777c7b
* Tue Jan  9 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-1
ed9eb9f
- Resolves: #208880 - Pointless file(1) error message while detecting ELF 64-bit file
ed9eb9f
    thanks to <jakub@redhat.com> for patch
6b93567
- Resolves: #214992 - file-devel should own %%_includedir/* %%_libdir/lib*.so
ed9eb9f
- Resolves: #203548 - a -devel package should be split out for libmagic
ed9eb9f
- upgrade to new upstream 4.19
ed9eb9f
- patch revision and cleaning
ed9eb9f
- split package to file, file-devel and file-libs
ed9eb9f
17b3db3
* Wed Aug 23 2006 Martin Bacovsky <mbacovsky@redhat.com> - 4.17-8
17b3db3
- fix recognition of perl script with embed awk (#203610) 
17b3db3
4f1f159
* Fri Aug 18 2006 Martin Bacovsky <mbacovsk@redhat.com> - 4.17-7
4f1f159
- fix recognition of bash script with embed awk (#202185)
4f1f159
5e7a8a4
* Thu Aug 03 2006 Martin Bacovsky <mbacovsk@redhat.com> - 4.17-6
5e7a8a4
- fix gziped empty file (#72986)
5e7a8a4
14a5eba
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.17-5.1
14a5eba
- rebuild
14a5eba
506ec26
* Mon Jul 10 2006 Radek Vokal <rvokal@redhat.com> 4.17-5
506ec26
- fix powerpoint mine (#190373) <vonsch@gmail.com>
506ec26
6b93567
* Wed May 24 2006 Radek Vokal <rvokal@redhat.com> 4.17-4
e3a3440
- /usr/share/file is owned by package (#192858)
e3a3440
- fix magic for Clamav files (#192406)
e3a3440
6b93567
* Fri Apr 21 2006 Radek Vokal <rvokal@redhat.com> 4.17-3
3fbc355
- add support for OCFS or ASM (#189017)
3fbc355
6b93567
* Tue Mar 14 2006 Radek Vokal <rvokal@redhat.com> 4.17-2
8ee10e7
- fix segfault when compiling magic
8ee10e7
- add check for wctype.h
8ee10e7
- fix for flac and mp3 files
8ee10e7
6b93567
* Mon Mar 13 2006 Radek Vokal <rvokal@redhat.com> 4.17-1
924e31a
- upgrade to file-4.17, patch clean-up
924e31a
e859125
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.16-6.2
e859125
- bump again for double-long bug on ppc(64)
e859125
fbb8664
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.16-6.1
fbb8664
- rebuilt for new gcc4.1 snapshot and glibc changes
fbb8664
6b93567
* Sun Feb 04 2006 Radek Vokal <rvokal@redhat.com> 4.16-6
91e30ca
- xen patch, recognizes Xen saved domain
91e30ca
49a15a0
* Fri Jan 13 2006 Radek Vokal <rvokal@redhat.com> 4.16-5
49a15a0
- fix for 64bit arrays
49a15a0
d28d764
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d28d764
- rebuilt
d28d764
2b48135
* Tue Nov 29 2005 Radek Vokal <rvokal@redhat.com> - 4.16-4
2b48135
- printf utf8 filenames and don't use isprint() (#174348)
2b48135
3cfbfa5
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> - 4.16-3
3cfbfa5
- remove .la files (#172633)
3cfbfa5
c89bb98
* Mon Oct 31 2005 Radek Vokal <rvokal@redhat.com> - 4.16-2
c89bb98
- fix core files output, show "from" (#172015)
c89bb98
ab2ecaf
* Tue Oct 18 2005 Radek Vokal <rvokal@redhat.com> - 4.16-1
ab2ecaf
- upgrade to upstream
ab2ecaf
6f81b8a
* Mon Oct 03 2005 Radek Vokal <rvokal@redhat.com> - 4.15-4
6f81b8a
- file output for Berkeley DB gains Cracklib (#168917)
6f81b8a
5afb44e
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> - 4.15-3
5afb44e
- small fix in previously added patch, now it works for multiple params
5afb44e
6b92476
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> - 4.15-2
6b92476
- print xxx-style only once (#168617)
6b92476
a069fb6
* Thu Aug 09 2005 Radek Vokal <rvokal@redhat.com> - 4.15-1
a069fb6
- upgrade to upstream 
a069fb6
f358ee6
* Tue Aug 09 2005 Radek Vokal <rvokal@redhat.com> - 4.14-4
f358ee6
- mime for mpeg and aac files fixed (#165323)
f358ee6
551c4df
* Fri Aug 05 2005 Radek Vokal <rvokal@redhat.com> - 4.14-3
551c4df
- mime for 3ds files removed, conflicts with text files (#165165)
551c4df
60d3648
* Fri Jul 22 2005 Radek Vokal <rvokal@redhat.com> - 4.14-2
60d3648
- fixed mime types recognition (#163866) <mandriva.org>
60d3648
0770614
* Thu Jul 14 2005 Radek Vokal <rvokal@redhat.com> - 4.14-1
0770614
- sync with upstream, patch clean-up
0770614
0770614
* Mon Jul 04 2005 Radek Vokal <rvokal@redhat.com> - 4.13-5
b8407bd
- fixed reiserfs check (#162378)
b8407bd
0749455
* Mon Apr 11 2005 Radek Vokal <rvokal@redhat.com> - 4.13-4
0749455
- check Cyrus files before Apple Quicktime movies (#154342) 
0749455
3df1329
* Mon Mar 07 2005 Radek Vokal <rvokal@redhat.com> - 4.13-3
3df1329
- check for shared libs before fs dump files (#149868)
3df1329
c025172
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> - 4.13-2
c025172
- gcc4 rebuilt
c025172
917fecb
* Tue Feb 15 2005 Radek Vokal <rvokal@redhat.com> - 4.13-1
917fecb
- new version, fixing few bugs, patch clean-up
917fecb
- consistent output for bzip files (#147440)
917fecb
99254ed
* Mon Jan 24 2005 Radek Vokal <rvokal@redhat.com> - 4.12-3
99254ed
- core64 patch fixing output on core files (#145354) <kzak@redhat.com>
99254ed
- minor change in magic patch
99254ed
aceebb5
* Mon Jan 03 2005 Radek Vokal <rvokal@redhat.com> - 4.12-2
aceebb5
- fixed crashes in threaded environment (#143871) <arjanv@redhat.com>
aceebb5
b4afd29
* Thu Dec 02 2004 Radek Vokal <rvokal@redhat.com> - 4.12-1
b4afd29
- upgrade to file-4.12
b4afd29
- removed Tim's patch, tuned magic patch
b4afd29
64c4be9
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 4.10-4
64c4be9
- Convert libmagic.3 to UTF-8
64c4be9
3316f98
* Thu Nov 18 2004 Radek Vokal <rvokal@redhat.com> 4.10-3
3316f98
- set of patches from debian.org
3316f98
- new magic types (#128763)
3316f98
- zlib added to BuildReq (#125294)
3316f98
765f8c9
* Tue Oct 12 2004 Tim Waugh <twaugh@redhat.com> 4.10-2
765f8c9
- Fixed occasional segfault (bug #131892).
765f8c9
cvsdist cdf960c
* Wed Aug 11 2004 Radek Vokal <rvokal@redhat.com>
cvsdist cdf960c
- zlib patch deleted, note patch deleted, rh patch updated, debian patch updated
cvsdist cdf960c
- upgrade to file-4.10
cvsdist cdf960c
cvsdist 6a3cf33
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 6a3cf33
- rebuilt
cvsdist 6a3cf33
cvsdist f73b346
* Mon May 10 2004 Jakub Jelinek <jakub@redhat.com>
cvsdist f73b346
- fix ELF note handling (#109495)
cvsdist f73b346
cvsdist f73b346
* Tue Mar 23 2004 Karsten Hopp <karsten@redhat.de> 4.07-3 
cvsdist f73b346
- add docs (#115966)
cvsdist f73b346
cvsdist 280d195
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 280d195
- rebuilt
cvsdist 280d195
cvsdist 280d195
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 280d195
- rebuilt
cvsdist 280d195
cvsdist 53ed254
* Sun Jan 18 2004 Jeff Johnson <jbj@jbj.org> 4.07-1
cvsdist 53ed254
- upgrade to 4.07.
cvsdist 53ed254
- deal gracefully with unreadable files (#113207).
cvsdist 53ed254
- detect PO files (from Debian).
cvsdist 53ed254
cvsdist 53ed254
* Tue Dec 16 2003 Jeff Johnson <jbj@jbj.org> 4.06-1
cvsdist 53ed254
- upgrade to file-4.06.
cvsdist 53ed254
cvsdist 53ed254
* Mon Nov 10 2003 Tim Waugh <twaugh@redhat.com> 4.02-4
cvsdist 53ed254
- Minimal fix for busy loop problem (bug #109495).
cvsdist 53ed254
cvsdist 53ed254
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 4.05-1
cvsdist 53ed254
- upgrade to 4.05.
cvsdist 53ed254
cvsdist 53ed254
* Thu Oct  9 2003 Jeff Johnson <jbj@jbj.org> 4.02-3
cvsdist 53ed254
- use zlib rather than exec'ing gzip.
cvsdist 53ed254
cvsdist 53ed254
-* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com>
cvsdist 53ed254
-- Add Selinux support.
cvsdist 53ed254
cvsdist 5d3a0f6
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 5d3a0f6
- rebuilt
cvsdist 5d3a0f6
cvsdist 5d3a0f6
* Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 5d3a0f6
- add ldconfig to post/postun
cvsdist 5d3a0f6
cvsdist 5d3a0f6
* Mon Apr 21 2003 Jeff Johnson <jbj@redhat.com> 4.02-1
cvsdist 5d3a0f6
- upgrade to file-4.02.
cvsdist 5d3a0f6
cvsdist efd1c4c
* Thu Feb 27 2003 Jeff Johnson <jbj@redhat.com> 3.39-9
cvsdist efd1c4c
- check size read from elf header (#85297).
cvsdist efd1c4c
cvsdist efd1c4c
* Tue Feb 18 2003 Matt Wilson <msw@redhat.com> 3.39-8
cvsdist efd1c4c
- add FHS compatibility symlink from /usr/share/misc/magic -> ../magic
cvsdist efd1c4c
  (#84509)
cvsdist efd1c4c
cvsdist efd1c4c
* Fri Feb 14 2003 Jeff Johnson <jbj@redhat.com> 3.39-7
cvsdist efd1c4c
- the "real" fix to the vorbis/ogg magic details (#82810).
cvsdist efd1c4c
cvsdist efd1c4c
* Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 3.39-6
cvsdist efd1c4c
- avoid vorbis/ogg magic details (#82810).
cvsdist efd1c4c
cvsdist efd1c4c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 3.39-5
cvsdist efd1c4c
- rebuilt
cvsdist efd1c4c
cvsdist efd1c4c
* Sun Jan 12 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-4
cvsdist efd1c4c
- PT_NOTE, take 3
cvsdist efd1c4c
cvsdist efd1c4c
* Fri Jan 10 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-3
cvsdist efd1c4c
- don't barf in ELF headers with align = 0
cvsdist efd1c4c
cvsdist efd1c4c
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-2
cvsdist efd1c4c
- don't get lost when looking at PT_NOTE sections
cvsdist efd1c4c
cvsdist efd1c4c
* Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 3.39-1
cvsdist efd1c4c
- update to 3.39.
cvsdist efd1c4c
cvsdist 1111c41
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 1111c41
- automated rebuild
cvsdist 1111c41
cvsdist 3f69a6b
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 3f69a6b
- automated rebuild
cvsdist 3f69a6b
6b93567
* Mon May  6 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-6
cvsdist 3f69a6b
- Don't use an old magic.mime 
cvsdist 3f69a6b
- Add mng detection (#64229)
cvsdist 3f69a6b
6b93567
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-5
cvsdist b071927
- Rebuild
cvsdist b071927
6b93567
* Mon Jan 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-4
cvsdist b071927
- Fix missing include of <stdint.h> (#58209)
cvsdist b071927
6b93567
* Tue Dec 11 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.37-2
cvsdist b071927
- Add CFLAGS to handle large files (#53576)
cvsdist b071927
6b93567
* Mon Dec 10 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.37-1
cvsdist b071927
- 3.37
cvsdist b071927
- s/Copyright/License/
cvsdist b071927
- build with --enable-fsect-man5, drop patch
cvsdist b071927
- disable two old patches
cvsdist b071927
cvsdist 698a5ae
* Fri Jul 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 698a5ae
- revert a patch to Magdir/elf, which breaks many libtool scripts
cvsdist 698a5ae
  in several rpm packages
cvsdist 698a5ae
cvsdist 27ca5fb
* Mon Jun 25 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist b071927
- iterate to 3.35
cvsdist 27ca5fb
cvsdist 27ca5fb
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
cvsdist 27ca5fb
- Bump release + rebuild.
cvsdist 27ca5fb
cvsdist 4a8ffa3
* Sun Nov 26 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 4a8ffa3
- update to 3.33.
cvsdist 6add8d6
cvsdist df0d3de
* Mon Aug 14 2000 Preston Brown <pbrown@redhat.com>
cvsdist df0d3de
- Bill made the patch but didn't apply it. :)
cvsdist df0d3de
cvsdist df0d3de
* Mon Aug 14 2000 Bill Nottingham <notting@redhat.com>
cvsdist df0d3de
- 'ASCII text', not 'ASCII test' (#16168)
cvsdist df0d3de
cvsdist df0d3de
* Mon Jul 31 2000 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- fix off-by-1 error when creating filename for use with -i.
6b93567
- include a copy of GNOME /etc/mime-types in %%{_datadir}/magic.mime (#14741).
cvsdist df0d3de
cvsdist df0d3de
* Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- install magic as man5/magic.5 with other formats (#11172).
cvsdist df0d3de
cvsdist df0d3de
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist df0d3de
- automatic rebuild
cvsdist df0d3de
cvsdist df0d3de
* Wed Jun 14 2000 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- FHS packaging.
cvsdist df0d3de
cvsdist df0d3de
* Tue Apr 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist df0d3de
- 3.30
cvsdist df0d3de
cvsdist df0d3de
* Wed Feb 16 2000 Cristian Gafton <gafton@redhat.com>
cvsdist df0d3de
- add ia64 patch from rth
cvsdist df0d3de
cvsdist df0d3de
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
cvsdist df0d3de
- handle compressed manpages
cvsdist df0d3de
- update to 3.28
cvsdist df0d3de
cvsdist df0d3de
* Mon Aug 23 1999 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- identify ELF stripped files correctly (#4665).
cvsdist df0d3de
- use SPARC (not sparc) consistently throughout (#4665).
cvsdist df0d3de
- add entries for MS Office files (#4665).
cvsdist df0d3de
cvsdist df0d3de
* Thu Aug 12 1999 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- diddle magic so that *.tfm files are identified correctly.
cvsdist df0d3de
cvsdist df0d3de
* Tue Jul  6 1999 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- update to 3.27.
cvsdist df0d3de
cvsdist df0d3de
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
cvsdist df0d3de
- experimental support for realmedia files added
cvsdist df0d3de
cvsdist df0d3de
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist df0d3de
- auto rebuild in the new build environment (release 5)
cvsdist df0d3de
cvsdist df0d3de
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- strip binary.
cvsdist df0d3de
cvsdist df0d3de
* Fri Nov 27 1998 Jakub Jelinek <jj@ultra.linux.cz>
cvsdist df0d3de
- add SPARC V9 magic.
cvsdist df0d3de
cvsdist df0d3de
* Tue Nov 10 1998 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- update to 3.26.
cvsdist df0d3de
cvsdist df0d3de
* Mon Aug 24 1998 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- update to 3.25.
cvsdist df0d3de
- detect gimp XCF versions.
cvsdist df0d3de
cvsdist df0d3de
* Thu May 07 1998 Prospector System <bugs@redhat.com>
cvsdist df0d3de
- translations modified for de, fr, tr
cvsdist df0d3de
cvsdist df0d3de
* Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
cvsdist df0d3de
- updated to 3.24
cvsdist df0d3de
- buildrooted
cvsdist df0d3de
cvsdist df0d3de
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
cvsdist df0d3de
- built against glibc
cvsdist df0d3de
cvsdist df0d3de
* Mon Mar 31 1997 Erik Troan <ewt@redhat.com>
cvsdist df0d3de
- Fixed problems caused by 64 bit time_t.
cvsdist df0d3de
cvsdist df0d3de
* Thu Mar 06 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist df0d3de
- Improved recognition of Linux kernel images.