Compare commits

...

4 Commits
master ... f20

Author SHA1 Message Date
Eric Sandeen b2ba3b3914 New upstream version 3.2.2 2014-12-05 01:31:45 -06:00
Eric Sandeen 5c654d3cbb New upstream release 3.2.1 2014-07-15 17:22:29 -05:00
Eric Sandeen c4cbb8695b Add dist tag back to specfile 2014-05-16 10:19:06 -05:00
Eric Sandeen 7f42f35afc New upstream release 3.2.0 2014-05-16 09:48:01 -05:00
3 changed files with 44 additions and 22 deletions

3
.gitignore vendored
View File

@ -8,3 +8,6 @@ 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
/xfsprogs-3.2.1.tar.gz
/xfsprogs-3.2.2.tar.gz

View File

@ -1 +1 @@
de9f1f45026c2f4e0776058d429ff4b6 xfsprogs-3.1.11.tar.gz
b6b0db5e3ee71ceba26d0a5accbd0666 xfsprogs-3.2.2.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Utilities for managing the XFS filesystem
Name: xfsprogs
Version: 3.1.11
Release: 2%{?dist}
Version: 3.2.2
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
@ -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,62 @@ 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
* Thu Dec 04 2014 Eric Sandeen <sandeen@redhat.com> 3.2.2-1
- New upstream release
* Tue Jul 17 2014 Eric Sandeen <sandeen@redhat.com> 3.2.1-1
- New upstream release
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Mon May 16 2014 Eric Sandeen <sandeen@redhat.com> 3.2.0-1
- New upstream release
* Fri May 09 2014 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.5.rc3
- New upstream release
* Thu May 08 2014 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.4.rc2
- New upstream release
* Mon Nov 25 2013 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.3.alpha2
- New upstream release
* Thu Nov 14 2013 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.2.alpha1
- Move xfs_types.h into xfsprogs-devel package
* Thu Sep 26 2013 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.1.alpha1
- New upstream alpha release with incomplete CRC support
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild