[squashfs-tools] Pick up quote and backslash handling in the lexical analyzer

Bruno Wolff III bruno at fedoraproject.org
Sun Jan 13 17:01:04 UTC 2013


commit 90d789e44bae1f3e7a2375f6bd7ac962d93909c8
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Jan 13 10:59:47 2013 -0600

    Pick up quote and backslash handling in the lexical analyzer

 sources             |    2 +-
 squashfs-tools.spec |    8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 9388d36..50d364f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d86059958c33b9732324ba372b0c94f  squashfs4.3.tar.gz
+13b07acfc81671cbd06936f4ea2cdd0e  squashfs4.3.tar.gz
diff --git a/squashfs-tools.spec b/squashfs-tools.spec
index fd3798c..aac5d4f 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.5.gitc11af515%{?dist}
+Release: 0.6.git6c0f229d%{?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/ 7a58a3d7c224f28b602e35a21afb9ce5c11af515 | gzip > squashfs4.3.tar.gz
+# git archive --remote git://squashfs.git.sourceforge.net/gitroot/squashfs/squashfs --format=tar --prefix=squashfs4.3/ 46b41cc7eb76c89303bd6e0878efb4ec6c0f229d | 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,10 @@ rm -rf %{buildroot}
 %{_sbindir}/unsquashfs
 
 %changelog
+* Sun Jan 13 2013 Bruno Wolff III <bruno at wolff.to> - 4.3-0.6.git6c0f229d
+- Latest pre 4.3 snapshot
+- Quote and backslash parsing for lexical analyzer
+
 * Mon Dec 31 2012 Bruno Wolff III <bruno at wolff.to> - 4.3-0.5.gitc11af515
 - Latest pre 4.3 snapshot
 - A few memory leak fixes


More information about the scm-commits mailing list