[squashfs-tools] Update to latest prerelease snapshot

Bruno Wolff III bruno at fedoraproject.org
Sun Mar 31 16:04:11 UTC 2013


commit db21c58833fd6b8b9c39dcfec9d06b912e6690af
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Mar 31 11:02:13 2013 -0500

    Update to latest prerelease snapshot
    
    Mostly this is to get a latest build before f18 alpha freeze, but
    this does pick up a new function where using SIGQUIT (^\) while
    squashing will tell you what file is currently being squashed.

 sources             |    2 +-
 squashfs-tools.spec |    8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 3c2baa3..af03ff5 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 5fa566bb3a479de602a5b0f4702ee3e3  mksquashfs.1
 6830f1d345421b674796a05cb5698f17  unsquashfs.1
-710b64f77f81b38a93b86cb82dc73bc8  squashfs4.3.tar.gz
+0055ffad2ed4716598a1993275f339da  squashfs4.3.tar.gz
diff --git a/squashfs-tools.spec b/squashfs-tools.spec
index f176ab8..46df9f0 100644
--- a/squashfs-tools.spec
+++ b/squashfs-tools.spec
@@ -1,12 +1,12 @@
 Summary: Utility for the creation of squashfs filesystems
 Name: squashfs-tools
 Version: 4.3
-Release: 0.10.git6a103792%{?dist}
+Release: 0.11.git8228a3e8%{?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/ b86a89217a28ccecd77d2baf8de405366a103792 | gzip > squashfs4.3.tar.gz
+# git archive --remote git://squashfs.git.sourceforge.net/gitroot/squashfs/squashfs --format=tar --prefix=squashfs4.3/ 6140dfdc7d71d40c9f53b2f2a430477a8228a3e8 | gzip > squashfs4.3.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
 Source1: mksquashfs.1
@@ -49,6 +49,10 @@ rm -rf %{buildroot}
 %{_sbindir}/unsquashfs
 
 %changelog
+* Sun Mar 31 2013 Bruno Wolff III <bruno at wolff.to> - 4.3-0.11.git8228a3e8
+- Latest pre 4.3 snapshot
+- SIGQUIT now displays the file being squashed
+
 * Wed Mar 06 2013 Bruno Wolff III <bruno at wolff.to> - 4.3-0.10.git6a103792
 - Latest pre 4.3 snapshot
 - Pick up some more error handling improvements


More information about the scm-commits mailing list