Pick up improvements parsing sort, extract and exclude files

This commit is contained in:
Bruno Wolff III 2012-12-21 12:37:39 -06:00
parent 2094639816
commit 8793829f75
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
45c7a7dab3a83b174b171b21018f2eb7 squashfs4.3.tar.gz
09f14c858804294eeb890e69b1a2c28b squashfs4.3.tar.gz

View File

@ -1,12 +1,12 @@
Summary: Utility for the creation of squashfs filesystems
Name: squashfs-tools
Version: 4.3
Release: 0.2.git54719971%{?dist}
Release: 0.3.git7ec6bd7a%{?dist}
License: GPLv2+
Group: System Environment/Base
URL: http://squashfs.sourceforge.net/
# For now I am using a prerelease version obtained by:
# git archive --remote git://squashfs.git.sourceforge.net/gitroot/squashfs/squashfs --format=tar --prefix=squashfs4.3/ f1ee81764538f84f2f2964a9bd4764bb54719971 | gzip > squashfs4.3.tar.gz
# git archive --remote git://squashfs.git.sourceforge.net/gitroot/squashfs/squashfs --format=tar --prefix=squashfs4.3/ e36b8534f9a1add5567c38c60c33c69e7ec6bd7a | gzip > squashfs4.3.tar.gz
Source0: http://downloads.sourceforge.net/squashfs/squashfs%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: zlib-devel
@ -43,6 +43,9 @@ rm -rf %{buildroot}
%{_sbindir}/unsquashfs
%changelog
* Fri Dec 21 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.3.git7ec6bd7a
- Better checking of data in sort, extract and exclude files
* Thu Dec 13 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.2.git54719971
- Pick up a few more changes to better handle bad data