From 1a4259251a41ffff809a07ad99bea5ec23791b1e Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 26 Sep 2013 16:47:16 -0500 Subject: [PATCH] New upstream alpha release, 3.2.0-alpha1, w/ initial CRC changes --- .gitignore | 1 + sources | 2 +- xfsprogs.spec | 37 +++++++++++++++---------------------- 3 files changed, 17 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index f3c0ee8..efe54d7 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-alpha1.tar.gz diff --git a/sources b/sources index 83dc174..108fafd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de9f1f45026c2f4e0776058d429ff4b6 xfsprogs-3.1.11.tar.gz +fb6957cff3ab64df9f2adba67880a2d2 xfsprogs-3.2.0-alpha1.tar.gz diff --git a/xfsprogs.spec b/xfsprogs.spec index c1ff532..ec1162a 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: 0.1.alpha1%{?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 @@ -9,7 +9,7 @@ Release: 2%{?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}.tar.gz +Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}-alpha1.tar.gz Source1: xfsprogs-wrapper.h BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, gettext, libuuid-devel @@ -59,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 +%setup -q -n xfsprogs-3.2.0-alpha1 %build export tagname=CC @@ -151,38 +151,31 @@ rm -rf $RPM_BUILD_ROOT %{_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_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_dir2_format.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_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 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