Pick up fix for rare race condition

This commit is contained in:
Bruno Wolff III 2013-05-23 00:13:09 -05:00
parent 38f1ef51f4
commit 8d87acb037
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,3 @@
5fa566bb3a479de602a5b0f4702ee3e3 mksquashfs.1 5fa566bb3a479de602a5b0f4702ee3e3 mksquashfs.1
6830f1d345421b674796a05cb5698f17 unsquashfs.1 6830f1d345421b674796a05cb5698f17 unsquashfs.1
af66c45a1dbb5d2c5bde505f97f084cb squashfs4.3.tar.gz 56c2e065f14944b127f67a41b75c21c7 squashfs4.3.tar.gz

View File

@ -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.15.git27d7c14b%{?dist} Release: 0.16.git84d8ae5c%{?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/ 27d7c14b19c4325711ca691fb7b29f540c16728b | gzip > squashfs4.3.tar.gz # git archive --remote git://squashfs.git.sourceforge.net/gitroot/squashfs/squashfs --format=tar --prefix=squashfs4.3/ 84d8ae5c6220e91a51209eeb8b6ed24dfb246ea7 | 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
* Thu May 23 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.16.git84d8ae5c
- Latest pre 4.3 snapshot
- Fix for a rare race condition
* Sun May 19 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.15.git27d7c14b * Sun May 19 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.15.git27d7c14b
- Latest pre 4.3 snapshot - Latest pre 4.3 snapshot
- queue fragment and empty file buffers directly to main thread - queue fragment and empty file buffers directly to main thread