From c11005e694ca7418bcfa1a3f7d514b83a056b49e Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 8 May 2018 22:47:42 +0200 Subject: [PATCH] rebase to stable 5.2.4 Per release notes: https://www.mail-archive.com/xz-devel@tukaani.org/msg00295.html Resolves: rhbz#1574039 --- .gitignore | 2 +- sources | 2 +- xz.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e2ec6e7..1841233 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/xz-5.2.3.tar.xz +/xz-5.2.4.tar.xz diff --git a/sources b/sources index f22f87c..fbd72ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xz-5.2.3.tar.xz) = a5b8f3c402ec3df5c1875a32081136606dd7701190d8b8091bae1bac36553ebe3480985c8069bf5d9e24f374ea64b1fe22614d3eebac1c10e5d609701bceca95 +SHA512 (xz-5.2.4.tar.xz) = 00db7dd31a61541b1ce6946e0f21106f418dd1ac3f27cdb8682979cbc3bd777cd6dd1f04f9ba257a0a7e24041e15ca40d0dd5c130380dce62280af67a0beb97f diff --git a/xz.spec b/xz.spec index 1f5e7ed..e9afc3b 100644 --- a/xz.spec +++ b/xz.spec @@ -3,8 +3,8 @@ Summary: LZMA compression utilities Name: xz -Version: 5.2.3 -Release: 7%{?dist} +Version: 5.2.4 +Release: 1%{?dist} # Scripts xz{grep,diff,less,more} and symlinks (copied from gzip) are # GPLv2+, binaries are Public Domain (linked against LGPL getopt_long but its @@ -138,6 +138,10 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check %{_mandir}/man1/*lz* %changelog +* Tue May 08 2018 Pavel Raiskup - 5.2.4-1 +- rebase to 5.2.4 (rhbz#1574039), per release notes: + https://www.mail-archive.com/xz-devel@tukaani.org/msg00295.html + * Fri Feb 09 2018 Fedora Release Engineering - 5.2.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild