[xfsprogs] New upstream release

Eric Sandeen sandeen at fedoraproject.org
Mon Oct 17 17:41:47 UTC 2011


commit bda1012e76a0d0d7792ee10cb327b880cfcf9e83
Author: Eric Sandeen <sandeen at redhat.com>
Date:   Mon Oct 17 12:41:39 2011 -0500

    New upstream release

 .gitignore    |    1 +
 sources       |    2 +-
 xfsprogs.spec |   14 ++++++++++----
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 31fdf7e..6d3c890 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ xfsprogs-3.1.2.tar.gz
 /xfsprogs-3.1.3.tar.gz
 /xfsprogs-3.1.4.tar.gz
 /xfsprogs-3.1.5.tar.gz
+/xfsprogs-3.1.6.tar.gz
diff --git a/sources b/sources
index 3e398a3..6dbd819 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1db37749e2b4149a0dd178abff956be  xfsprogs-3.1.5.tar.gz
+fbd2c1c5abed4b11047bea6ce53bc6e4  xfsprogs-3.1.6.tar.gz
diff --git a/xfsprogs.spec b/xfsprogs.spec
index a6cdd42..928dc03 100644
--- a/xfsprogs.spec
+++ b/xfsprogs.spec
@@ -1,7 +1,7 @@
 Summary:	Utilities for managing the XFS filesystem
 Name:		xfsprogs
-Version:	3.1.5
-Release:	1%{?dist}
+Version:	3.1.6
+Release:	1%{?dist}.test
 # 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
@@ -62,7 +62,7 @@ in building or running the xfstests QA suite.
 %setup -q
 
 %build
-export tagname=CC DEBUG=-DNDEBUG
+export tagname=CC
 %configure \
         --enable-readline=yes	\
 	--enable-blkid=yes
@@ -134,13 +134,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files qa-devel
 %defattr(-,root,root)
+%{_includedir}/xfs/atomic.h
 %{_includedir}/xfs/bitops.h
 %{_includedir}/xfs/cache.h
+%{_includedir}/xfs/hlist.h
 %{_includedir}/xfs/kmem.h
 %{_includedir}/xfs/libxfs.h
 %{_includedir}/xfs/libxlog.h
 %{_includedir}/xfs/list.h
 %{_includedir}/xfs/parent.h
+%{_includedir}/xfs/radix-tree.h
 %{_includedir}/xfs/swab.h
 %{_includedir}/xfs/xfs_ag.h
 %{_includedir}/xfs/xfs_alloc.h
@@ -168,7 +171,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/xfs/xfs_extfree_item.h
 %{_includedir}/xfs/xfs_ialloc.h
 %{_includedir}/xfs/xfs_ialloc_btree.h
-%{_includedir}/xfs/xfs_imap.h
 %{_includedir}/xfs/xfs_inode.h
 %{_includedir}/xfs/xfs_inode_item.h
 %{_includedir}/xfs/xfs_inum.h
@@ -180,11 +182,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/xfs/xfs_quota.h
 %{_includedir}/xfs/xfs_rtalloc.h
 %{_includedir}/xfs/xfs_sb.h
+%{_includedir}/xfs/xfs_trace.h
 %{_includedir}/xfs/xfs_trans.h
 %{_includedir}/xfs/xfs_trans_space.h
 %{_includedir}/xfs/xfs_types.h
 
 %changelog
+* Fri Oct 14 2011 Eric Sandeen <sandeen at redhat.com> 3.1.6-1
+- New upstream release.  Drop -DNDEBUG build flag.
+
 * Thu Mar 31 2011 Eric Sandeen <sandeen at redhat.com> 3.1.5-1
 - New upstream release
 


More information about the scm-commits mailing list