[xfsprogs] New upstream version

Eric Sandeen sandeen at fedoraproject.org
Fri May 16 14:03:37 UTC 2014


commit 473dc601c3e5e48f4e0aecd10924444a25e812c5
Author: Eric Sandeen <sandeen at redhat.com>
Date:   Fri May 16 09:03:24 2014 -0500

    New upstream version

 .gitignore    |    1 +
 sources       |    2 +-
 xfsprogs.spec |   10 ++++++----
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 21a58c5..ea9ce6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ xfsprogs-3.1.2.tar.gz
 /xfsprogs-3.2.0-alpha2.tar.gz
 /xfsprogs-3.2.0-rc2.tar.gz
 /xfsprogs-3.2.0-rc3.tar.gz
+/xfsprogs-3.2.0.tar.gz
diff --git a/sources b/sources
index 2b6ef31..8cdc28f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86f3122355453cd44c726e066aface66  xfsprogs-3.2.0-rc3.tar.gz
+400047b2f6af87c0345b8f0cc00c13db  xfsprogs-3.2.0.tar.gz
diff --git a/xfsprogs.spec b/xfsprogs.spec
index e86ec04..36dbc08 100644
--- a/xfsprogs.spec
+++ b/xfsprogs.spec
@@ -1,8 +1,7 @@
 Summary:	Utilities for managing the XFS filesystem
 Name:		xfsprogs
 Version:	3.2.0
-# XXX ERS fix other prerelease versions below
-Release:	0.5.rc3%{?dist}
+Release:	1
 # 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
@@ -10,7 +9,7 @@ Release:	0.5.rc3%{?dist}
 License:	GPL+ and LGPLv2+
 Group:		System Environment/Base
 URL:		http://oss.sgi.com/projects/xfs/
-Source0:	ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}-rc3.tar.gz
+Source0:	ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
 Source1:	xfsprogs-wrapper.h
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libtool, gettext, libuuid-devel
@@ -60,7 +59,7 @@ You should install xfsprogs-qa-devel only if you are interested
 in building or running the xfstests QA suite.
 
 %prep
-%setup -q -n xfsprogs-3.2.0-rc3
+%setup -q
 
 %build
 export tagname=CC
@@ -176,6 +175,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/xfs/xfs_trans_space.h
 
 %changelog
+* Mon May 16 2014 Eric Sandeen <sandeen at redhat.com> 3.2.0-1
+- New upstream release
+
 * Fri May 09 2014 Eric Sandeen <sandeen at redhat.com> 3.2.0-0.5.rc3
 - New upstream release
 


More information about the scm-commits mailing list