diff --git a/.gitignore b/.gitignore index 9bc7ac3..324c5dc 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ xfsprogs-3.1.2.tar.gz /xfsprogs-4.5.0.tar.gz /xfsprogs-4.7.0.tar.gz /xfsprogs-4.8.0.tar.gz +/xfsprogs-4.9.0.tar.xz diff --git a/sources b/sources index f008dd8..46d9544 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8643cc207411b7f667620fdde6ef9e79 xfsprogs-4.8.0.tar.gz +SHA512 (xfsprogs-4.9.0.tar.xz) = 990946f0a34381f57afb39bcda0ff539e18af4de2ecc19c833ffd4fb7c22c25b501091c1f0953db103a62204d952c9eecba21f22f3c5910286456da65fb09fa7 diff --git a/xfsprogs.spec b/xfsprogs.spec index a6b0fa7..a963c8e 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,6 +1,6 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs -Version: 4.8.0 +Version: 4.9.0 Release: 1%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. @@ -9,7 +9,7 @@ Release: 1%{?dist} License: GPL+ and LGPLv2+ Group: System Environment/Base URL: http://oss.sgi.com/projects/xfs/ -Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.gz +Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, gettext, libattr-devel, libuuid-devel BuildRequires: readline-devel, libblkid-devel >= 2.17-0.1.git5e51568 @@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Thu Jan 05 2017 Eric Sandeen 4.9.0-1 +- New upstream release + * Tue Oct 18 2016 Eric Sandeen 4.8.0-1 - New upstream release