Accepting request 316051 from home:pluskalm:branches:filesystems

- Update to 3.2.3
- Rebase patches
  * xfsprogs-docdir.diff
  * xfsprogs-ppc64.diff

OBS-URL: https://build.opensuse.org/request/show/316051
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=35
This commit is contained in:
Jan Kara 2015-07-13 09:24:27 +00:00 committed by Git OBS Bridge
parent 3c5c5fdbd8
commit e100252b97
8 changed files with 42 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a525ce21dc39d4ad3d775fa3c12c2dd4fb7a85e1e05ddd4530dcf773ed65fab
size 1477667

Binary file not shown.

3
xfsprogs-3.2.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a5124a880997939551b519610a2e54bd4cd0b0adfd563ce3f4de30827109ac9
size 1479757

BIN
xfsprogs-3.2.3.tar.gz.sig Normal file

Binary file not shown.

View File

@ -2,9 +2,7 @@ Index: include/builddefs.in
===================================================================
--- include/builddefs.in.orig
+++ include/builddefs.in
@@ -56,11 +56,11 @@ PKG_ROOT_SBIN_DIR = @root_sbindir@
PKG_ROOT_LIB_DIR= @root_libdir@@libdirsuffix@
PKG_LIB_DIR = @libdir@@libdirsuffix@
@@ -60,7 +60,7 @@ PKG_LIB_DIR = @libdir@@libdirsuffix@
PKG_INC_DIR = @includedir@/xfs
DK_INC_DIR = @includedir@/disk
PKG_MAN_DIR = @mandir@
@ -13,5 +11,3 @@ Index: include/builddefs.in
PKG_LOCALE_DIR = @datadir@/locale
CC = @cc@
AWK = @awk@
SED = @sed@

View File

@ -2,9 +2,11 @@
include/platform_defs.h.in | 5 +++++
1 file changed, 5 insertions(+)
Index: include/platform_defs.h.in
===================================================================
--- include/platform_defs.h.in.orig
+++ include/platform_defs.h.in
@@ -44,9 +44,14 @@ typedef unsigned short __u16;
@@ -46,9 +46,14 @@ typedef unsigned short __u16;
typedef signed short __s16;
typedef unsigned int __u32;
typedef signed int __s32;

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Sat Jul 11 21:36:04 UTC 2015 - mpluskal@suse.com
- Update to 3.2.3
* xfs_repair: handle speciall atribute names correctly
* xfs_repair: handle v5 format feature flags correctly
* xfs_repair: Better v5 format validation for directories
* mkfs.xfs: enable metadata CRCs by default
* mkfs.xfs: enable free inode btrees by default
* build: glibc support updates
* man page updates
* xfs_admin: Changing UUIDs disable for CRC enabled filesystems
* xfs_repair: Separate pquota inode fixes
* xfs_db: inode alignment fixes
* mkfs.xfs: fix failures creating file images
* libxfs: zero new buffers before use
* xfs_repair: handle directory leaf CRC errors gracefully
* xfs_repair: validate and repair inode CRCs
* xfs_repair: lots of broken directory repair fixes
* xfs_db: handle v3 inodes properly
* xfs_db: allow writing corrupted metadata on CRC enabled
filesystems
* xfs_repair: gracefully handle > 512 byte sector superblocks
* mkfs.xfs: take into acocunt log stripe unit when sizing log
* xfs_metadump: inode alignment and null inode fixes
* xfs_io: FALLOC_FL_INSERT_RANGE support
* build: libtool static library build fixes
* mkfs.xfs: large block size inode alignment fixes
* xfs_repair: secondary superblock scan fixes
* xfs_repair: don't care about symlink compenent lengths
- Rebase patches
* xfsprogs-docdir.diff
* xfsprogs-ppc64.diff
-------------------------------------------------------------------
Thu Mar 19 13:38:47 UTC 2015 - mpluskal@suse.com

View File

@ -17,7 +17,7 @@
Name: xfsprogs
Version: 3.2.2
Version: 3.2.3
Release: 0
Summary: Utilities for managing the XFS file system
License: GPL-2.0+