1d8a5b
Summary: The GNU data compression program
1d8a5b
Name: gzip
1d8a5b
Version: 1.10
1d8a5b
Release: 8%{?dist}
1d8a5b
# info pages are under GFDL license
1d8a5b
License: GPLv3+ and GFDL
1d8a5b
Source0: http://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.xz
1d8a5b
Source1: https://www.gnu.org/licenses/fdl-1.3.txt
1d8a5b
1d8a5b
# downstream solution for coloured z*grep (#1034839)
1d8a5b
Source100: colorzgrep.csh
1d8a5b
Source101: colorzgrep.sh
1d8a5b
1d8a5b
Patch1: gnulib.patch
1d8a5b
Patch2: gzexe.patch
1d8a5b
Patch3: ibm.patch
1d8a5b
Patch4: ibm2.patch
1d8a5b
Patch5: ibm4.patch
1d8a5b
Patch6: dfltcc-segfault.patch
1d8a5b
Patch7: ibm5.patch
1d8a5b
1d8a5b
# Fixed in upstream code.
1d8a5b
# http://thread.gmane.org/gmane.comp.gnu.gzip.bugs/378
1d8a5b
URL: http://www.gzip.org/
1d8a5b
# Requires should not be added for gzip wrappers (eg. zdiff, zgrep,
1d8a5b
# zless) of another tools, because gzip "extends" the tools by its
1d8a5b
# wrappers much more than it "requires" them.
1d8a5b
Requires: coreutils 
1d8a5b
BuildRequires: texinfo, gcc, autoconf, automake, less
1d8a5b
BuildRequires: make
1d8a5b
Conflicts: filesystem < 3
1d8a5b
Provides: /bin/gunzip
1d8a5b
Provides: /bin/gzip
1d8a5b
Provides: /bin/zcat
1d8a5b
# Gzip contains bundled Gnulib
1d8a5b
# exception https://fedorahosted.org/fpc/ticket/174
1d8a5b
Provides: bundled(gnulib)
1d8a5b
1d8a5b
%description
1d8a5b
The gzip package contains the popular GNU gzip data compression
1d8a5b
program. Gzipped files have a .gz extension.
1d8a5b
1d8a5b
Gzip should be installed on your system, because it is a
1d8a5b
very commonly used data compression program.
1d8a5b
1d8a5b
%prep
1d8a5b
%setup -q
1d8a5b
#%patch1 -p1 -b .gnulib
1d8a5b
%patch2 -p1 -b .gzexe
1d8a5b
%patch3 -p1 
1d8a5b
%patch4 -p1 
1d8a5b
%patch5 -p1 
1d8a5b
%patch6 -p1 
1d8a5b
%patch7 -p1 
1d8a5b
cp %{SOURCE1} .
1d8a5b
autoreconf
1d8a5b
1d8a5b
%build
1d8a5b
export DEFS="NO_ASM"
1d8a5b
export CPPFLAGS="-DHAVE_LSTAT"
1d8a5b
export CC="%{__cc}"
1d8a5b
export CPP="%{__cpp}"
1d8a5b
export CXX="%{__cxx}"
1d8a5b
1d8a5b
%ifarch s390x
1d8a5b
export CFLAGS="$RPM_OPT_FLAGS -DDFLTCC_LEVEL_MASK=0x7e"
1d8a5b
%configure --enable-dfltcc 
1d8a5b
%else
1d8a5b
%configure
1d8a5b
%endif
1d8a5b
1d8a5b
make
1d8a5b
make check
1d8a5b
#make gzip.info
1d8a5b
1d8a5b
%install
1d8a5b
rm -rf ${RPM_BUILD_ROOT}
1d8a5b
%makeinstall
1d8a5b
1d8a5b
gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/gzip.info*
1d8a5b
1d8a5b
# we don't ship it, so let's remove it from ${RPM_BUILD_ROOT}
1d8a5b
rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
1d8a5b
# uncompress is a part of ncompress package
1d8a5b
rm -f ${RPM_BUILD_ROOT}/%{_bindir}/uncompress
1d8a5b
1d8a5b
# coloured z*grep (#1034839)
1d8a5b
%global profiledir %{_sysconfdir}/profile.d
1d8a5b
mkdir -p %{buildroot}%{profiledir}
1d8a5b
install -p -m 644 %{SOURCE100} %{buildroot}%{profiledir}
1d8a5b
install -p -m 644 %{SOURCE101} %{buildroot}%{profiledir}
1d8a5b
1d8a5b
%files
1d8a5b
%doc NEWS README AUTHORS ChangeLog THANKS TODO
1d8a5b
%{!?_licensedir:%global license %%doc}
1d8a5b
%license COPYING fdl-1.3.txt
1d8a5b
%{_bindir}/*
1d8a5b
%{_mandir}/*/*
1d8a5b
%{_infodir}/gzip.info*
1d8a5b
%{profiledir}/*
1d8a5b
1d8a5b
%changelog
1d8a5b
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.10-8
1d8a5b
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
1d8a5b
  Related: rhbz#1991688
1d8a5b
1d8a5b
* Fri Jul 30 2021 Jakub Martisko <jamartis@redhat.com> - 1.10-7
1d8a5b
- Add the ibm patches dealing with s390x optimizations
1d8a5b
Resolves: rhbz#1986357
1d8a5b
1d8a5b
* Fri Jul 30 2021 Jakub Martisko <jamartis@redhat.com> - 1.10-6
1d8a5b
- Add gating tests
1d8a5b
Resolves: rhbz#1986357
1d8a5b
1d8a5b
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.10-5
1d8a5b
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
1d8a5b
1d8a5b
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-4
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1d8a5b
1d8a5b
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-3
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1d8a5b
1d8a5b
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-2
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1d8a5b
1d8a5b
* Fri Aug 09 2019 Jakub Martisko <jamartis@redhat.com> - 1.10-1
1d8a5b
- Rebase to 1.10
1d8a5b
1d8a5b
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-10
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1d8a5b
1d8a5b
* Tue Mar 26 2019 Jakub Martisko <jamartis@redhat.com> - 1.9-9
1d8a5b
- Fix wrong skip size in gzexe
1d8a5b
- Add new test dealing with the ^^ (needs autoreconf)
1d8a5b
- Enable make check (needs less)
1d8a5b
  Related: 1690825
1d8a5b
1d8a5b
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-8
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
1d8a5b
1d8a5b
* Thu Jul 26 2018 Jakub Martisko <jamartis@redhat.com> - 1.9-7
1d8a5b
- Fix FTBFS bug (gnulib problems)
1d8a5b
- more details: https://lists.gnu.org/r/bug-gnulib/2018-03/msg00000.html
1d8a5b
  Resolves 1604303
1d8a5b
1d8a5b
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-6
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1d8a5b
1d8a5b
* Thu Mar 01 2018 Jakub Martisko <jamartis@redhat.com> - 1.9-5
1d8a5b
- Fix previous commit (gcc was added to requires instead of buildrequires)
1d8a5b
1d8a5b
* Thu Mar 01 2018 Jakub Martisko <jamartis@redhat.com> - 1.9-4
1d8a5b
- Add gcc to buildrequires
1d8a5b
1d8a5b
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.9-3
1d8a5b
- Escape macros in %%changelog
1d8a5b
1d8a5b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-2
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1d8a5b
1d8a5b
* Wed Jan 10 2018 Jakub Martisko <jamartis@redhat.com> - 1.9-1
1d8a5b
- rebase to v1.9
1d8a5b
1d8a5b
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-4
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1d8a5b
1d8a5b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-3
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1d8a5b
1d8a5b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-2
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1d8a5b
1d8a5b
* Fri Jul 01 2016 Petr Stodulka <pstodulk@redhat.com> - 1.8-1
1d8a5b
- rebase to v1.8
1d8a5b
- gzip -l no longer falsely reports a write error when writing to a pipe
1d8a5b
1d8a5b
* Tue Apr 05 2016 Petr Stodulka <pstodulk@redhat.com> - 1.7-1
1d8a5b
- rebase to new upstream version 1.7
1d8a5b
- dropped all patches (almost all issues are fixed in new upstream version,
1d8a5b
  sometimes in different way)
1d8a5b
  - only patch gzip-1.3.12-openbsd-owl-tmp.patch is untested - code is changed
1d8a5b
    significantly and patch is undocumented from archaic time, so I drop it too
1d8a5b
  Resolves: #1321560
1d8a5b
1d8a5b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-10
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1d8a5b
1d8a5b
* Thu Jul 09 2015 Petr Stodulka <pstodulk@redhat.com> - 1.6-9
1d8a5b
- fix zless for archive with empty file (#1238298)
1d8a5b
1d8a5b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-8
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1d8a5b
1d8a5b
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.6-7
1d8a5b
- Rebuilt for Fedora 23 Change
1d8a5b
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
1d8a5b
1d8a5b
* Tue Aug 26 2014 Petr Stodulka <pstodulk@redhat.com> - 1.6-7
1d8a5b
- correct changelog
1d8a5b
1d8a5b
* Tue Aug 26 2014 Petr Stodulka <pstodulk@redhat.com> - 1.6-6
1d8a5b
- changed spec file - build section
1d8a5b
  obey compiler macros %%__cc, %%__cpp, %%__cxx (#667144)
1d8a5b
- zgrep inherits color setup from grep (#1034839)
1d8a5b
1d8a5b
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-5
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1d8a5b
1d8a5b
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 1.6-4
1d8a5b
- fix license handling
1d8a5b
1d8a5b
* Fri Jun 06 2014 Petr Stodulka <pstodulk@redhat.com> - 1.6-3
1d8a5b
- Added description of rsyncable into the manpage (#988713)
1d8a5b
1d8a5b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1d8a5b
1d8a5b
* Tue Jun 11 2013 Michal Luscon <mluscon@redhat.com> - 1.6-1
1d8a5b
- New upstream version
1d8a5b
- Removed addsuffix.patch
1d8a5b
1d8a5b
* Thu Mar 14 2013 Michal Luscon <mluscon@redhat.com> - 1.5-5
1d8a5b
- Adjust gzip-1.3.5-zforce patch
1d8a5b
1d8a5b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-4
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1d8a5b
1d8a5b
* Tue Nov 13 2012 Daniel Drake <dsd@laptop.org> - 1.5-3
1d8a5b
- Fix "gzip --rsyncable" functionality by removing a spurious blank line from
1d8a5b
  the patch.
1d8a5b
1d8a5b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1d8a5b
1d8a5b
* Thu Jun 21 2012 Michal Luscon <mluscon@redhat.com>
1d8a5b
- Added bundled(glib) 
1d8a5b
1d8a5b
* Tue Jun 19 2012 Michal Luscon <mluscon@redhat.com> 1.5-1
1d8a5b
- New upstream version
1d8a5b
- Removed gzip-1.3.9-stderr.patch
1d8a5b
- Removed gzip-1.3.10-zgreppipe.patch
1d8a5b
- Removed gzip-1.3.13-noemptysuffix.patch
1d8a5b
1d8a5b
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1.4-6
1d8a5b
- add filesystem guard
1d8a5b
1d8a5b
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1.4-5
1d8a5b
- install everything in /usr
1d8a5b
  https://fedoraproject.org/wiki/Features/UsrMove
1d8a5b
1d8a5b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-4
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1d8a5b
1d8a5b
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1d8a5b
1d8a5b
* Mon Sep  6 2010 Karel Klic <kklic@redhat.com> - 1.4-2
1d8a5b
- Removed the dependency on less (rhbz#629580)
1d8a5b
- Removed the BuildRoot tag
1d8a5b
- Removed the %%clean section
1d8a5b
1d8a5b
* Tue Mar 16 2010 Karel Klic <kklic@redhat.com> - 1.4-1
1d8a5b
- New upstream release
1d8a5b
- Use XZ upstream source archive
1d8a5b
- Removed cve-2010-0001 patch as it's fixed in this release
1d8a5b
- Removed zdiff patch as it's fixed in this release
1d8a5b
1d8a5b
* Mon Feb 22 2010 Karel Klic <kklic@redhat.com> - 1.3.13-3
1d8a5b
- Added a patch to disallow -S '' parameter (noemptysuffix)
1d8a5b
1d8a5b
* Fri Jan 22 2010 Karel Klic <kklic@redhat.com> - 1.3.13-2
1d8a5b
- Fixed CVE-2010-0001 (rhbz#554418)
1d8a5b
1d8a5b
* Tue Dec  1 2009 Karel Klic <kklic@redhat.com> - 1.3.13-1
1d8a5b
- New upstream version
1d8a5b
- Updated license from GPLv2 to GPLv3+
1d8a5b
- Removed gzip-1.3.12-futimens.patch, as it is fixed in the new version
1d8a5b
- Updated rsync patch to the new upstream version
1d8a5b
- Updated cve-2006-4337 patch to use gzip_error instead of error
1d8a5b
1d8a5b
* Fri Oct  9 2009 Ivana Varekova <varekova@redhat.com> - 1.3.12-12
1d8a5b
- change the source tag
1d8a5b
1d8a5b
* Tue Aug 11 2009 Ivana Varekova <varekova redhat com> - 1.3.12-11
1d8a5b
- fix installation with --excludedocs option (#515975)
1d8a5b
1d8a5b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.12-10
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1d8a5b
1d8a5b
* Fri Mar 13 2009 Ivana Varekova <varekova@redhat.com> - 1.3.12-9
1d8a5b
- fix #484213 - zdiff shows no output
1d8a5b
1d8a5b
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.12-8
1d8a5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1d8a5b
1d8a5b
* Mon Sep  1 2008 Ivana Varekova <varekova@redhat.com> - 1.3.12-7
1d8a5b
- update patches
1d8a5b
1d8a5b
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.12-6
1d8a5b
- Autorebuild for GCC 4.3
1d8a5b
1d8a5b
* Fri Jan 18 2008 Ivana Varekova <varekova@redhat.com> - 1.3.12-5
1d8a5b
- rebuild
1d8a5b
1d8a5b
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.3.12-4
1d8a5b
- Rebuild for selinux ppc32 issue.
1d8a5b
1d8a5b
* Fri Jun 15 2007 Ivana Varekova <varekova@redhat.com> - 1.3.12-3
1d8a5b
- remove useless patches (fixed in upstream version)
1d8a5b
1d8a5b
* Mon Jun 11 2007 Ivana Varekova <varekova@redhat.com> - 1.3.12-2
1d8a5b
- remove useless patches
1d8a5b
1d8a5b
* Mon Jun  4 2007 Ivana Varekova <varekova@redhat.com> - 1.3.12-1
1d8a5b
- update to 1.3.12
1d8a5b
1d8a5b
* Mon Mar  5 2007 Ivana Varekova <varekova@redhat.com> - 1.3.11-1
1d8a5b
- update to 1.3.11
1d8a5b
  remove uncompress
1d8a5b
1d8a5b
* Tue Feb  6 2007 Ivana Varekova <varekova@redhat.com> - 1.3.10-1
1d8a5b
- Resolves: 225878
1d8a5b
  update to 1.3.10
1d8a5b
  change BuildRoot
1d8a5b
1d8a5b
* Mon Jan 22 2007 Ivana Varekova <varekova@redhat.com> - 1.3.9-2
1d8a5b
- Resolves: 223702
1d8a5b
  fix non-failsafe install-info problem
1d8a5b
1d8a5b
* Mon Jan 15 2007 Ivana Varekova <varekova@redhat.com> - 1.3.9-1
1d8a5b
- rebuild to 1.3.9
1d8a5b
- spec cleanup
1d8a5b
1d8a5b
* Wed Nov 22 2006 Ivana Varekova <varekova@redhat.com> - 1.3.5-11
1d8a5b
- fix too strict uncompress function
1d8a5b
1d8a5b
* Mon Oct 23 2006 Ivana Varekova <varekova@redhat.com> - 1.3.5-10
1d8a5b
- fix package description (#208924)
1d8a5b
1d8a5b
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-9
1d8a5b
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
1d8a5b
1d8a5b
* Wed Sep 20 2006 Ivana Varekova <varekova@redhat.com> 1.3.5-8
1d8a5b
- fix bug 204676 (patches by Tavis Ormandy)
1d8a5b
  - cve-2006-4334 - null dereference problem
1d8a5b
  - cve-2006-4335 - buffer overflow problem
1d8a5b
  - cve-2006-4336 - buffer underflow problem
1d8a5b
  - cve-2006-4338 - infinite loop problem
1d8a5b
  - cve-2006-4337 - buffer overflow problem
1d8a5b
1d8a5b
* Fri Jul 14 2006 Karsten Hopp <karsten@redhat.de> 1.3.5-7
1d8a5b
- buildrequire texinfo, otherwise gzip.info will be empty
1d8a5b
1d8a5b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-6.2.2
1d8a5b
- rebuild
1d8a5b
1d8a5b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-6.2.1
1d8a5b
- bump again for double-long bug on ppc(64)
1d8a5b
1d8a5b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-6.2
1d8a5b
- rebuilt for new gcc4.1 snapshot and glibc changes
1d8a5b
1d8a5b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1d8a5b
- rebuilt
1d8a5b
1d8a5b
* Mon May 02 2005 Ivana Varekova <varekova@redhat.com> 1.3.5-6
1d8a5b
- rebuilt
1d8a5b
1d8a5b
* Fri Apr 29 2005 Ivana Varekova <varekova@redhat.com> 1.3.5-5
1d8a5b
- fix bug 156269 - CAN-2005-1228 directory traversal bug
1d8a5b
 (using the patch from Ulf Harnhammar)
1d8a5b
1d8a5b
* Tue Apr 26 2005 Ivana Varekova <varekova@redhat.com> 1.3.5-4
1d8a5b
- fix bug 155746 - CAN-2005-0988 Race condition in gzip (patch9)
1d8a5b
1d8a5b
* Wed Mar 23 2005 Tomas Mraz <tmraz@redhat.com> 1.3.5-3
1d8a5b
- don't use the asm code again as it's slower than the gcc compiled one
1d8a5b
- convert the .spec to UTF-8
1d8a5b
1d8a5b
* Tue Mar 22 2005 Tomas Mraz <tmraz@redhat.com> 1.3.5-2
1d8a5b
- upstream 1.3.5
1d8a5b
- dropped long ago obsolete dirinfo patch
1d8a5b
- escape file names in zgrep (#123012)
1d8a5b
- make stack in match.S nonexecutable
1d8a5b
1d8a5b
* Fri Mar 04 2005 Jiri Ryska <jryska@redhat.com>
1d8a5b
- rebuilt
1d8a5b
1d8a5b
* Mon Dec 13 2004 Ivana Varekova <varekova@redhat.com>
1d8a5b
- fix patch - remove brackets
1d8a5b
1d8a5b
* Mon Dec 13 2004 Ivana Varekova <varekova@redhat.com>
1d8a5b
- fix bug #106551 problem with zmore which requires the suffix .gz in file name
1d8a5b
1d8a5b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
1d8a5b
- rebuilt
1d8a5b
1d8a5b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
1d8a5b
- rebuilt
1d8a5b
1d8a5b
* Tue Oct 28 2003 Jeff Johnson <jbj@redhat.com> 1.3.3-11
1d8a5b
- rebuilt.
1d8a5b
1d8a5b
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
1d8a5b
- rebuilt
1d8a5b
1d8a5b
* Fri Jan 31 2003 Jeff Johnson <jbj@redhat.com> 1.3.3-9
1d8a5b
- enlarge window buffer to avoid accessing beyond end-of-buffer (#78413,#83095).
1d8a5b
- re-enable rsync ready patch.
1d8a5b
1d8a5b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
1d8a5b
- rebuilt
1d8a5b
1d8a5b
* Fri Nov 22 2002 Jeff Johnson <jbj@redhat.com> 1.3.3-7
1d8a5b
- workaround mis-compilation with gcc-3.2-4 on alpha for now (#78413).
1d8a5b
1d8a5b
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
1d8a5b
- rebuild on all arches
1d8a5b
- remove file from buildroot we aren't shipping
1d8a5b
1d8a5b
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
1d8a5b
- automated rebuild
1d8a5b
1d8a5b
* Fri Jun 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.3-4
1d8a5b
- Fix the reading of unitialized memory problem (#66913)
1d8a5b
1d8a5b
* Thu May 23 2002 Tim Powers <timp@redhat.com>
1d8a5b
- automated rebuild
1d8a5b
1d8a5b
* Thu Apr 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.3-2
1d8a5b
- Rebuild
1d8a5b
1d8a5b
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.3-1
1d8a5b
- 1.3.3
1d8a5b
1d8a5b
* Sun Mar 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1d8a5b
- add rsyncable patch #58888
1d8a5b
1d8a5b
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.2-3
1d8a5b
- Rebuild
1d8a5b
1d8a5b
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
1d8a5b
- automated rebuild
1d8a5b
1d8a5b
* Mon Nov 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.3.2-1
1d8a5b
- 1.3.2: no need for autoconf 2.5x hacks anymore
1d8a5b
1d8a5b
* Sat Nov 17 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1d8a5b
- update to 1.3.1:
1d8a5b
- disable patch2
1d8a5b
1d8a5b
* Fri Oct 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.3.0-16
1d8a5b
- replace tempfile patches with improved ones solar@openwall.com
1d8a5b
- Add less to the dependency chain - zless needs it
1d8a5b
1d8a5b
* Thu Aug 23 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.3.0-15
1d8a5b
- Fix typo in comment in zgrep (#52465) 
1d8a5b
- Copyright -> License
1d8a5b
1d8a5b
* Tue Jun  5 2001 Trond Eivind Glomsrød <teg@redhat.com>
1d8a5b
- Patch various uses of $$ in the bundled scripts
1d8a5b
1d8a5b
* Mon Jun  4 2001 Trond Eivind Glomsrød <teg@redhat.com>
1d8a5b
- Fix the SIGPIPE patch to avoid blank lines (#43319)
1d8a5b
1d8a5b
* Thu Feb 08 2001 Philipp Knirsch <pknirsch@redhat.de>
1d8a5b
- Fixed buzilla bug #26680. Wrong skip value after mktemp patch and forced
1d8a5b
  overwrite for output file during decompression.
1d8a5b
1d8a5b
* Tue Jan 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
1d8a5b
- trap SIGPIPE in zgrep, so "zgrep | less" gets a happy ending
1d8a5b
  (#24104)
1d8a5b
1d8a5b
* Sun Dec 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
1d8a5b
- add HAVE_LSTAT define, to avoid it doing weird things to symlinks
1d8a5b
  instead of ignoring them as the docs say it should (#22045)
1d8a5b
1d8a5b
* Fri Dec 01 2000 Trond Eivind Glomsrød <teg@redhat.com>
1d8a5b
- rebuild
1d8a5b
1d8a5b
* Thu Nov 09 2000 Trond Eivind Glomsrød <teg@redhat.com>
1d8a5b
- patch all scripts so usage error messages are written to 
1d8a5b
  stderr (#20597)
1d8a5b
1d8a5b
* Mon Oct 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
1d8a5b
- disable assembly, as it is faster without it (bug #19910)
1d8a5b
1d8a5b
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
1d8a5b
- automatic rebuild
1d8a5b
1d8a5b
* Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
1d8a5b
- rebuild
1d8a5b
1d8a5b
* Wed Jun 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
1d8a5b
- Use %%{_mandir}, %%{_infodir},  %%configure, %%makeinstall
1d8a5b
  and %%{_tmppath}
1d8a5b
1d8a5b
* Fri May 12 2000 Trond Eivind Glomsrød <teg@redhat.com>
1d8a5b
- Add root as default owner of the files, permits building 
1d8a5b
  as non-root user
1d8a5b
1d8a5b
* Wed May 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
1d8a5b
- Build system handles stripping
1d8a5b
- Don't do thing the system does, like creating directories
1d8a5b
- use --bindir /bin
1d8a5b
- Added URL
1d8a5b
- skip unnecesarry sed step
1d8a5b
- Include THANKS, AUTHORS, ChangeLog, TODO
1d8a5b
1d8a5b
* Mon Mar 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1d8a5b
- 1.3
1d8a5b
- handle RPM_OPT_FLAGS
1d8a5b
1d8a5b
* Tue Feb 15 2000 Cristian Gafton <gafton@redhat.com>
1d8a5b
- handle compressed man pages even better
1d8a5b
1d8a5b
* Tue Feb 08 2000 Cristian Gafton <gafton@redhat.com>
1d8a5b
- adopt patch from Paul Eggert to fix detection of the improper tables in
1d8a5b
  inflate.c(huft_build)
1d8a5b
- the latest released version 1.2.4a, which provides documentation updates
1d8a5b
  only. But it lets us use small revision numbers again
1d8a5b
- add an dirinfo entry for gzip.info so we can get rid of the ugly --entry
1d8a5b
  args to install-info
1d8a5b
1d8a5b
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
1d8a5b
- handle compressed manpages
1d8a5b
1d8a5b
* Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com>
1d8a5b
- Fix bug #7970
1d8a5b
1d8a5b
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
1d8a5b
- auto rebuild in the new build environment (release 14)
1d8a5b
1d8a5b
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
1d8a5b
- built against gliibc 2.1
1d8a5b
1d8a5b
* Thu May 07 1998 Prospector System <bugs@redhat.com>
1d8a5b
- translations modified for de, fr, tr
1d8a5b
1d8a5b
* Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
1d8a5b
- added /usr/bin/gzip and /usr/bin/gunzip symlinks as some programs are too
1d8a5b
  brain dead to figure out they should be at least trying to use $PATH
1d8a5b
- added BuildRoot
1d8a5b
1d8a5b
* Wed Jan 28 1998 Erik Troan <ewt@redhat.com>
1d8a5b
- fix /tmp races
1d8a5b
1d8a5b
* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
1d8a5b
- uses install-info
1d8a5b
- applied patch for gzexe
1d8a5b
1d8a5b
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
1d8a5b
- built against glibc
1d8a5b
1d8a5b
* Tue Apr 22 1997 Marc Ewing <marc@redhat.com>
1d8a5b
- (Entry added for Marc by Erik) fixed gzexe to use /bin/gzip
1d8a5b