From 4ba76e4bca3f4ca04cd5f986d77dc2c396db2f20 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 5 May 2009 18:24:26 +0000 Subject: [PATCH] * Tue May 05 2009 Eric Sandeen 3.0.1-1 - New upstream release --- .cvsignore | 2 +- sources | 2 +- xfsprogs.spec | 8 +++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8a36285..3f9e4e5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfsprogs-3.0.0.tar.gz +xfsprogs-3.0.1.tar.gz diff --git a/sources b/sources index fd5dd63..ee5cdb4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ec734f935ec87ebb8be890d29380a3e6 xfsprogs-3.0.0.tar.gz +d7f879a21692d4f7abc16a20479b0829 xfsprogs-3.0.1.tar.gz diff --git a/xfsprogs.spec b/xfsprogs.spec index c73a1ee..a6d7320 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs -Version: 3.0.0 -Release: 4%{?dist} +Version: 3.0.1 +Release: 1%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. # doc/COPYING file specifies what is GPL and what is LGPL @@ -63,7 +63,6 @@ in building or running the xfstests QA suite. %build export tagname=CC DEBUG=-DNDEBUG -autoconf # xfsprogs abuses libexecdir %configure \ --sbindir=/sbin \ @@ -186,6 +185,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xfs/xfs_types.h %changelog +* Tue May 05 2009 Eric Sandeen 3.0.1-1 +- New upstream release + * Sat Apr 18 2009 Eric Sandeen 3.0.0-4 - Fix build for non-multilib arches, oops.