diff --git a/.gitignore b/.gitignore index f3c0ee8..38ff34c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ xfsprogs-3.1.2.tar.gz /xfsprogs-3.1.9.tar.gz /xfsprogs-3.1.10.tar.gz /xfsprogs-3.1.11.tar.gz +/xfsprogs-3.2.0.tar.gz diff --git a/sources b/sources index 83dc174..8cdc28f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de9f1f45026c2f4e0776058d429ff4b6 xfsprogs-3.1.11.tar.gz +400047b2f6af87c0345b8f0cc00c13db xfsprogs-3.2.0.tar.gz diff --git a/xfsprogs.spec b/xfsprogs.spec index c1ff532..36dbc08 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs -Version: 3.1.11 -Release: 2%{?dist} +Version: 3.2.0 +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 @@ -124,6 +124,7 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xfs/platform_defs.h %{_includedir}/xfs/xfs.h %{_includedir}/xfs/xfs_fs.h +%{_includedir}/xfs/xfs_types.h %{_includedir}/xfs/xqm.h %{_libdir}/*.so @@ -145,44 +146,53 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xfs/xfs_alloc_btree.h %{_includedir}/xfs/xfs_arch.h %{_includedir}/xfs/xfs_attr_leaf.h +%{_includedir}/xfs/xfs_attr_remote.h %{_includedir}/xfs/xfs_attr_sf.h %{_includedir}/xfs/xfs_bit.h %{_includedir}/xfs/xfs_bmap.h %{_includedir}/xfs/xfs_bmap_btree.h %{_includedir}/xfs/xfs_btree.h %{_includedir}/xfs/xfs_btree_trace.h -%{_includedir}/xfs/xfs_buf_item.h +%{_includedir}/xfs/xfs_cksum.h %{_includedir}/xfs/xfs_da_btree.h -%{_includedir}/xfs/xfs_dfrag.h +%{_includedir}/xfs/xfs_da_format.h %{_includedir}/xfs/xfs_dinode.h %{_includedir}/xfs/xfs_dir2.h -%{_includedir}/xfs/xfs_dir2_block.h -%{_includedir}/xfs/xfs_dir2_data.h -%{_includedir}/xfs/xfs_dir2_leaf.h -%{_includedir}/xfs/xfs_dir2_node.h -%{_includedir}/xfs/xfs_dir2_sf.h -%{_includedir}/xfs/xfs_dir_leaf.h -%{_includedir}/xfs/xfs_dir_sf.h -%{_includedir}/xfs/xfs_extfree_item.h +%{_includedir}/xfs/xfs_format.h %{_includedir}/xfs/xfs_ialloc.h %{_includedir}/xfs/xfs_ialloc_btree.h -%{_includedir}/xfs/xfs_inode.h -%{_includedir}/xfs/xfs_inode_item.h +%{_includedir}/xfs/xfs_inode_buf.h +%{_includedir}/xfs/xfs_inode_fork.h %{_includedir}/xfs/xfs_inum.h -%{_includedir}/xfs/xfs_log.h -%{_includedir}/xfs/xfs_log_priv.h +%{_includedir}/xfs/xfs_log_format.h %{_includedir}/xfs/xfs_log_recover.h %{_includedir}/xfs/xfs_metadump.h -%{_includedir}/xfs/xfs_mount.h -%{_includedir}/xfs/xfs_quota.h -%{_includedir}/xfs/xfs_rtalloc.h +%{_includedir}/xfs/xfs_quota_defs.h %{_includedir}/xfs/xfs_sb.h +%{_includedir}/xfs/xfs_shared.h %{_includedir}/xfs/xfs_trace.h -%{_includedir}/xfs/xfs_trans.h +%{_includedir}/xfs/xfs_trans_resv.h %{_includedir}/xfs/xfs_trans_space.h -%{_includedir}/xfs/xfs_types.h %changelog +* Mon May 16 2014 Eric Sandeen 3.2.0-1 +- New upstream release + +* Fri May 09 2014 Eric Sandeen 3.2.0-0.5.rc3 +- New upstream release + +* Thu May 08 2014 Eric Sandeen 3.2.0-0.4.rc2 +- New upstream release + +* Mon Nov 25 2013 Eric Sandeen 3.2.0-0.3.alpha2 +- New upstream release + +* Thu Nov 14 2013 Eric Sandeen 3.2.0-0.2.alpha1 +- Move xfs_types.h into xfsprogs-devel package + +* Thu Sep 26 2013 Eric Sandeen 3.2.0-0.1.alpha1 +- New upstream alpha release with incomplete CRC support + * Sun Aug 04 2013 Fedora Release Engineering - 3.1.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild