From 0caa22ccf494f4f3e33e32e578ba5c97fef7296d Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 17 Jul 2014 19:05:42 -0500 Subject: [PATCH] New upstream release 3.1.4 --- .gitignore | 1 + sources | 2 +- xfsdump.spec | 13 +++++-------- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index c51789b..6e2f446 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ xfsdump-3.0.4.tar.gz /xfsdump-3.1.1.tar.gz /xfsdump-3.1.2.tar.gz /xfsdump-3.1.3.tar.gz +/xfsdump-3.1.4.tar.gz diff --git a/sources b/sources index b4f3e8b..c4d22a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aad7160b88db24c0510c001debd689be xfsdump-3.1.3.tar.gz +a8b1761be5feb363131e7b506639ad4c xfsdump-3.1.4.tar.gz diff --git a/xfsdump.spec b/xfsdump.spec index bb1070d..04a2be8 100644 --- a/xfsdump.spec +++ b/xfsdump.spec @@ -1,7 +1,7 @@ Summary: Administrative utilities for the XFS filesystem Name: xfsdump -Version: 3.1.3 -Release: 5%{?dist} +Version: 3.1.4 +Release: 1%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. License: GPL+ @@ -13,9 +13,6 @@ BuildRequires: libtool, gettext, gawk BuildRequires: xfsprogs-devel, libuuid-devel, libattr-devel ncurses-devel Requires: xfsprogs >= 2.6.30, attr >= 2.0.0 -Patch0: xfsdump-getdents-ifdef-hell.patch -Patch1: xfsdump-ancient-getdents-code.patch - %description The xfsdump package contains xfsdump, xfsrestore and a number of other utilities for administering XFS filesystems. @@ -36,9 +33,6 @@ subtrees may be restored from full or partial backups. %prep %setup -q -%patch0 -p1 -%patch1 -p1 - %build %configure @@ -71,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %{_sharedstatedir}/xfsdump/inventory %changelog +* Thu Jul 17 2014 Eric Sandeen 3.1.4-1 +- New upstream release + * Mon Jun 16 2014 Eric Sandeen 3.1.3-5 - Fix aarch64 build (#926800)