From 71d4c79576a8fc7f246e68a0a257c91faadaada1b3034a71d01588ccead23e54 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 24 May 2011 16:35:46 +0000 Subject: [PATCH] Accepting request 71168 from home:dimstar:branches:filesystems Update to 4.2 OBS-URL: https://build.opensuse.org/request/show/71168 OBS-URL: https://build.opensuse.org/package/show/filesystems/squashfs?expand=0&rev=9 --- squashfs.changes | 28 ++++++++++++++++++++++++++++ squashfs.spec | 8 ++++---- squashfs4.1.tar.gz | 3 --- squashfs4.2.tar.gz | 3 +++ 4 files changed, 35 insertions(+), 7 deletions(-) delete mode 100644 squashfs4.1.tar.gz create mode 100644 squashfs4.2.tar.gz diff --git a/squashfs.changes b/squashfs.changes index b3d2c1e..88f69a6 100644 --- a/squashfs.changes +++ b/squashfs.changes @@ -1,3 +1,31 @@ + +------------------------------------------------------------------- +Tue May 24 16:41:14 CEST 2011 - dimstar@opensuse.org + +- Update to version 4.2: + + Filesystem improvements: + - Added XZ compression + - Added compression options support + + Miscellaneous improvements/bug fixes: + - Add missing NO_XATTR filesystem flag to indicate no-xattrs + option was specified and no xattrs should be stored when + appending. + - Add suppport in Unquashfs -stat option for displaying + NO_XATTR flag. + - Remove checkdata entry from Unsquashfs -stat option if a 4.0 + filesystem - checkdata is no longer supported. + - Fix appending bug when appending to an empty filesystem - + this would be incorrectly treated as an error. + - Use glibc sys/xattr.h include rather than using attr/xattr.h + which isn't present by default on some distributions. + - Unsquashfs, fix block calculation error with regular files + when file size is between 2^32-block_size+1 and 2^32-1. + - Unsquashfs, fix sparse file writing when holes are larger + than 2^31-1. + - Add external CFLAGS and LDFLAGS support to Makefile, and + allow build options to be specified on command line. + Also don't over-write passed in CFLAGS definition. + ------------------------------------------------------------------- Tue Nov 2 18:41:08 UTC 2010 - coolo@novell.com diff --git a/squashfs.spec b/squashfs.spec index eef6ea7..3551fea 100644 --- a/squashfs.spec +++ b/squashfs.spec @@ -1,5 +1,5 @@ # -# spec file for package squashfs (Version 4.0) +# spec file for package squashfs (Version 4.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,13 +19,13 @@ Name: squashfs -BuildRequires: zlib-devel attr-devel +BuildRequires: attr-devel zlib-devel License: GPLv2+ Group: System/Filesystems Supplements: filesystem(squashfs) -Version: 4.1 +Version: 4.2 Release: 1 -Source0: squashfs4.1.tar.gz +Source0: %{name}%{version}.tar.gz Url: http://squashfs.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A Read-Only File System with Efficient Compression diff --git a/squashfs4.1.tar.gz b/squashfs4.1.tar.gz deleted file mode 100644 index 4529806..0000000 --- a/squashfs4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a870d065a25b3f5467bc6d9ed34340befab51a3f9e4b7e3792ea0ff4e06046a -size 122769 diff --git a/squashfs4.2.tar.gz b/squashfs4.2.tar.gz new file mode 100644 index 0000000..8712612 --- /dev/null +++ b/squashfs4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e0195aa922dbb665ed322b9aaa96e04a476ee650f39bbeadb0d00b24022e96 +size 133173