New version 5.4.6 (RHBZ#2260521)
Fix Source URLs.
This commit is contained in:
parent
1fdaced3e7
commit
0c09a6280b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/*.sig
|
||||
/*.tar.gz
|
||||
/*.tar.xz
|
||||
/xz-*/
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (xz-5.4.5.tar.xz) = 5cbc3b5bb35a9f5773ad657788fe77013471e3b621c5a8149deb7389d48535926e5bed103456fcfe5ecb044b236b1055b03938a6cc877cfc749372b899fc79e5
|
||||
SHA512 (xz-5.4.5.tar.xz.sig) = 12899cd4a3f5fffdb518bd4f1f17c6f329a2b14ce4e2f0c2c778c1a1b8b601bcd2df43de62e20f95fdf6cccd5c27eebe950544382714785e50cf66f13d1ef285
|
||||
SHA512 (xz-5.4.6.tar.gz) = b08a61d8d478d3b4675cb1ddacdbbd98dc6941a55bcdd81a28679e54e9367d3a595fa123ac97874a17da571c1b712e2a3e901c2737099a9d268616a1ba3de497
|
||||
SHA512 (xz-5.4.6.tar.gz.sig) = d5e32b944e7492a32c40f675d918796e077f63490a23c6fce5c4d6d1eebc443f129d27a2e888913c5a36c3ffdac75b9c96c1749402283445e0ba9ff72b965741
|
||||
|
12
xz.spec
12
xz.spec
@ -5,16 +5,16 @@ Summary: LZMA compression utilities
|
||||
Name: xz
|
||||
# **PLEASE NOTE**: when bumping xz version, please rebuild
|
||||
# perl-Compress-Raw-Lzma, it has a strict xz version dep
|
||||
Version: 5.4.5
|
||||
Release: 2%{?dist}
|
||||
Version: 5.4.6
|
||||
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
|
||||
# OK), documentation is Public Domain.
|
||||
License: GPLv2+ and Public Domain
|
||||
# official upstream release
|
||||
Source0: https://tukaani.org/%{name}/%{name}-%{version}.tar.xz
|
||||
Source1: https://tukaani.org/%{name}/%{name}-%{version}.tar.xz.sig
|
||||
Source0: https://github.com/tukaani-project/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/tukaani-project/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.sig
|
||||
Source2: https://tukaani.org/misc/jia_tan_pubkey.txt
|
||||
|
||||
Source100: colorxzgrep.sh
|
||||
@ -170,6 +170,10 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 29 2024 Richard W.M. Jones <rjones@redhat.com> - 5.4.6-1
|
||||
- New version 5.4.6 (RHBZ#2260521)
|
||||
- Fix Source URLs.
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user