Accepting request 346357 from home:jankara:branches:filesystems

Update to version 4.3.0 (it got released just after Jeff prepared 4.2.0 update).

OBS-URL: https://build.opensuse.org/request/show/346357
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=41
This commit is contained in:
Jan Kara 2015-11-27 08:46:54 +00:00 committed by Git OBS Bridge
parent 99caedf0e3
commit 0d3217752d
7 changed files with 23 additions and 29 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -1,23 +0,0 @@
---
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
@@ -46,9 +46,14 @@ typedef unsigned short __u16;
typedef signed short __s16;
typedef unsigned int __u32;
typedef signed int __s32;
+#ifdef __powerpc64__
+typedef unsigned long int __u64;
+typedef signed long int __s64;
+#else
typedef unsigned long long int __u64;
typedef signed long long int __s64;
#endif
+#endif
#ifdef __CHECKER__
#define __bitwise __attribute__((bitwise))

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Nov 26 09:32:27 UTC 2015 - jack@suse.cz
- Update to 4.3.0
* xfs_fsr: improved temp file attr fork handling
* libxfs: output verifier names in warnings
* xfs_repair: enable verifier corruption warnings on very verbose
output settings
* xfs_fsr: abstract mntinfo/mntent differences
* xfs_io: reflink and dedupe operation support
* libxcmd: factoring of runtime reporting
* man page fixes
* xfs_db: blockget/blocktrash support for v5 filesystems
* xfs_repair: many directory/attr cleanups and fixes
* Log zeroing rework for v5 filesystems to prevent log sequence
numbers from going backwards
- xfsprogs-ppc64.diff: Removed since we use asm/types.h for definitions now
-------------------------------------------------------------------
Wed Nov 18 20:06:03 UTC 2015 - jeffm@suse.com

View File

@ -17,7 +17,7 @@
Name: xfsprogs
Version: 4.2.0
Version: 4.3.0
Release: 0
Summary: Utilities for managing the XFS file system
License: GPL-2.0+
@ -27,7 +27,6 @@ Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-%{version}.tar.
Source1: ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-%{version}.tar.gz.sig
Source2: %{name}.keyring
Patch0: xfsprogs-docdir.diff
Patch1: xfsprogs-ppc64.diff
BuildRequires: libblkid-devel
BuildRequires: readline-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -77,7 +76,6 @@ want to install xfsprogs.
%if 0%{?suse_version}
%patch0
%endif
#%patch1
%build
export OPTIMIZER="-fPIC"