|
|
|
@ -1,9 +1,13 @@
|
|
|
|
|
# Perform optional tests
|
|
|
|
|
%if 0%{?rhel} >= 9
|
|
|
|
|
%bcond_with perl_IO_Compress_Lzma_enables_optional_test
|
|
|
|
|
%else
|
|
|
|
|
%bcond_without perl_IO_Compress_Lzma_enables_optional_test
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: perl-IO-Compress-Lzma
|
|
|
|
|
Version: 2.096
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 2.101
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Read and write lzma compressed data
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: https://metacpan.org/release/IO-Compress-Lzma
|
|
|
|
@ -99,8 +103,27 @@ make test COMPRESS_ZLIB_RUN_MOST=1
|
|
|
|
|
%{_mandir}/man3/IO::Uncompress::UnXz.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.096-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.10 beta
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.101-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.101-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Fri Mar 19 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.101-2
|
|
|
|
|
- Disable optional tests on ELN
|
|
|
|
|
|
|
|
|
|
* Sat Feb 20 2021 Paul Howarth <paul@city-fan.org> - 2.101-1
|
|
|
|
|
- Update to 2.101 (no changes)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.100-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 7 2021 Paul Howarth <paul@city-fan.org> - 2.100-1
|
|
|
|
|
- Update to 2.100
|
|
|
|
|
- Trim whitespace
|
|
|
|
|
- Avoid indirect calls
|
|
|
|
|
- Fix typo
|
|
|
|
|
|
|
|
|
|
* Sat Aug 1 2020 Paul Howarth <paul@city-fan.org> - 2.096-1
|
|
|
|
|
- Update to 2.096
|
|
|
|
|