From e0c3c2a544514bf205714e4e3aad14c2006f78ea Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 13 Dec 2012 16:03:40 -0600 Subject: [PATCH] Another upstream release, this time with a non-broken tarball. --- .gitignore | 1 + sources | 2 +- xfsprogs.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6964785..d25913e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ xfsprogs-3.1.2.tar.gz /xfsprogs-3.1.7.tar.gz /xfsprogs-3.1.8.tar.gz /xfsprogs-3.1.9.tar.gz +/xfsprogs-3.1.10.tar.gz diff --git a/sources b/sources index 35b2936..9098ef9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bdced1840fe8c0053b076224125b2a2 xfsprogs-3.1.9.tar.gz +d6159f7a664d95b4c150d580399d4400 xfsprogs-3.1.10.tar.gz diff --git a/xfsprogs.spec b/xfsprogs.spec index 1dc3b03..4d62f1c 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,6 +1,6 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs -Version: 3.1.9 +Version: 3.1.10 Release: 1%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. @@ -183,6 +183,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xfs/xfs_types.h %changelog +* Thu Dec 13 2012 Eric Sandeen 3.1.10-1 +- New upstream release, with non-broken tarball. + * Wed Dec 12 2012 Eric Sandeen 3.1.9-1 - New upstream release.