From bab8fb6de1d444679a50a768831b0c5bdc05a4fa Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Mon, 26 Feb 2018 20:24:01 -0600 Subject: [PATCH] New upstream release 4.15.1 --- .gitignore | 1 + sources | 2 +- xfsprogs.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c5c63ef..2b9c76b 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ xfsprogs-3.1.2.tar.gz /xfsprogs-4.13.1.tar.xz /xfsprogs-4.14.0.tar.xz /xfsprogs-4.15.0.tar.xz +/xfsprogs-4.15.1.tar.xz diff --git a/sources b/sources index fac91ce..b2c8263 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfsprogs-4.15.0.tar.xz) = 78d67a603c45a0d2b69d2cd0f7400b1e2c7b8b9bca3fa78529b8558bebda082e24d683d275ca546bb63c6cfd53d3b6048109b815e9fc5ced34d1c32533c2e77f +SHA512 (xfsprogs-4.15.1.tar.xz) = 4ec3f0438f33322f0ff6e5acb27cbb554ab48df3ae0ef11071992b085016f84b49ca7bdbaf3a6859427877ea9c419bcd37ac3058914d67409ba2d65e586508ee diff --git a/xfsprogs.spec b/xfsprogs.spec index 9f4fcda..995fc02 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs -Version: 4.15.0 -Release: 2%{?dist} +Version: 4.15.1 +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 @@ -111,6 +111,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/ %{_libdir}/*.so %changelog +* Mon Feb 26 2018 Eric Sandeen 4.15.1-1 +- New upstream release +- Update Polish translation + * Mon Feb 26 2018 Eric Sandeen 4.15.0-2 - BuildRequires: gcc