6b6ecb
Summary: Utility for the creation of squashfs filesystems
6b6ecb
%global forgeurl https://github.com/plougher/squashfs-tools
6b6ecb
Version: 4.4
6b6ecb
Name: squashfs-tools
592f4b
Release: 8.git1%{?dist}
6b6ecb
License: GPLv2+
6b6ecb
URL: %{forgeurl}/archive/4.4-git.1.tar.gz
6b6ecb
Source: 4.4-git.1.tar.gz
6b6ecb
# manpages from http://ftp.debian.org/debian/pool/main/s/squashfs-tools/squashfs-tools_4.2+20121212-1.debian.tar.xz
6b6ecb
# The man pages have been modified for 4.3 for Fedora.
6b6ecb
Source1: mksquashfs.1
6b6ecb
Source2: unsquashfs.1
6b6ecb
592f4b
Patch0: bz2023218.patch
592f4b
6b6ecb
BuildRequires: make
6b6ecb
BuildRequires:  gcc
6b6ecb
BuildRequires: zlib-devel
6b6ecb
BuildRequires: xz-devel
6b6ecb
BuildRequires: lzo-devel
6b6ecb
BuildRequires: libattr-devel
6b6ecb
BuildRequires: lz4-devel
6b6ecb
BuildRequires: libzstd-devel
6b6ecb
6b6ecb
%description
6b6ecb
Squashfs is a highly compressed read-only filesystem for Linux.  This package
6b6ecb
contains the utilities for manipulating squashfs filesystems.
6b6ecb
6b6ecb
%prep
6b6ecb
%setup -n %{name}-4.4-git.1
592f4b
%patch0 -p1
6b6ecb
6b6ecb
%build
6b6ecb
%set_build_flags
6b6ecb
pushd squashfs-tools
6b6ecb
CFLAGS="%{optflags}" XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1 ZSTD_SUPPORT=1 make %{?_smp_mflags}
6b6ecb
6b6ecb
%install
6b6ecb
mkdir -p %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man1
6b6ecb
install -m 755 squashfs-tools/mksquashfs %{buildroot}%{_sbindir}/mksquashfs
6b6ecb
install -m 755 squashfs-tools/unsquashfs %{buildroot}%{_sbindir}/unsquashfs
6b6ecb
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/mksquashfs.1
6b6ecb
install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/unsquashfs.1
6b6ecb
6b6ecb
%files
6b6ecb
%doc README ACKNOWLEDGEMENTS README-4.4 CHANGES COPYING USAGE
6b6ecb
6b6ecb
%doc README
6b6ecb
%{_mandir}/man1/*
6b6ecb
6b6ecb
%{_sbindir}/mksquashfs
6b6ecb
%{_sbindir}/unsquashfs
6b6ecb
6b6ecb
%changelog
592f4b
* Wed Jan 12 2022 Abhi Das <adas@redhat.com> - 4.4-8.git1
592f4b
- limit CPUs on large machines to avoid running out of resources
592f4b
  rhbz#2023218
592f4b
6b6ecb
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 4.4-7.git1
6b6ecb
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
6b6ecb
  Related: rhbz#1991688
6b6ecb
6b6ecb
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.4-6.git1
6b6ecb
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
6b6ecb
6b6ecb
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-5.git1
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
6b6ecb
6b6ecb
* Sat Nov 14 2020 Bruno Wolff III <bruno@wolff.to> - 4.4-4.git1
6b6ecb
- Gating tests failed and unable to rerun them
6b6ecb
6b6ecb
* Wed Nov 11 2020 Bruno Wolff III <bruno@wolff.to> - 4.4-3.git1
6b6ecb
- New upstream release with a minor fix
6b6ecb
6b6ecb
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-2
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6b6ecb
6b6ecb
* Tue May 12 2020 Bruno Wolff III <bruno@wolff.to> - 4.4-1.20200513gitc570c61
6b6ecb
- Go to 4.4 release + plus a few upstream post release patches
6b6ecb
6b6ecb
* Sat Feb 08 2020 Bruno Wolff III <bruno@wolff.to> - 4.3-25
6b6ecb
- Fix duplicate definition flagged by gcc10
6b6ecb
6b6ecb
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-24
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
6b6ecb
6b6ecb
* Fri Jan 17 2020 Jeff Law <law@redhat.com> - 4.3-23
6b6ecb
- Fix undefined symbol when building with LTO due to incorrect
6b6ecb
  use of inline function
6b6ecb
6b6ecb
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-22
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6b6ecb
6b6ecb
* Mon Jun 24 2019 Bruno Wolff III <bruno@wolff.to> - 4.3-21
6b6ecb
- Add zstd compression support (Sean Purcell via github.com/plougher/squashfs-tools)
6b6ecb
6b6ecb
* Tue May 21 2019 Bruno Wolff III <bruno@wolff.to> - 4.3-20
6b6ecb
- Fix issue with LDFLAGS not being set
6b6ecb
6b6ecb
* Tue May 21 2019 Bruno Wolff III <bruno@wolff.to> - 4.3-19
6b6ecb
- Fix issue with glibc changes
6b6ecb
6b6ecb
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-18
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
6b6ecb
6b6ecb
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-17
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6b6ecb
6b6ecb
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-16
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6b6ecb
6b6ecb
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-15
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
6b6ecb
6b6ecb
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-14
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6b6ecb
6b6ecb
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-13
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6b6ecb
6b6ecb
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-12
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6b6ecb
6b6ecb
* Tue Jun 23 2015 Bruno Wolff III <bruno@wolff.to> - 4.3-10
6b6ecb
- Fix for CVE 2015-4645/4646
6b6ecb
6b6ecb
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-9
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6b6ecb
6b6ecb
* Sat Sep 13 2014 Bruno Wolff III <bruno@wolff.to> 4.3-8
6b6ecb
- Fix for files >= 2gb rhbz #1141206
6b6ecb
6b6ecb
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-7
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
6b6ecb
6b6ecb
* Fri Jun 13 2014 Bruno Wolff III <bruno@wolff.to> 4.3-6
6b6ecb
- Apply a couple of upstream patches.
6b6ecb
- Fixes issue issue with too much memory use under PAE kernels
6b6ecb
6b6ecb
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-5
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6b6ecb
6b6ecb
* Wed May 14 2014 Bruno Wolff III <bruno@wolff.to> 4.3-4
6b6ecb
- Even more man page fixes
6b6ecb
6b6ecb
* Wed May 14 2014 Bruno Wolff III <bruno@wolff.to> 4.3-3
6b6ecb
- More mksquashfs man page fixes
6b6ecb
6b6ecb
* Tue May 13 2014 Bruno Wolff III <bruno@wolff.to> 4.3-2
6b6ecb
- Add missed option to the mksquashfs man page
6b6ecb
6b6ecb
* Tue May 13 2014 Bruno Wolff III <bruno@wolff.to> 4.3-1
6b6ecb
- Update to real 4.3 release
6b6ecb
- Added support for lz4 since the stable snapshot
6b6ecb
- Added support for alternate zlib compression strategies
6b6ecb
6b6ecb
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-0.19.gitaae0aff4
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6b6ecb
6b6ecb
* Sat Jun 22 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.18.gitaae0aff4
6b6ecb
- Latest pre 4.3 stable snapshot
6b6ecb
- A few minor bug fixes
6b6ecb
- Improvements in getting status info while running unsquashfs
6b6ecb
6b6ecb
* Tue Jun 04 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.17.git5c6f0024
6b6ecb
- Latest pre 4.3 snapshot
6b6ecb
- Includes fix for mksquashfs hangs
6b6ecb
- Switch to get pre-release updates from the stable branch at kernel.org
6b6ecb
6b6ecb
* Thu May 23 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.16.git84d8ae5c
6b6ecb
- Latest pre 4.3 snapshot
6b6ecb
- Fix for a rare race condition
6b6ecb
6b6ecb
* Sun May 19 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.15.git27d7c14b
6b6ecb
- Latest pre 4.3 snapshot
6b6ecb
- queue fragment and empty file buffers directly to main thread
6b6ecb
6b6ecb
* Wed May 15 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.14.git8ce5585e
6b6ecb
- Latest pre 4.3 snapshot
6b6ecb
- Includes upstream bugfix introduced with the sequential queue change
6b6ecb
6b6ecb
* Sat May 11 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.13.gitc2362556
6b6ecb
- Latest pre 4.3 snapshot
6b6ecb
- Sequential queue change
6b6ecb
6b6ecb
* Mon May 06 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.12.git9353c998
6b6ecb
- Latest pre 4.3 snapshot
6b6ecb
6b6ecb
* Sun Mar 31 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.11.git8228a3e8
6b6ecb
- Latest pre 4.3 snapshot
6b6ecb
- SIGQUIT now displays the file being squashed
6b6ecb
6b6ecb
* Wed Mar 06 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.10.git6a103792
6b6ecb
- Latest pre 4.3 snapshot
6b6ecb
- Pick up some more error handling improvements
6b6ecb
6b6ecb
* Sun Mar 03 2013 Kyle McMartin <kmcmarti@redhat.com>
6b6ecb
- Move mksquashfs to /usr/sbin, as per UsrMove.
6b6ecb
6b6ecb
* Sun Mar 03 2013 Kyle McMartin <kmcmarti@redhat.com>
6b6ecb
- Add mksquashfs.1 and unsquashfs.1 manpages from Debian.
6b6ecb
6b6ecb
* Mon Feb 18 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.9.git3ec9c8f7
6b6ecb
- Latest pre 4.3 snapshot
6b6ecb
- Better error handling when space runs out
6b6ecb
6b6ecb
* Wed Feb 13 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.8.gitca6a1c90
6b6ecb
- Latest pre 4.3 snapshot
6b6ecb
- New option to display compression options used
6b6ecb
- Some error message improvements
6b6ecb
6b6ecb
* Fri Feb 01 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.7.gitb10063a9
6b6ecb
- Latest pre 4.3 snapshot
6b6ecb
- More checks for bad data
6b6ecb
6b6ecb
* Sun Jan 13 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.6.git6c0f229d
6b6ecb
- Latest pre 4.3 snapshot
6b6ecb
- Quote and backslash parsing for lexical analyzer
6b6ecb
6b6ecb
* Mon Dec 31 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.5.gitc11af515
6b6ecb
- Latest pre 4.3 snapshot
6b6ecb
- A few memory leak fixes
6b6ecb
- Additional checks for handling bad data
6b6ecb
6b6ecb
* Sun Dec 23 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.4.git99a009c8
6b6ecb
- Better checking of data in psuedo files
6b6ecb
6b6ecb
* Fri Dec 21 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.3.git7ec6bd7a
6b6ecb
- Better checking of data in sort, extract and exclude files
6b6ecb
6b6ecb
* Thu Dec 13 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.2.git54719971
6b6ecb
- Pick up a few more changes to better handle bad data
6b6ecb
6b6ecb
* Sat Dec 01 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.1.git0be606be
6b6ecb
- Pre-release of 4.3 to get early testing
6b6ecb
- This update includes a bit of internal code infrastructure changes
6b6ecb
- There are lots of fixes to better handle bad data
6b6ecb
- The final release is expected sometime in December
6b6ecb
- Until the release only the README doc file is available
6b6ecb
6b6ecb
* Sun Nov 25 2012 Bruno Wolff III <bruno@wolff.to> - 4.2-5
6b6ecb
- Backported fix for bz 842460 (CVE-2012-4025)
6b6ecb
6b6ecb
* Thu Nov 22 2012 Bruno Wolff III <bruno@wolff.to> - 4.2-4
6b6ecb
- Backported fix for bz 842458 (CVE-2012-4024)
6b6ecb
6b6ecb
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-3
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6b6ecb
6b6ecb
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-2
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6b6ecb
6b6ecb
* Tue Mar 01 2011 Bruno Wolff III <bruno@wolff.to> - 4.2-1
6b6ecb
- 4.2 is released.
6b6ecb
- Bugfix for bad data causing crash.
6b6ecb
- Include doc files added for release.
6b6ecb
- Big endian patch is now upstream.
6b6ecb
- Buildroot tag isn't needed any more.
6b6ecb
- We can now specify CFLAGS on the make call.
6b6ecb
- Compressor options are now passed with the make call.
6b6ecb
6b6ecb
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-0.4.20101231
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6b6ecb
6b6ecb
* Tue Jan 11 2011 Dan Horák <dan[at]danny.cz> - 4.2-0.3.20101231
6b6ecb
- Add fixes for big-endian machines
6b6ecb
6b6ecb
* Sat Jan 01 2011 Bruno Wolff III <bruno@wolff.to> - 4.2-0.2.20101231
6b6ecb
- Pull latest upstream snapshot
6b6ecb
- Includes check for matching compression type when adding to an existing image
6b6ecb
- Sample cvs command now includes timezone and specifies when on the date to use for the snapshot
6b6ecb
6b6ecb
* Fri Dec 24 2010 Bruno Wolff III <bruno@wolff.to> - 4.2-0.1.20101223
6b6ecb
- Switch to 4.2 development snapshot to get new XZ support
6b6ecb
- LZMA and XZ (LZMA2) support are now different
6b6ecb
6b6ecb
* Wed Oct 27 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-3
6b6ecb
- Rebuild for xz soname bump
6b6ecb
6b6ecb
* Wed Sep 29 2010 jkeating - 4.1-2
6b6ecb
- Rebuilt for gcc bug 634757
6b6ecb
6b6ecb
* Tue Sep 21 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-1
6b6ecb
- Update to 4.1 final.
6b6ecb
- Byte swap patch is now upstream.
6b6ecb
- LZO compression type is now supported.
6b6ecb
6b6ecb
* Mon Sep 6 2010 Dan Horák <dan[at]danny.cz> - 4.1-0.5.20100827
6b6ecb
- Add fixes for big-endian machines
6b6ecb
6b6ecb
* Sat Aug 28 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-0.4.20100827
6b6ecb
- Rebase to latest upstream.
6b6ecb
- The main reason is to pick up a fix for large xattr similar to the large inode fix. This doesn't need to get backported as 4.0 doesn't have xattr support.
6b6ecb
- An option was added to build without xattr support.
6b6ecb
- Various source cleanups have been done as well.
6b6ecb
6b6ecb
* Tue Aug 03 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-0.3.20100803
6b6ecb
- Rebase to latest upstream
6b6ecb
- Prevent warning message for xattr for virtual directory
6b6ecb
- Fix issue with large inodes - BZ 619020
6b6ecb
6b6ecb
* Tue Jul 27 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-0.2.20100727
6b6ecb
- Rebase to latest upstream devel state. Mostly xattr fixes and cleanup.
6b6ecb
6b6ecb
* Tue Jun 08 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-0.1.20100607
6b6ecb
- Rebase to 4.1 prerelease with xz wrapper
6b6ecb
- Provides lzma compression as an option.
6b6ecb
- squashfs-fix-unsquashing-v3.patch is part of the 4.1 prerelease
6b6ecb
6b6ecb
* Wed May 5 2010 Kyle McMartin <kyle@redhat.com> 4.0-4
6b6ecb
- squashfs-fix-unsquashing-v3.patch: pull in fix from cvs. Thanks pkl!
6b6ecb
  (rhbz#523504)
6b6ecb
6b6ecb
* Thu Feb 18 2010 Kyle McMartin <kyle@redhat.com> 4.0-3
6b6ecb
- Update to release tarball as opposed to cvs snapshot.
6b6ecb
- Add dist tag.
6b6ecb
6b6ecb
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-2
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6b6ecb
6b6ecb
* Sun Apr 05 2009 Kyle McMartin <kyle@redhat.com> - 4.0-1
6b6ecb
- Update to release 4.0
6b6ecb
6b6ecb
* Mon Mar 16 2009 Kyle McMartin <kyle@redhat.com> - 4.0-0.20090316
6b6ecb
- update to cvs snap from 2009-03-16.
6b6ecb
6b6ecb
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-0.20090126
6b6ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6b6ecb
6b6ecb
* Mon Jan 26 2009 Kyle McMartin <kyle@redhat.com> - 4.0-0.20090125
6b6ecb
- update to cvs snap that should unbreak big endian machines creating
6b6ecb
  little endian fs.
6b6ecb
6b6ecb
* Mon Jan 12 2009  <katzj@redhat.com> - 4.0-0.20090112
6b6ecb
- update to cvs snap that generates v4.0 images
6b6ecb
6b6ecb
* Tue Sep 30 2008 Jeremy Katz <katzj@redhat.com> - 3.4-1
6b6ecb
- update to 3.4
6b6ecb
6b6ecb
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.3-2
6b6ecb
- Autorebuild for GCC 4.3
6b6ecb
6b6ecb
* Fri Dec 14 2007 Jeremy Katz <katzj@redhat.com> - 3.3-1
6b6ecb
- Update to 3.3
6b6ecb
6b6ecb
* Wed Sep  5 2007 Jeremy Katz <katzj@redhat.com> - 3.2-2
6b6ecb
- fixes from package review (#226430)
6b6ecb
6b6ecb
* Tue Mar 20 2007 Jeremy Katz <katzj@redhat.com> - 3.2-1
6b6ecb
- update to 3.2r2
6b6ecb
6b6ecb
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 3.0-4
6b6ecb
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
6b6ecb
6b6ecb
* Mon Sep 18 2006 Jeremy Katz <katzj@redhat.com> - 3.0-3
6b6ecb
- updated fragment size patch (#204638)
6b6ecb
6b6ecb
* Wed Aug 16 2006 Jeremy Katz <katzj@redhat.com> - 3.0-2
6b6ecb
- add upstream patch for fragment size problem (#202663)
6b6ecb
6b6ecb
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0-1.1
6b6ecb
- rebuild
6b6ecb
6b6ecb
* Fri Jun 23 2006 Jeremy Katz <katzj@redhat.com> - 3.0-1
6b6ecb
- update to 3.0
6b6ecb
- include unsquashfs
6b6ecb
6b6ecb
* Tue May 16 2006 Jeremy Katz <katzj@redhat.com> 
6b6ecb
- add BR on zlib-devel (Andreas Thienemann, #191880)
6b6ecb
6b6ecb
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2r2-2.2.1
6b6ecb
- bump again for double-long bug on ppc(64)
6b6ecb
6b6ecb
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2r2-2.2
6b6ecb
- rebuilt for new gcc4.1 snapshot and glibc changes
6b6ecb
6b6ecb
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
6b6ecb
- rebuilt
6b6ecb
6b6ecb
* Thu Dec  1 2005 Jeremy Katz <katzj@redhat.com> - 2.2r2-1
6b6ecb
- Initial build
6b6ecb