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
This commit is contained in:
parent
dab178b304
commit
71d4c79576
@ -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
|
Tue Nov 2 18:41:08 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: squashfs
|
Name: squashfs
|
||||||
BuildRequires: zlib-devel attr-devel
|
BuildRequires: attr-devel zlib-devel
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Supplements: filesystem(squashfs)
|
Supplements: filesystem(squashfs)
|
||||||
Version: 4.1
|
Version: 4.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: squashfs4.1.tar.gz
|
Source0: %{name}%{version}.tar.gz
|
||||||
Url: http://squashfs.sourceforge.net/
|
Url: http://squashfs.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: A Read-Only File System with Efficient Compression
|
Summary: A Read-Only File System with Efficient Compression
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3a870d065a25b3f5467bc6d9ed34340befab51a3f9e4b7e3792ea0ff4e06046a
|
|
||||||
size 122769
|
|
3
squashfs4.2.tar.gz
Normal file
3
squashfs4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d9e0195aa922dbb665ed322b9aaa96e04a476ee650f39bbeadb0d00b24022e96
|
||||||
|
size 133173
|
Loading…
Reference in New Issue
Block a user