Get latest snapshot
This includes new code to make deflate queues sequential.
This commit is contained in:
parent
4342cbb17e
commit
28a70ab48b
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
5fa566bb3a479de602a5b0f4702ee3e3 mksquashfs.1
|
5fa566bb3a479de602a5b0f4702ee3e3 mksquashfs.1
|
||||||
6830f1d345421b674796a05cb5698f17 unsquashfs.1
|
6830f1d345421b674796a05cb5698f17 unsquashfs.1
|
||||||
22a520199a4dbcfc9dee4a22c886698a squashfs4.3.tar.gz
|
a7725eed01f2606570335fe2a08d7fae squashfs4.3.tar.gz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Summary: Utility for the creation of squashfs filesystems
|
Summary: Utility for the creation of squashfs filesystems
|
||||||
Name: squashfs-tools
|
Name: squashfs-tools
|
||||||
Version: 4.3
|
Version: 4.3
|
||||||
Release: 0.12.git9353c998%{?dist}
|
Release: 0.13.gitc2362556%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://squashfs.sourceforge.net/
|
URL: http://squashfs.sourceforge.net/
|
||||||
# For now I am using a prerelease version obtained by:
|
# 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/ c0d9c9a4c0a2f262511f0d8bb3c001629353c998 | gzip > squashfs4.3.tar.gz
|
# git archive --remote git://squashfs.git.sourceforge.net/gitroot/squashfs/squashfs --format=tar --prefix=squashfs4.3/ bfa1241abe3147fcbc082c18b5a4b5ebc2362556 | gzip > squashfs4.3.tar.gz
|
||||||
Source0: http://downloads.sourceforge.net/squashfs/squashfs%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/squashfs/squashfs%{version}.tar.gz
|
||||||
# manpages from http://ftp.debian.org/debian/pool/main/s/squashfs-tools/squashfs-tools_4.2+20121212-1.debian.tar.xz
|
# manpages from http://ftp.debian.org/debian/pool/main/s/squashfs-tools/squashfs-tools_4.2+20121212-1.debian.tar.xz
|
||||||
Source1: mksquashfs.1
|
Source1: mksquashfs.1
|
||||||
@ -49,6 +49,10 @@ rm -rf %{buildroot}
|
|||||||
%{_sbindir}/unsquashfs
|
%{_sbindir}/unsquashfs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 11 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.13.gitc2362556
|
||||||
|
- Latest pre 4.3 snapshot
|
||||||
|
- Sequential queue change
|
||||||
|
|
||||||
* Mon May 06 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.12.git9353c998
|
* Mon May 06 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.12.git9353c998
|
||||||
- Latest pre 4.3 snapshot
|
- Latest pre 4.3 snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user